|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Node | |
|---|---|
| com.ebmwebsourcing.easybpel.xpath.exp.impl.analyzer | |
| Uses of Node in com.ebmwebsourcing.easybpel.xpath.exp.impl.analyzer |
|---|
| Fields in com.ebmwebsourcing.easybpel.xpath.exp.impl.analyzer declared as Node | |
|---|---|
protected Node[] |
SimpleNode.children
|
protected Node |
SimpleNode.parent
|
| Methods in com.ebmwebsourcing.easybpel.xpath.exp.impl.analyzer that return Node | |
|---|---|
static Node |
ExpressionNode.jjtCreate(Expression p,
int id)
|
static Node |
ExpressionNode.jjtCreate(int id)
|
Node |
SimpleNode.jjtGetChild(int i)
|
Node |
Node.jjtGetChild(int i)
This method returns a child node. |
Node |
SimpleNode.jjtGetParent()
|
Node |
Node.jjtGetParent()
|
Node |
JJTExpressionState.peekNode()
|
Node |
JJTExpressionState.popNode()
|
Node |
JJTExpressionState.rootNode()
|
| Methods in com.ebmwebsourcing.easybpel.xpath.exp.impl.analyzer with parameters of type Node | |
|---|---|
void |
JJTExpressionState.clearNodeScope(Node n)
|
void |
JJTExpressionState.closeNodeScope(Node n,
boolean condition)
|
void |
JJTExpressionState.closeNodeScope(Node n,
int num)
|
void |
SimpleNode.jjtAddChild(Node n,
int i)
|
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 |
Node.jjtSetParent(Node n)
This pair of methods are used to inform the node of its parent. |
void |
JJTExpressionState.openNodeScope(Node n)
|
void |
JJTExpressionState.pushNode(Node n)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||