|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Node | |
| org.apache.jackrabbit.core.query.xpath | |
| Uses of Node in org.apache.jackrabbit.core.query.xpath |
| Classes in org.apache.jackrabbit.core.query.xpath that implement Node | |
class |
SimpleNode
Implements a JavaCC Node interface. |
| Fields in org.apache.jackrabbit.core.query.xpath declared as Node | |
protected Node |
SimpleNode.parent
|
protected Node[] |
SimpleNode.children
|
| Methods in org.apache.jackrabbit.core.query.xpath that return Node | |
static Node |
SimpleNode.jjtCreate(XPath p,
int id)
|
Node |
SimpleNode.jjtGetParent()
|
Node |
SimpleNode.jjtGetChild(int i)
|
Node |
XPath.createNode(int id)
|
Node |
Node.jjtGetParent()
|
Node |
Node.jjtGetChild(int i)
This method returns a child node. |
| Methods in org.apache.jackrabbit.core.query.xpath with parameters of type Node | |
void |
SimpleNode.jjtSetParent(Node n)
|
void |
SimpleNode.jjtAddChild(Node n,
int i)
|
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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||