Uses of Class
org.apache.jackrabbit.core.query.NAryQueryNode

Packages that use NAryQueryNode
org.apache.jackrabbit.core.query   
 

Uses of NAryQueryNode in org.apache.jackrabbit.core.query
 

Subclasses of NAryQueryNode in org.apache.jackrabbit.core.query
 class AndQueryNode
          Implements a query node that defines an AND operation between arbitrary other QueryNodes.
 class DerefQueryNode
          Represents query node that dereferences a reference property into a node and does an optional name test on the target node.
 class LocationStepQueryNode
          Defines a location step for querying the path of a node.
 class NotQueryNode
          Implements a query node that defines a not operation on the child query.
 class OrQueryNode
          Implements a query node that defines an OR operation between arbitrary other QueryNodes.
 class PathQueryNode
          Implements a query node that defines a path restriction.
 



Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.