Uses of Class
org.jboss.dna.jcr.xpath.XPath.StepExpression

Packages that use XPath.StepExpression
org.jboss.dna.jcr.xpath   
 

Uses of XPath.StepExpression in org.jboss.dna.jcr.xpath
 

Subclasses of XPath.StepExpression in org.jboss.dna.jcr.xpath
static class XPath.AxisStep
           
static class XPath.DescendantOrSelf
           
static class XPath.FilterStep
           
 

Methods in org.jboss.dna.jcr.xpath that return XPath.StepExpression
 XPath.StepExpression XPath.PathExpression.getLastStep()
           
 

Methods in org.jboss.dna.jcr.xpath that return types with arguments of type XPath.StepExpression
 List<XPath.StepExpression> XPath.PathExpression.getSteps()
           
 Iterator<XPath.StepExpression> XPath.PathExpression.iterator()
          
 

Constructor parameters in org.jboss.dna.jcr.xpath with type arguments of type XPath.StepExpression
XPath.PathExpression(boolean relative, List<XPath.StepExpression> steps, XPath.OrderBy orderBy)
           
 



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