Uses of Class
com.puppycrawl.tools.checkstyle.xpath.AbstractNode
Packages that use AbstractNode
Package
Description
Contains the nodes implementations for XPATH queries and query generator.
-
Uses of AbstractNode in com.puppycrawl.tools.checkstyle.xpath
Subclasses of AbstractNode in com.puppycrawl.tools.checkstyle.xpathModifier and TypeClassDescriptionclass
Represents attribute of the element.class
Represents element node of Xpath-tree.class
Represents root node of Xpath-tree.Methods in com.puppycrawl.tools.checkstyle.xpath that return types with arguments of type AbstractNodeModifier and TypeMethodDescriptionprotected List<AbstractNode>
AbstractNode.getChildren()
Getter method for children.Methods in com.puppycrawl.tools.checkstyle.xpath with parameters of type AbstractNodeModifier and TypeMethodDescriptionprotected void
AbstractNode.addChild
(AbstractNode node) Add new child node to children list.Constructors in com.puppycrawl.tools.checkstyle.xpath with parameters of type AbstractNodeModifierConstructorDescriptionElementNode
(AbstractNode root, AbstractNode parent, DetailAST detailAst) Creates a newElementNode
instance.