Package com.puppycrawl.tools.checkstyle.xpath
package com.puppycrawl.tools.checkstyle.xpath
Contains the nodes implementations for XPATH queries and query generator.
-
ClassDescriptionRepresents element node of Xpath-tree.Represents general class for
ElementNode
,RootNode
andAttributeNode
.Represents root node of Xpath-tree.Represents attribute of the element.Represents DetailAST's element node of Xpath-tree.Represents DetailAST's root node of Xpath-tree.Generates xpath queries.