Hierarchy For Package com.puppycrawl.tools.checkstyle.xpath.iterators

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • com.puppycrawl.tools.checkstyle.xpath.iterators.DescendantIterator (implements net.sf.saxon.tree.iter.AxisIterator)
    • com.puppycrawl.tools.checkstyle.xpath.iterators.FollowingIterator (implements net.sf.saxon.tree.iter.AxisIterator)
    • com.puppycrawl.tools.checkstyle.xpath.iterators.PrecedingIterator (implements net.sf.saxon.tree.iter.AxisIterator)
    • com.puppycrawl.tools.checkstyle.xpath.iterators.ReverseDescendantIterator (implements net.sf.saxon.tree.iter.AxisIterator)
    • com.puppycrawl.tools.checkstyle.xpath.iterators.ReverseListIterator (implements net.sf.saxon.tree.iter.AxisIterator)

Enum Hierarchy