Interface MathMLFragmentBuilder

    • Method Detail

      • build

        org.w3c.dom.Element build​(Node node,
                                  org.w3c.dom.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