Package com.puppycrawl.tools.checkstyle.xpath.iterators
Contains the nodes implementations for XPATH queries and query generator.
-
Class Summary Class Description DescendantIterator Recursive-free implementation of the descendant axis iterator.FollowingIterator Recursive-free implementation of the following axis iterator.PrecedingIterator Recursive-free implementation of the preceding axis iterator.ReverseDescendantIterator Recursive-free implementation of the descendant axis iterator.ReverseListIterator Iterates list in backward direction. -
Enum Summary Enum Description DescendantIterator.StartWith Enum defines starting node for iterator.