protected class AbstractDocument.XPathNodeNSResolver extends Object implements org.w3c.dom.xpath.XPathNSResolver
| Modifier and Type | Field and Description |
|---|---|
protected Node |
contextNode
The context node for namespace prefix resolution.
|
| Constructor and Description |
|---|
XPathNodeNSResolver(Node n)
Creates a new XPathNodeNSResolver object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
lookupNamespaceURI(String prefix)
DOM: Implements
XPathNSResolver.lookupNamespaceURI(String). |
protected Node contextNode
public XPathNodeNSResolver(Node n)
public String lookupNamespaceURI(String prefix)
XPathNSResolver.lookupNamespaceURI(String).lookupNamespaceURI in interface org.w3c.dom.xpath.XPathNSResolverCopyright © 2000–2021 Apache Software Foundation. All rights reserved.