|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.ml.gml.dom.XMLDescriptorImpl
public class XMLDescriptorImpl
A DOM-based implementation of the XMLDescriptor interface.
| Constructor Summary | |
|---|---|
XMLDescriptorImpl(org.w3c.dom.Node node)
Constructs the XMLDescriptor object using a DOM node. |
|
| Method Summary | |
|---|---|
java.lang.String |
getLocalName()
Returns the XML local name of the GML element/attribute. |
java.lang.String |
getNamespace()
Returns the namespace of the GML element/attribute. |
java.lang.String |
getPrefix()
Returns the prefix of this XML element/attribute. |
java.lang.String |
getTypeName()
Returns the XML type name of the GML element/attribute. |
java.lang.String |
getTypeNamespace()
Returns the namespace of the element/attribute type. |
java.lang.String |
toString()
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XMLDescriptorImpl(org.w3c.dom.Node node)
node - DOCUMENT ME!| Method Detail |
|---|
public java.lang.String getLocalName()
getLocalName in interface XMLDescriptorpublic java.lang.String getNamespace()
getNamespace in interface XMLDescriptorpublic java.lang.String getPrefix()
getPrefix in interface XMLDescriptorpublic java.lang.String getTypeName()
getTypeName in interface XMLDescriptorjava.lang.NoSuchMethodError - DOCUMENT ME!public java.lang.String getTypeNamespace()
getTypeNamespace in interface XMLDescriptorjava.lang.NoSuchMethodError - DOCUMENT ME!public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||