|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryNodeVisitor | |
|---|---|
| org.apache.jackrabbit.spi.commons.query | |
| Uses of QueryNodeVisitor in org.apache.jackrabbit.spi.commons.query |
|---|
| Classes in org.apache.jackrabbit.spi.commons.query that implement QueryNodeVisitor | |
|---|---|
class |
DefaultQueryNodeVisitor
Implements the QueryNodeVisitor interface with default behaviour. |
class |
QueryTreeDump
Utility class to dump a QueryNode tree to a StringBuffer. |
class |
TraversingQueryNodeVisitor
TraversingQueryNodeVisitor implements a base class for a
traversing query node visitor. |
| Methods in org.apache.jackrabbit.spi.commons.query with parameters of type QueryNodeVisitor | |
|---|---|
java.lang.Object |
LocationStepQueryNode.accept(QueryNodeVisitor visitor,
java.lang.Object data)
Accepts a QueryNodeVisitor and calls the apropriate visit
method on the visitor depending on the concrete implementation of
this QueryNode. |
java.lang.Object |
PropertyFunctionQueryNode.accept(QueryNodeVisitor visitor,
java.lang.Object data)
Accepts a QueryNodeVisitor and calls the apropriate visit
method on the visitor depending on the concrete implementation of
this QueryNode. |
java.lang.Object |
QueryRootNode.accept(QueryNodeVisitor visitor,
java.lang.Object data)
Accepts a QueryNodeVisitor and calls the apropriate visit
method on the visitor depending on the concrete implementation of
this QueryNode. |
java.lang.Object |
OrderQueryNode.accept(QueryNodeVisitor visitor,
java.lang.Object data)
Accepts a QueryNodeVisitor and calls the apropriate visit
method on the visitor depending on the concrete implementation of
this QueryNode. |
java.lang.Object |
PathQueryNode.accept(QueryNodeVisitor visitor,
java.lang.Object data)
Accepts a QueryNodeVisitor and calls the apropriate visit
method on the visitor depending on the concrete implementation of
this QueryNode. |
java.lang.Object |
OrQueryNode.accept(QueryNodeVisitor visitor,
java.lang.Object data)
Accepts a QueryNodeVisitor and calls the apropriate visit
method on the visitor depending on the concrete implementation of
this QueryNode. |
java.lang.Object |
AndQueryNode.accept(QueryNodeVisitor visitor,
java.lang.Object data)
This method can return null to indicate that this
AndQueryNode does not contain any operands. |
java.lang.Object |
DerefQueryNode.accept(QueryNodeVisitor visitor,
java.lang.Object data)
Accepts a QueryNodeVisitor and calls the apropriate visit
method on the visitor depending on the concrete implementation of
this QueryNode. |
abstract java.lang.Object |
QueryNode.accept(QueryNodeVisitor visitor,
java.lang.Object data)
Accepts a QueryNodeVisitor and calls the apropriate visit
method on the visitor depending on the concrete implementation of
this QueryNode. |
java.lang.Object |
RelationQueryNode.accept(QueryNodeVisitor visitor,
java.lang.Object data)
Accepts a QueryNodeVisitor and calls the apropriate visit
method on the visitor depending on the concrete implementation of
this QueryNode. |
java.lang.Object |
ExactQueryNode.accept(QueryNodeVisitor visitor,
java.lang.Object data)
Accepts a QueryNodeVisitor and calls the apropriate visit
method on the visitor depending on the concrete implementation of
this QueryNode. |
java.lang.Object |
NodeTypeQueryNode.accept(QueryNodeVisitor visitor,
java.lang.Object data)
Accepts a QueryNodeVisitor and calls the apropriate visit
method on the visitor depending on the concrete implementation of
this QueryNode. |
java.lang.Object |
TextsearchQueryNode.accept(QueryNodeVisitor visitor,
java.lang.Object data)
Accepts a QueryNodeVisitor and calls the apropriate visit
method on the visitor depending on the concrete implementation of
this QueryNode. |
java.lang.Object |
NotQueryNode.accept(QueryNodeVisitor visitor,
java.lang.Object data)
Accepts a QueryNodeVisitor and calls the apropriate visit
method on the visitor depending on the concrete implementation of
this QueryNode. |
java.lang.Object[] |
NAryQueryNode.acceptOperands(QueryNodeVisitor visitor,
java.lang.Object data)
Helper class to accept a visitor for all operands
of this NAryQueryNode. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||