java.lang.Object | +--gnu.xml.dom.DomNode | +--gnu.xml.dom.DomNsNodeKnown Direct Subclasses:
java.lang.String | DOM L2 Returns the local part of the node's name (after any colon), or null if the node name is not namespace scoped. |
java.lang.String | DOM L2 Returns the node's namespace URI or null if the node name is not namespace scoped. |
java.lang.String | DOM L1 Returns the node's name, including any namespace prefix. |
java.lang.String | DOM L2 Returns any prefix part of the node's name (before any colon). |
void | setPrefix(java.lang.String prefix) DOM L2 Assigns the prefix part of the node's name (before any colon). |
public String getLocalName()
public final String getNamespaceURI()
public final String getNodeName()
public String getPrefix()
public void setPrefix(java.lang.String prefix)