|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ElementNode | |
|---|---|
| net.sourceforge.pmd.lang.ast.xpath.saxon | |
| Uses of ElementNode in net.sourceforge.pmd.lang.ast.xpath.saxon |
|---|
| Fields in net.sourceforge.pmd.lang.ast.xpath.saxon declared as ElementNode | |
|---|---|
protected ElementNode |
ElementNode.parent
|
protected ElementNode |
DocumentNode.rootNode
The root ElementNode of the DocumentNode. |
protected ElementNode |
AttributeAxisIterator.startNodeInfo
|
| Fields in net.sourceforge.pmd.lang.ast.xpath.saxon with type parameters of type ElementNode | |
|---|---|
Map<Node,ElementNode> |
DocumentNode.nodeToElementNode
Mapping from AST Node to corresponding ElementNode. |
| Constructors in net.sourceforge.pmd.lang.ast.xpath.saxon with parameters of type ElementNode | |
|---|---|
AttributeAxisIterator(ElementNode startNodeInfo)
Create an iterator over the Attribute axis for the given ElementNode. |
|
ElementNode(DocumentNode document,
IdGenerator idGenerator,
ElementNode parent,
Node node,
int siblingPosition)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||