ru.biosoft.math.xml
Class MathMLParser
ru.biosoft.math.model.AbstractParser
|
+--ru.biosoft.math.xml.MathMLParser
- public class MathMLParser
- extends AbstractParser
- implements ParserTreeConstants
We assume xmlinput has the following format:
- pending high csymbol parsing
| Methods inherited from class ru.biosoft.math.model.AbstractParser |
error, fatalError, getContext, getMessages, getStartNode, getVariableResolver, isDeclareUndefinedVariables, setContext, setDeclareUndefinedVariables, setVariableResolver, warning |
MathMLParser
public MathMLParser()
buildTree
public void buildTree()
declareCSymbolAsFunction
public void declareCSymbolAsFunction(Function function)
declareCSymbolAsVariable
public void declareCSymbolAsVariable(String name)
parse
public int parse(String xmlString)
parse
public int parse(org.w3c.dom.Element math)
setLambdaFunctionName
public void setLambdaFunctionName(String lambdaFunctionName)
to Class java.util.Hashtable
to Class java.util.Hashtable
to Class java.lang.String
BOTTOM