Uses of Class
com.puppycrawl.tools.checkstyle.xpath.iterators.DescendantIterator.StartWith
-
Packages that use DescendantIterator.StartWith Package Description com.puppycrawl.tools.checkstyle.xpath.iterators Contains the nodes implementations for XPATH queries and query generator. -
-
Uses of DescendantIterator.StartWith in com.puppycrawl.tools.checkstyle.xpath.iterators
Methods in com.puppycrawl.tools.checkstyle.xpath.iterators that return DescendantIterator.StartWith Modifier and Type Method Description static DescendantIterator.StartWith
DescendantIterator.StartWith. valueOf(String name)
Returns the enum constant of this type with the specified name.static DescendantIterator.StartWith[]
DescendantIterator.StartWith. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.puppycrawl.tools.checkstyle.xpath.iterators with parameters of type DescendantIterator.StartWith Constructor Description DescendantIterator(net.sf.saxon.om.NodeInfo start, DescendantIterator.StartWith startWith)
Create an iterator over the "descendant" axis.
-