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.


Constructor Index

 o MathMLParser()
Constructs a MathMLParser.

Method Index

 o getJSciObjects()
Returns the JSci objects from the parsed document.

Constructors

 o MathMLParser
 public MathMLParser()
Constructs a MathMLParser.

Methods

 o getJSciObjects
 public Object[] getJSciObjects()
Returns the JSci objects from the parsed document.


All Packages  Class Hierarchy  This Package  Previous  Next  Index