Package com.singularsys.extensions.mathml.parser

Classes to handle parsing of content MathML. The central class is MathMLDocumentHandler this is called by the SAX parser every time a xml start or end tag is encountered. When a tag is found the element name is looked up in a Map and the corresponding TagHandler is encountered.