Uses of Class
com.puppycrawl.tools.checkstyle.xpath.AttributeNode
-
Packages that use AttributeNode Package Description com.puppycrawl.tools.checkstyle.xpath Contains the nodes implementations for XPATH queries and query generator. -
-
Uses of AttributeNode in com.puppycrawl.tools.checkstyle.xpath
Fields in com.puppycrawl.tools.checkstyle.xpath declared as AttributeNode Modifier and Type Field Description private static AttributeNode
ElementNode. ATTRIBUTE_NODE_UNINITIALIZED
Holder value for lazy creation of attribute node.private AttributeNode
ElementNode. attributeNode
The text attribute node.Methods in com.puppycrawl.tools.checkstyle.xpath that return AttributeNode Modifier and Type Method Description private AttributeNode
ElementNode. getAttributeNode()
Checks if token type supports@text
attribute, extracts its value, createsAttributeNode
object and returns it.
-