Class FunctionBuilder.CSymbolBuilder
java.lang.Object
com.singularsys.extensions.mathml.builder.ApplyConstructor
com.singularsys.extensions.mathml.builder.FunctionBuilder.CSymbolBuilder
- All Implemented Interfaces:
MathMLFragmentBuilder
- Enclosing class:
FunctionBuilder
public static class FunctionBuilder.CSymbolBuilder
extends ApplyConstructor
implements MathMLFragmentBuilder
Class to build a CSymbol element, with the name of the jep-function.
This produces <apply><csymbol>JepFunName</csymbol>args ...</apply>
- 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
-
CSymbolBuilder
public CSymbolBuilder()
-
-
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
-