|
|||||||||
| Home >> All >> org >> jdom >> [ xpath overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jdom.xpath
Class JaxenXPath.NSContext

java.lang.ObjectSimpleNamespaceContext
org.jdom.xpath.JaxenXPath.NSContext
- Enclosing class:
- JaxenXPath
- private class JaxenXPath.NSContext
- extends SimpleNamespaceContext
| Constructor Summary | |
JaxenXPath.NSContext()
|
|
| Method Summary | |
java.lang.String |
translateNamespacePrefixToUri(java.lang.String prefix)
[Jaxen NamespaceContext interface support] Translates the provided namespace prefix into the matching bound namespace URI. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
JaxenXPath.NSContext
public JaxenXPath.NSContext()
| Method Detail |
translateNamespacePrefixToUri
public java.lang.String translateNamespacePrefixToUri(java.lang.String prefix)
- [Jaxen NamespaceContext interface support] Translates
the provided namespace prefix into the matching bound
namespace URI.
|
|||||||||
| Home >> All >> org >> jdom >> [ xpath overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
SimpleNamespaceContext