gnu.xml.dom
public abstract class DomNsNode extends DomNode
Abstract implemention of namespace support. This facilitates sharing code for attribute and element nodes.
Version: $Date: 2001/11/20 04:53:46 $
Method Summary | |
---|---|
String | getLocalName()
DOM L2
Returns the local part of the node's name (after any colon),
or null if the node name is not namespace scoped. |
String | getNamespaceURI()
DOM L2
Returns the node's namespace URI
or null if the node name is not namespace scoped. |
String | getNodeName()
DOM L1
Returns the node's name, including any namespace prefix. |
String | getPrefix()
DOM L2
Returns any prefix part of the node's name (before any colon). |
void | setPrefix(String prefix)
DOM L2
Assigns the prefix part of the node's name (before any colon). |
Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2013-01-12.