|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.jeuclid.elements.JEuclidElementFactory
public final class JEuclidElementFactory
Creates MathElements from given element strings.
| Method Summary | |
|---|---|
static Element |
elementFromName(String nsUri,
String qualifiedName,
Document ownerDocument)
Factory for MathML Elements. |
static Constructor<? extends JEuclidElement> |
getJEuclidElementConstructor(String nsUri,
String qualifiedName)
Retrieve the constructor for an JEuclidElement, if available. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Constructor<? extends JEuclidElement> getJEuclidElementConstructor(String nsUri,
String qualifiedName)
nsUri - namespace of the elementqualifiedName - qualified name
public static Element elementFromName(String nsUri,
String qualifiedName,
Document ownerDocument)
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||