Class LgBuilder
java.lang.Object
com.singularsys.extensions.mathml.builder.LgBuilder
- All Implemented Interfaces:
MathMLFragmentBuilder
Builder to handle the lg() function.
Produces
<apply><log/><logbase><cn>2</cn></logbase><cn>1.23</cn></apply>
- Author:
- Richard Morris
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild(Node n, Document d, MathMLDocumentBuilder db) Builds a Element for a jep Node.
-
Constructor Details
-
LgBuilder
public LgBuilder()
-
-
Method Details
-
build
Description copied from interface:MathMLFragmentBuilderBuilds a Element for a jep Node.- Specified by:
buildin interfaceMathMLFragmentBuilder- Parameters:
n- The jep sub expression.d- The document to create the element in.db- Used create elements and attributes and child nodes.- Returns:
- element representing the node
- Throws:
JepException
-