|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RDQL_Node | |
|---|---|
| com.hp.hpl.jena.sparql.lang.rdql | |
| Uses of RDQL_Node in com.hp.hpl.jena.sparql.lang.rdql |
|---|
| Methods in com.hp.hpl.jena.sparql.lang.rdql that return RDQL_Node | |
|---|---|
RDQL_Node |
SimpleNode.jjtGetChild(int i)
|
RDQL_Node |
RDQL_Node.jjtGetChild(int i)
This method returns a child node. |
RDQL_Node |
SimpleNode.jjtGetParent()
|
RDQL_Node |
RDQL_Node.jjtGetParent()
|
| Methods in com.hp.hpl.jena.sparql.lang.rdql with parameters of type RDQL_Node | |
|---|---|
void |
SimpleNode.jjtAddChild(RDQL_Node n,
int i)
|
void |
RDQL_Node.jjtAddChild(RDQL_Node n,
int i)
This method tells the node to add its argument to the node's list of children. |
void |
SimpleNode.jjtSetParent(RDQL_Node n)
|
void |
RDQL_Node.jjtSetParent(RDQL_Node n)
This pair of methods are used to inform the node of its parent. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||