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 TypeClassDescriptionclassRepresents attribute of the element.classRepresents element node of Xpath-tree.classRepresents 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 voidAbstractNode.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 newElementNodeinstance.