Class FunctionBuilder.ErrorBuilder
java.lang.Object
com.singularsys.extensions.mathml.builder.FunctionBuilder.ErrorBuilder
- All Implemented Interfaces:
MathMLFragmentBuilder
- Enclosing class:
FunctionBuilder
Default builder for unknown function, throws a jep exception.
- Author:
- Richard Morris
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild(Node node, Document doc, MathMLDocumentBuilder db) Builds a Element for a jep Node.
-
Constructor Details
-
ErrorBuilder
public ErrorBuilder()
-
-
Method Details
-
build
Description copied from interface:MathMLFragmentBuilderBuilds a Element for a jep Node.- Specified by:
buildin interfaceMathMLFragmentBuilder- 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
-