protected class AbstractDocument.XPathNodeNSResolver
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected org.w3c.dom.Node |
contextNode
The context node for namespace prefix resolution.
|
Constructor and Description |
---|
AbstractDocument.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
org.w3c.dom.xpath.XPathNSResolver#lookupNamespaceURI(String) . |
Copyright ? 2009 Apache Software Foundation. All Rights Reserved.