protected class AbstractDocument.XPathNodeNSResolver
extends java.lang.Object
implements org.w3c.dom.xpath.XPathNSResolver
Modifier and Type | Field and Description |
---|---|
protected org.w3c.dom.Node |
contextNode
The context node for namespace prefix resolution.
|
Constructor and Description |
---|
XPathNodeNSResolver(org.w3c.dom.Node n)
Creates a new XPathNodeNSResolver object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
lookupNamespaceURI(java.lang.String prefix)
DOM: Implements
XPathNSResolver.lookupNamespaceURI(String) . |
Copyright ? 2015 Apache Software Foundation. All Rights Reserved.