Uses of Package
com.puppycrawl.tools.checkstyle.xpath
Packages that use com.puppycrawl.tools.checkstyle.xpath
Package
Description
Contains utils classes for checkstyle.
Contains the nodes implementations for XPATH queries and query generator.
-
Classes in com.puppycrawl.tools.checkstyle.xpath used by com.puppycrawl.tools.checkstyle.utilsClassDescriptionRepresents general class for
ElementNode
,RootNode
andAttributeNode
. -
Classes in com.puppycrawl.tools.checkstyle.xpath used by com.puppycrawl.tools.checkstyle.xpathClassDescriptionRepresents element node of Xpath-tree.Represents general class for
ElementNode
,RootNode
andAttributeNode
.Represents root node of Xpath-tree.Represents attribute of the element.