| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle.xpath |
Contains the nodes implementations for XPATH queries and query generator.
|
| Modifier and Type | Field and Description |
|---|---|
private static AttributeNode |
ElementNode.ATTRIBUTE_NODE_UNINITIALIZED
Holder value for lazy creation of attribute node.
|
private AttributeNode |
ElementNode.attributeNode
The text attribute node.
|
| Modifier and Type | Method and Description |
|---|---|
private AttributeNode |
ElementNode.getAttributeNode()
Checks if token type supports
@text attribute,
extracts its value, creates AttributeNode object and returns it. |
Copyright © 2001-2022. All Rights Reserved.