Uses of Class
org.modeshape.graph.query.model.DescendantNode

Packages that use DescendantNode
org.modeshape.graph.query.model The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. 
org.modeshape.graph.query.parse This package defines the QueryParser interface, which defines a component that can parse a query represented in a specific language and produce the corresponding abstract query model representation. 
org.modeshape.graph.query.validate This package provides the interfaces that define the tables and columns that can be queried. 
org.modeshape.jcr.query.qom   
 

Uses of DescendantNode in org.modeshape.graph.query.model
 

Methods in org.modeshape.graph.query.model with parameters of type DescendantNode
 void Visitors.AbstractVisitor.visit(DescendantNode obj)
          
 void Visitors.WalkAllVisitor.visit(DescendantNode descendant)
          
 void Visitors.ReadableVisitor.visit(DescendantNode descendant)
          
 void Visitor.visit(DescendantNode obj)
           
 

Uses of DescendantNode in org.modeshape.graph.query.parse
 

Methods in org.modeshape.graph.query.parse that return DescendantNode
protected  DescendantNode SqlQueryParser.descendantNode(SelectorName name, String path)
           
 

Uses of DescendantNode in org.modeshape.graph.query.validate
 

Methods in org.modeshape.graph.query.validate with parameters of type DescendantNode
 void Validator.visit(DescendantNode obj)
          
 

Uses of DescendantNode in org.modeshape.jcr.query.qom
 

Subclasses of DescendantNode in org.modeshape.jcr.query.qom
 class JcrDescendantNode
          Implementation of the descendant node constraint for the JCR Query Object Model and the Graph API.
 



Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.