Package org.jaxen.util

Utility objects for walking object models.

Class Summary

AncestorAxisIterator Represents the XPath ancestor axis.
AncestorOrSelfAxisIterator Represents the XPath ancestor-or-self axis.
DescendantAxisIterator Represents the XPath descendant axis.
DescendantOrSelfAxisIterator Represents the XPath descendant-or-self axis.
FollowingAxisIterator Represents the XPath following axis.
FollowingSiblingAxisIterator Represents the XPath following-sibling axis.
LinkedIterator
PrecedingAxisIterator Represents the XPath preceding axis.
PrecedingSiblingAxisIterator Represents the XPath preceding-sibling axis.
SelfAxisIterator Represents the XPath self axis.
SingleObjectIterator Simple utility class that wraps an iterator around one object.
SingletonList A utility class that implements singleton lists (to avoid dependency on JDK 1.3).
StackedIterator
Utility objects for walking object models.