|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LocationStepQueryNode | |
|---|---|
| org.apache.jackrabbit.spi.commons.query | |
| Uses of LocationStepQueryNode in org.apache.jackrabbit.spi.commons.query |
|---|
| Subclasses of LocationStepQueryNode in org.apache.jackrabbit.spi.commons.query | |
|---|---|
class |
DerefQueryNode
Represents query node that dereferences a reference property into a node and does an optional name test on the target node. |
| Methods in org.apache.jackrabbit.spi.commons.query that return LocationStepQueryNode | |
|---|---|
LocationStepQueryNode |
QueryNodeFactory.createLocationStepQueryNode(QueryNode parent)
Creates a LocationStepQueryNode instance. |
LocationStepQueryNode |
DefaultQueryNodeFactory.createLocationStepQueryNode(QueryNode parent)
Creates a LocationStepQueryNode instance. |
LocationStepQueryNode[] |
PathQueryNode.getPathSteps()
Returns an array of all currently set location step nodes. |
| Methods in org.apache.jackrabbit.spi.commons.query with parameters of type LocationStepQueryNode | |
|---|---|
void |
PathQueryNode.addPathStep(LocationStepQueryNode step)
Adds a path step to this PathQueryNode. |
Object |
QueryTreeDump.visit(LocationStepQueryNode node,
Object data)
|
Object |
DefaultQueryNodeVisitor.visit(LocationStepQueryNode node,
Object data)
|
Object |
TraversingQueryNodeVisitor.visit(LocationStepQueryNode node,
Object data)
|
Object |
QueryNodeVisitor.visit(LocationStepQueryNode node,
Object data)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||