org.apache.batik.dom
protected class AbstractDocument.XPathNodeNSResolver extends java.lang.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 |
|---|
AbstractDocument.XPathNodeNSResolver(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). |
protected Node contextNode
public AbstractDocument.XPathNodeNSResolver(Node n)
public java.lang.String lookupNamespaceURI(java.lang.String prefix)
XPathNSResolver.lookupNamespaceURI(String).lookupNamespaceURI in interface org.w3c.dom.xpath.XPathNSResolverCopyright ? 2008 Apache Software Foundation. All Rights Reserved.