Interface MathMLFragmentBuilder
-
- All Known Implementing Classes:
FunctionBuilder,FunctionBuilder.CSymbolBuilder,FunctionBuilder.ErrorBuilder,FunctionBuilder.FnBuilder,LgBuilder,ListBuilder,NumberBuilder,OperatorBuilder,VariableBuilder
public interface MathMLFragmentBuilderClasses which build sub-trees for specific jep nodes should implement this interface.- Author:
- Richard Morris
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.w3c.dom.Elementbuild(Node node, org.w3c.dom.Document doc, MathMLDocumentBuilder db)Builds a Element for a jep Node.
-
-
-
Method Detail
-
build
org.w3c.dom.Element build(Node node, org.w3c.dom.Document doc, MathMLDocumentBuilder db) throws JepException
Builds a Element for a jep Node.- Parameters:
node- The jep sub expression.doc- The document to create the element in.db- Used create elements and attributes and child nodes.- Returns:
- element representing the node
- Throws:
JepException
-
-