|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Node | |
net.sourceforge.pmd.ast | |
net.sourceforge.pmd.jaxen |
Uses of Node in net.sourceforge.pmd.ast |
Fields in net.sourceforge.pmd.ast declared as Node | |
protected Node |
SimpleNode.parent
|
protected Node[] |
SimpleNode.children
|
Methods in net.sourceforge.pmd.ast that return Node | |
Node |
Node.jjtGetParent()
|
Node |
Node.jjtGetChild(int i)
This method returns a child node. |
Node |
SimpleNode.getFirstParentOfType(java.lang.Class parentType)
Traverses up the tree to find the first parent instance of type parentType |
Node |
SimpleNode.jjtGetParent()
|
Node |
SimpleNode.jjtGetChild(int i)
|
Methods in net.sourceforge.pmd.ast with parameters of type Node | |
void |
Node.jjtSetParent(Node n)
This pair of methods are used to inform the node of its parent. |
void |
Node.jjtAddChild(Node n,
int i)
This method tells the node to add its argument to the node's list of children. |
void |
SimpleNode.jjtSetParent(Node n)
|
void |
SimpleNode.jjtReplaceChild(Node old,
Node newNode)
|
void |
SimpleNode.jjtAddChild(Node n,
int i)
|
Uses of Node in net.sourceforge.pmd.jaxen |
Methods in net.sourceforge.pmd.jaxen that return Node | |
Node |
Attribute.getParent()
|
protected abstract Node |
NodeIterator.getFirstNode(Node contextNode)
|
protected abstract Node |
NodeIterator.getNextNode(Node contextNode)
|
protected Node |
NodeIterator.getPreviousSibling(Node contextNode)
|
protected Node |
NodeIterator.getNextSibling(Node contextNode)
|
protected Node |
NodeIterator.getFirstChild(Node contextNode)
|
protected Node |
NodeIterator.getLastChild(Node contextNode)
|
Methods in net.sourceforge.pmd.jaxen with parameters of type Node | |
protected Attribute |
AttributeAxisIterator.getAttribute(Node node,
java.lang.reflect.Method method)
|
void |
Attribute.setParent(Node parent)
|
protected abstract Node |
NodeIterator.getFirstNode(Node contextNode)
|
protected abstract Node |
NodeIterator.getNextNode(Node contextNode)
|
protected Node |
NodeIterator.getPreviousSibling(Node contextNode)
|
protected Node |
NodeIterator.getNextSibling(Node contextNode)
|
protected Node |
NodeIterator.getFirstChild(Node contextNode)
|
protected Node |
NodeIterator.getLastChild(Node contextNode)
|
Constructors in net.sourceforge.pmd.jaxen with parameters of type Node | |
AttributeAxisIterator(Node contextNode)
|
|
Attribute(Node parent,
java.lang.String name,
java.lang.String value)
|
|
NodeIterator(Node contextNode)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |