Class MathMLDocumentHandler

java.lang.Object
org.xml.sax.helpers.DefaultHandler
com.singularsys.extensions.mathml.parser.MathMLDocumentHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class MathMLDocumentHandler extends DefaultHandler
Central class for parsing MathML. Rules for converting individual elements are represented by TagHandler. When a closing tag is encountered a StackFrame is created and the appropriate FragmentHandler called the result from this become a child element of parent element.