|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Namespace
Extension to DOM level 1 interfaces This represents an XPath namespace node
Field Summary | |
---|---|
static short |
NAMESPACE_NODE
Constant value similar to DOM-defined constants for node type. |
Method Summary | |
---|---|
NamespaceName |
getNamespaceName()
Return the NamespaceName object for this namespace node. |
Methods inherited from interface org.w3c.dom.Node |
---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
Field Detail |
---|
static final short NAMESPACE_NODE
Method Detail |
---|
NamespaceName getNamespaceName()
NamespaceName
object for this namespace node.
This should generally be used in preference to getNodeValue()
(which
returns the string value of the uri) because NamespaceName
objects
can be compared much more efficiently than can strings.
NamespaceName
of this namespace node
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |