|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjd.xml.xpath.tool.XPathNamespaces
XPathNamespaces is a helper to define the namespace context for a XPath expression.
Constructor Summary | |
XPathNamespaces()
|
Method Summary | |
void |
clear()
Clear the namespaces. |
void |
declare(String prefix,
String namespaceUri)
Declare a namespace. |
String |
getUri(String prefix)
Get a uri for a prefix, null if no namespace for the prefix is declared. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XPathNamespaces()
Method Detail |
public void declare(String prefix, String namespaceUri)
public void clear()
public String getUri(String prefix)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |