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