Class QueryNode

java.lang.Object
org.apache.jackrabbit.spi.commons.query.QueryNode
Direct Known Subclasses:
ExactQueryNode, NAryQueryNode, OrderQueryNode, PropertyFunctionQueryNode, QueryRootNode, TextsearchQueryNode

public abstract class QueryNode extends Object
Implements an abstract base class for nodes of a query tree that represents a query. The query tree is independent from the query syntax which is used to search the repository.