Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.xpath |
Contains the nodes implementations for XPATH queries and query generator.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeNode
Represents attribute of the element.
|
class |
ElementNode
Represents element node of Xpath-tree.
|
class |
RootNode
Represents root node of Xpath-tree.
|
Modifier and Type | Method and Description |
---|---|
protected List<AbstractNode> |
AbstractNode.getChildren()
Getter method for children.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractNode.addChild(AbstractNode node)
Add new child node to children list.
|
Constructor and Description |
---|
ElementNode(AbstractNode root,
AbstractNode parent,
DetailAST detailAst)
Creates a new
ElementNode instance. |
Copyright © 2001–2018. All rights reserved.