All Packages Class Hierarchy This Package Previous Next Index
Class JSci.io.MathMLParser
java.lang.Object
|
+----org.apache.xerces.framework.XMLParser
|
+----org.apache.xerces.parsers.DOMParser
|
+----JSci.io.MathMLParser
- public final class MathMLParser
- extends DOMParser
The MathMLParser class will parse a MathML document into JSci objects.
-
MathMLParser()
- Constructs a MathMLParser.
-
getJSciObjects()
- Returns the JSci objects from the parsed document.
MathMLParser
public MathMLParser()
- Constructs a MathMLParser.
getJSciObjects
public Object[] getJSciObjects()
- Returns the JSci objects from the parsed document.
All Packages Class Hierarchy This Package Previous Next Index