public interface XPathNamespace extends Node:
XPath namespace node, a node kind that exists in the XPath data model but not in DOM Core.
import org.w3c.dom.xpath print(XPathNamespace.XPATH_NAMESPACE_NODE)
| Modifier and Type | Member | Description |
|---|---|---|
| public static readonly | XPATH_NAMESPACE_NODEXPATH_NAMESPACE_NODE as Int = 13 |
Node type used for XPath namespace nodes. |
| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | ownerElementownerElement as Element |
Element on which this namespace was in scope when the node was produced. |