Utility objects for walking object models.
See: Description
Class Summary | |
---|---|
AncestorAxisIterator |
Represents the XPath ancestor axis.
|
AncestorOrSelfAxisIterator |
Represents the XPath |
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 |
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.