Interface MathMLFragmentBuilder
- All Known Implementing Classes:
FunctionBuilder,FunctionBuilder.CSymbolBuilder,FunctionBuilder.ErrorBuilder,FunctionBuilder.FnBuilder,LgBuilder,ListBuilder,NumberBuilder,OperatorBuilder,VariableBuilder
public interface MathMLFragmentBuilder
Classes which build subtrees for specific jep nodes should implement this interface.
- Author:
- Richard Morris
-
Method Summary
Modifier and TypeMethodDescriptionbuild(Node node, Document doc, MathMLDocumentBuilder db) Builds a Element for a jep Node.
-
Method Details
-
build
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
-