|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.dom.AbstractDocument.XPathNodeNSResolver
protected class AbstractDocument.XPathNodeNSResolver
An XPathNSResolver that uses Node.lookupNamespaceURI.
Field Summary | |
---|---|
protected org.w3c.dom.Node |
contextNode
The context node for namespace prefix resolution. |
Constructor Summary | |
---|---|
AbstractDocument.XPathNodeNSResolver(org.w3c.dom.Node n)
Creates a new XPathNodeNSResolver object. |
Method Summary | |
---|---|
java.lang.String |
lookupNamespaceURI(java.lang.String prefix)
DOM: Implements XPathNSResolver.lookupNamespaceURI(String) . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected org.w3c.dom.Node contextNode
Constructor Detail |
---|
public AbstractDocument.XPathNodeNSResolver(org.w3c.dom.Node n)
Method Detail |
---|
public java.lang.String lookupNamespaceURI(java.lang.String prefix)
XPathNSResolver.lookupNamespaceURI(String)
.
lookupNamespaceURI
in interface org.w3c.dom.xpath.XPathNSResolver
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |