Package org.jaxen.util

Utility objects for walking object models.

Class Summary

AncestorAxisIterator
AncestorOrSelfAxisIterator
DescendantAxisIterator
DescendantOrSelfAxisIterator
FollowingAxisIterator
FollowingSiblingAxisIterator
LinkedIterator
PrecedingAxisIterator This implementation of 'preceding' works like so: the preceding axis includes preceding-siblings of this node and their descendants.
PrecedingSiblingAxisIterator
SelfAxisIterator
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
XPath2XMLVisitor
Utility objects for walking object models.