Package org.jaxen.util
Utility objects for walking object models.
-
Class Summary Class Description AncestorAxisIterator Represents the XPathancestoraxis.AncestorOrSelfAxisIterator Represents the XPathancestor-or-selfaxis.DescendantAxisIterator Represents the XPathdescendantaxis.DescendantOrSelfAxisIterator Represents the XPathdescendant-or-selfaxis.FollowingAxisIterator Represents the XPathfollowingaxis.FollowingSiblingAxisIterator Represents the XPathfollowing-siblingaxis.LinkedIterator Deprecated. This class is undocumented and untested.PrecedingAxisIterator Represents the XPathprecedingaxis.PrecedingSiblingAxisIterator Represents the XPathpreceding-siblingaxis.SelfAxisIterator Represents the XPathselfaxis.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 Deprecated. this iterator is no longer used to implement any of the Jaxen axes.