Uses of Class
com.puppycrawl.tools.checkstyle.xpath.AttributeNode
Package
Description
Contains the nodes implementations for XPATH queries and query generator.
-
Uses of AttributeNode in com.puppycrawl.tools.checkstyle.xpath
Modifier and TypeFieldDescriptionprivate static final AttributeNode
AbstractElementNode.ATTRIBUTE_NODE_UNINITIALIZED
Holder value for lazy creation of attribute node.private AttributeNode
AbstractElementNode.attributeNode
The text attribute node.Modifier and TypeMethodDescriptionprotected abstract AttributeNode
AbstractElementNode.createAttributeNode()
CreatesAttributeNode
object and returns it.protected AttributeNode
ElementNode.createAttributeNode()
private AttributeNode
AbstractElementNode.getAttributeNode()
Checks if token type supports@text
attribute, extracts its value, createsAttributeNode
object and returns it.