Package com.puppycrawl.tools.checkstyle.xpath
Contains the nodes implementations for XPATH queries and query generator.
-
Class Summary Class Description AbstractNode Represents general class forElementNode
,RootNode
andAttributeNode
.AttributeNode Represents attribute of the element.ElementNode Represents element node of Xpath-tree.RootNode Represents root node of Xpath-tree.XpathQueryGenerator Generates xpath queries.