Uses of Class org.jaxen.UnsupportedAxisException

Uses in package org.jaxen.expr

Methods which throw type org.jaxen.UnsupportedAxisException

Iterator
DefaultStep.axisIterator(Object contextNode, ContextSupport support)
Iterator
Step.axisIterator(Object contextNode, ContextSupport support)
Get an Iterator for the current axis starting in the given contextNode.
int
NodeComparator.compareSiblings(Object sib1, Object sib2)
int

Uses in package org.jaxen.function

Methods which throw type org.jaxen.UnsupportedAxisException

Boolean
LangFunction.evaluate(List contextNodes, Object lang, Navigator nav)
boolean
LangFunction.evaluate(Object node, String lang, Navigator nav)

Uses in package org.jaxen

Methods which throw type org.jaxen.UnsupportedAxisException

void
Adds all the namespace declarations that are in scope on the given element.
Iterator
Iterator
Navigator.getAncestorAxisIterator(Object contextNode)
Retrieve an Iterator matching the ancestor XPath axis.
Iterator
Iterator
Retrieve an Iterator matching the ancestor-or-self XPath axis.
Iterator
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
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
Iterator
Retrieve an Iterator matching the descendant XPath axis.
Iterator
Iterator
Retrieve an Iterator matching the descendant-or-self XPath axis.
Iterator
Iterator
Navigator.getFollowingAxisIterator(Object contextNode)
Retrieve an Iterator matching the following XPath axis.
Iterator
Iterator
Retrieve an Iterator matching the following-sibling XPath axis.
Iterator
Throws UnsupportedAxisException.
Iterator
Navigator.getNamespaceAxisIterator(Object contextNode)
Retrieve an Iterator matching the namespace XPath axis.
Iterator
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
Iterator
Navigator.getPrecedingAxisIterator(Object contextNode)
Retrieve an Iterator matching the preceding XPath axis.
Iterator
Iterator
Retrieve an Iterator matching the preceding-sibling XPath axis.
Iterator
Iterator
Navigator.getSelfAxisIterator(Object contextNode)
Retrieve an Iterator matching the self XPath axis.

Uses in package org.jaxen.expr.iter

Methods which throw type org.jaxen.UnsupportedAxisException

Iterator
IterableAncestorAxis.iterator(Object contextNode, ContextSupport support)
Gets the iterator for a specific XPath axis.
Iterator
IterableAncestorOrSelfAxis.iterator(Object contextNode, ContextSupport support)
Iterator
IterableAttributeAxis.iterator(Object contextNode, ContextSupport support)
Gets an iterator for the attribute axis.
Iterator
IterableAxis.iterator(Object contextNode, ContextSupport support)
Gets the iterator for a specific XPath axis.
Iterator
IterableChildAxis.iterator(Object contextNode, ContextSupport support)
Gets the iterator for the child axis.
Iterator
IterableDescendantAxis.iterator(Object contextNode, ContextSupport support)
Gets the iterator for a specific XPath axis.
Iterator
Iterator
IterableFollowingAxis.iterator(Object contextNode, ContextSupport support)
Iterator
Gets the iterator for a specific XPath axis.
Iterator
IterableNamespaceAxis.iterator(Object contextNode, ContextSupport support)
Iterator
IterableParentAxis.iterator(Object contextNode, ContextSupport support)
Iterator
IterablePrecedingAxis.iterator(Object contextNode, ContextSupport support)
Gets the iterator for a specific XPath axis.
Iterator
Iterator
IterableSelfAxis.iterator(Object contextNode, ContextSupport support)
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.

Uses in package org.jaxen.xom

Methods which throw type org.jaxen.UnsupportedAxisException

Iterator
Iterator

Uses in package org.jaxen.util

Constructors which throw type org.jaxen.UnsupportedAxisException

Create a new descendant axis iterator.
FollowingAxisIterator.FollowingAxisIterator(Object contextNode, Navigator navigator)
Create a new following axis iterator.
Create a new following-sibling axis iterator.
PrecedingAxisIterator.PrecedingAxisIterator(Object contextNode, Navigator navigator)
Create a new preceding axis iterator.
Create a new preceding-sibling axis iterator.

Methods which throw type org.jaxen.UnsupportedAxisException

void
void