| Frames | No Frames |
Methods which throw type org.jaxen.UnsupportedAxisException | |
| void | Adds all the namespace declarations that are in scope on the given
element. |
| Iterator | DefaultNavigator.getAncestorAxisIterator(Object contextNode) |
| Iterator | Navigator.getAncestorAxisIterator(Object contextNode) Retrieve an Iterator matching the ancestor
XPath axis. |
| Iterator | DefaultNavigator.getAncestorOrSelfAxisIterator(Object contextNode) |
| Iterator | Navigator.getAncestorOrSelfAxisIterator(Object contextNode) Retrieve an Iterator matching the
ancestor-or-self XPath axis. |
| Iterator | DefaultNavigator.getAttributeAxisIterator(Object contextNode) Throws UnsupportedAxisException. |
| Iterator | Navigator.getAttributeAxisIterator(Object contextNode) Retrieve an Iterator matching the attribute
XPath axis. |
| Iterator | NamedAccessNavigator.getAttributeAxisIterator(Object contextNode, String localName, String namespacePrefix, String namespaceURI) Retrieve an Iterator that returns the attribute
XPath axis where the names of the attributes match the supplied name
and optional namespace. |
| Iterator | DefaultNavigator.getChildAxisIterator(Object contextNode) Throws UnsupportedAxisException
|
| Iterator | Navigator.getChildAxisIterator(Object contextNode) Retrieve an Iterator matching the child
XPath axis. |
| Iterator | NamedAccessNavigator.getChildAxisIterator(Object contextNode, String localName, String namespacePrefix, String namespaceURI) Retrieve an Iterator that returns the child
XPath axis where the names of the children match the supplied name
and optional namespace. |
| Iterator | DefaultNavigator.getDescendantAxisIterator(Object contextNode) |
| Iterator | Navigator.getDescendantAxisIterator(Object contextNode) Retrieve an Iterator matching the descendant
XPath axis. |
| Iterator | DefaultNavigator.getDescendantOrSelfAxisIterator(Object contextNode) |
| Iterator | Navigator.getDescendantOrSelfAxisIterator(Object contextNode) Retrieve an Iterator matching the
descendant-or-self XPath axis. |
| Iterator | DefaultNavigator.getFollowingAxisIterator(Object contextNode) |
| Iterator | Navigator.getFollowingAxisIterator(Object contextNode) Retrieve an Iterator matching the following
XPath axis. |
| Iterator | DefaultNavigator.getFollowingSiblingAxisIterator(Object contextNode) |
| Iterator | Navigator.getFollowingSiblingAxisIterator(Object contextNode) Retrieve an Iterator matching the
following-sibling XPath axis. |
| Iterator | DefaultNavigator.getNamespaceAxisIterator(Object contextNode) Throws UnsupportedAxisException. |
| Iterator | Navigator.getNamespaceAxisIterator(Object contextNode) Retrieve an Iterator matching the namespace
XPath axis. |
| Iterator | DefaultNavigator.getParentAxisIterator(Object contextNode) Throws UnsupportedAxisException
|
| Iterator | Navigator.getParentAxisIterator(Object contextNode) Retrieve an Iterator matching the parent XPath axis. |
| Object | DefaultNavigator.getParentNode(Object contextNode) Default inefficient implementation. |
| Object | Navigator.getParentNode(Object contextNode) Returns the parent of the given context node. |
| Iterator | DefaultNavigator.getPrecedingAxisIterator(Object contextNode) |
| Iterator | Navigator.getPrecedingAxisIterator(Object contextNode) Retrieve an Iterator matching the preceding XPath axis. |
| Iterator | DefaultNavigator.getPrecedingSiblingAxisIterator(Object contextNode) |
| Iterator | Navigator.getPrecedingSiblingAxisIterator(Object contextNode) Retrieve an Iterator matching the
preceding-sibling XPath axis. |
| Iterator | DefaultNavigator.getSelfAxisIterator(Object contextNode) |
| Iterator | Navigator.getSelfAxisIterator(Object contextNode) Retrieve an Iterator matching the self XPath
axis. |
Constructors which throw type org.jaxen.UnsupportedAxisException | |
Create a new descendant axis iterator. | |
Create a new following axis iterator. | |
Create a new following-sibling axis iterator. | |
Create a new preceding axis iterator. | |
Create a new preceding-sibling axis iterator. | |
Methods which throw type org.jaxen.UnsupportedAxisException | |
| void | |
| void | |
Methods which throw type org.jaxen.UnsupportedAxisException | |
| Iterator | |
| Iterator | Get an Iterator for the current axis starting in the given contextNode. |
| int | NodeComparator.compareSiblings(Object sib1, Object sib2) |
| int | NodeComparator.getDepth(Object o) |
Methods which throw type org.jaxen.UnsupportedAxisException | |
| Boolean | |
| boolean | |
Methods which throw type org.jaxen.UnsupportedAxisException | |
| Iterator | Gets the iterator for a specific XPath axis. |
| Iterator | |
| Iterator | Gets an iterator for the attribute axis. |
| Iterator | Gets the iterator for a specific XPath axis. |
| Iterator | Gets the iterator for the child axis. |
| Iterator | Gets the iterator for a specific XPath axis. |
| Iterator | |
| Iterator | |
| Iterator | Gets the iterator for a specific XPath axis. |
| Iterator | |
| Iterator | |
| Iterator | Gets the iterator for a specific XPath axis. |
| Iterator | |
| Iterator | |
| Iterator | IterableAttributeAxis.namedAccessIterator(Object contextNode, ContextSupport support, String localName, String namespacePrefix, String namespaceURI) Gets the iterator for the attribute axis that supports named access. |
| Iterator | IterableAxis.namedAccessIterator(Object contextNode, ContextSupport support, String localName, String namespacePrefix, String namespaceURI) Gets the iterator for a specific XPath axis that supports named access. |
| Iterator | IterableChildAxis.namedAccessIterator(Object contextNode, ContextSupport support, String localName, String namespacePrefix, String namespaceURI) Gets an iterator for the child XPath axis that supports named access. |
Methods which throw type org.jaxen.UnsupportedAxisException | |
| Iterator | DocumentNavigator.getPrecedingAxisIterator(Object o) |
| Iterator | |