Uses of Class
org.apache.jackrabbit.spi.commons.query.LocationStepQueryNode

Packages that use LocationStepQueryNode
org.apache.jackrabbit.core.query.lucene   
org.apache.jackrabbit.spi.commons.query   
 

Uses of LocationStepQueryNode in org.apache.jackrabbit.core.query.lucene
 

Methods in org.apache.jackrabbit.core.query.lucene with parameters of type LocationStepQueryNode
 Object LuceneQueryBuilder.visit(LocationStepQueryNode node, Object data)
           
 

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 TraversingQueryNodeVisitor.visit(LocationStepQueryNode node, Object data)
           
 Object QueryTreeDump.visit(LocationStepQueryNode node, Object data)
           
 Object QueryNodeVisitor.visit(LocationStepQueryNode node, Object data)
           
 Object DefaultQueryNodeVisitor.visit(LocationStepQueryNode node, Object data)
           
 



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