org.exolab.adaptx.xml.dom2xpn
public class DocumentWrapperXPathNode extends ParentDOMXPathNode
Version: $Revision: 3830 $ $Date: 2003-09-09 00:44:41 -0400 (Tue, 09 Sep 2003) $
Constructor Summary | |
---|---|
DocumentWrapperXPathNode(Document document)
Creates a new DocumentWrapperXPathNode
|
Method Summary | |
---|---|
String | getLocalName()
Returns the local name of the node. |
String | getNamespacePrefix(String uri)
Returns the namespace prefix associated with this namespace URI,
as defined in the context of this node. |
String | getNamespaceURI()
Returns the namespace URI the node. |
String | getNamespaceURI(String prefix)
Returns the namespace URI associated with this namespace prefix,
as defined in the context of this node. |
int | getNodeType()
Returns the type of this node.
|
XPathNode | getRootNode()
Returns the root node.
|
String | getStringValue()
Returns the string value of the node. |
Parameters: document the Document that this XPathNode wraps. This must not be null.
Returns: The local name of the node, or null if the node has no name
Parameters: uri The namespace URI
Returns: The namespace prefix, or null
Returns: The namespace URI of the node, or null if the node has no namespace URI
Parameters: prefix The namespace prefix
Returns: The namespace URI, or null
Returns: The type of this node
Returns: The root node
Returns: The string value of the node