org.apache.batik.dom
Class AbstractDocument.XPathNodeNSResolver

java.lang.Object
  extended by 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.
 
Constructor Summary
AbstractDocument.XPathNodeNSResolver(Node n)
          Creates a new XPathNodeNSResolver object.
 
Method Summary
 String lookupNamespaceURI(String prefix)
          DOM: Implements xpath.XPathNSResolver.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contextNode

protected Node contextNode
The context node for namespace prefix resolution.

Constructor Detail

AbstractDocument.XPathNodeNSResolver

public AbstractDocument.XPathNodeNSResolver(Node n)
Creates a new XPathNodeNSResolver object.

Method Detail

lookupNamespaceURI

public String lookupNamespaceURI(String prefix)
DOM: Implements xpath.XPathNSResolver.



Copyright ? 2008 Apache Software Foundation. All Rights Reserved.