Class JEuclidElementFactory


  • public final class JEuclidElementFactory
    extends java.lang.Object
    Creates MathElements from given element strings.
    Version:
    $Revision: 92569cce5dd6 $
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.w3c.dom.Element elementFromName​(java.lang.String nsUri, java.lang.String qualifiedName, org.w3c.dom.Document ownerDocument)
      Factory for MathML Elements.
      • Methods inherited from class java.lang.Object

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

      • elementFromName

        public static org.w3c.dom.Element elementFromName​(java.lang.String nsUri,
                                                          java.lang.String qualifiedName,
                                                          org.w3c.dom.Document ownerDocument)
        Factory for MathML Elements.
        Parameters:
        nsUri - namespace URI. May be null. May be ignored in the case of MathML.
        qualifiedName - name of the element with optional namespace prefix.
        ownerDocument - Document this element belongs to.
        Returns:
        A new MathElement for this tag name.