Uses of Enum
com.puppycrawl.tools.checkstyle.xpath.iterators.DescendantIterator.StartWith
Package
Description
Contains the nodes implementations for XPATH queries and query generator.
-
Uses of DescendantIterator.StartWith in com.puppycrawl.tools.checkstyle.xpath.iterators
Modifier and TypeMethodDescriptionstatic DescendantIterator.StartWith
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.ModifierConstructorDescriptionDescendantIterator
(net.sf.saxon.om.NodeInfo start, DescendantIterator.StartWith startWith) Create an iterator over the "descendant" axis.