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 Details

    • build

      Element build(Node node, 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