Uses of Class
org.jboss.dna.graph.query.model.DescendantNode

Packages that use DescendantNode
org.jboss.dna.graph.query.model The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. 
org.jboss.dna.graph.query.validate This package provides the interfaces that define the tables and columns that can be queried. 
 

Uses of DescendantNode in org.jboss.dna.graph.query.model
 

Methods in org.jboss.dna.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.jboss.dna.graph.query.validate
 

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



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