| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle.xpath.iterators |
Contains the nodes implementations for XPATH queries and query generator.
|
| Modifier and Type | Method and Description |
|---|---|
static DescendantIterator.StartWith |
DescendantIterator.StartWith.valueOf(java.lang.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.
|
| Constructor and Description |
|---|
DescendantIterator(net.sf.saxon.om.NodeInfo start,
DescendantIterator.StartWith startWith)
Create an iterator over the "descendant" axis.
|
Copyright © 2001-2022. All Rights Reserved.