org.apache.batik.dom
Class AbstractDocument.XPathNodeNSResolver
java.lang.Object
org.apache.batik.dom.AbstractDocument.XPathNodeNSResolver
- Enclosing class:
- AbstractDocument
protected class AbstractDocument.XPathNodeNSResolver
- extends Object
An XPathNSResolver that uses Node.lookupNamespaceURI.
Field Summary |
protected Node |
contextNode
The context node for namespace prefix resolution. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
contextNode
protected Node contextNode
- The context node for namespace prefix resolution.
AbstractDocument.XPathNodeNSResolver
public AbstractDocument.XPathNodeNSResolver(Node n)
- Creates a new XPathNodeNSResolver object.
lookupNamespaceURI
public String lookupNamespaceURI(String prefix)
- DOM: Implements
xpath.XPathNSResolver
.
Copyright ? 2008 Apache Software Foundation. All Rights Reserved.