Package net.sourceforge.jeuclid.elements
Class JEuclidElementFactory
java.lang.Object
net.sourceforge.jeuclid.elements.JEuclidElementFactory
Creates MathElements from given element strings.
- Version:
- $Revision: 92569cce5dd6 $
-
Method Summary
Modifier and TypeMethodDescriptionstatic ElementelementFromName(String nsUri, String qualifiedName, Document ownerDocument) Factory for MathML Elements.
-
Method Details
-
elementFromName
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.
-