Class FunctionBuilder.ErrorBuilder

    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorBuilder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.w3c.dom.Element build​(Node node, org.w3c.dom.Document doc, MathMLDocumentBuilder db)
      Builds a Element for a jep Node.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ErrorBuilder

        public ErrorBuilder()
    • Method Detail

      • build

        public org.w3c.dom.Element build​(Node node,
                                         org.w3c.dom.Document doc,
                                         MathMLDocumentBuilder db)
                                  throws JepException
        Description copied from interface: MathMLFragmentBuilder
        Builds a Element for a jep Node.
        Specified by:
        build in interface MathMLFragmentBuilder
        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