Uses of Class
com.puppycrawl.tools.checkstyle.xpath.AttributeNode
Packages that use AttributeNode
Package
Description
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 AttributeNodeModifier and TypeFieldDescriptionprivate static final AttributeNodeElementNode.ATTRIBUTE_NODE_UNINITIALIZEDHolder value for lazy creation of attribute node.private AttributeNodeElementNode.attributeNodeThe text attribute node.Methods in com.puppycrawl.tools.checkstyle.xpath that return AttributeNodeModifier and TypeMethodDescriptionprivate AttributeNodeElementNode.getAttributeNode()Checks if token type supports@textattribute, extracts its value, createsAttributeNodeobject and returns it.