org.jaxen.xom
private static class DocumentNavigator.XPathNamespace extends Object
| Field Summary | |
|---|---|
| Element | element |
| String | prefix |
| String | uri |
| Constructor Summary | |
|---|---|
| XPathNamespace(Element elt, String uri, String prefix) | |
| Method Summary | |
|---|---|
| Element | getElement() Returns the XOM element from which this namespace node has been
retrieved. |
| String | getNamespacePrefix() |
| String | getNamespaceURI() |
| String | toString() |