Uses of Class
org.modeshape.jcr.xpath.XPath.StepExpression

Packages that use XPath.StepExpression
org.modeshape.jcr.xpath The components used to parse JCR XPath queries and translate them into equivalent JCR-SQL2 queries. 
 

Uses of XPath.StepExpression in org.modeshape.jcr.xpath
 

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

Methods in org.modeshape.jcr.xpath that return XPath.StepExpression
 XPath.StepExpression XPath.PathExpression.getLastStep()
           
protected  XPath.StepExpression XPathParser.parseStepExpr(TokenStream tokens)
           
 

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

Method parameters in org.modeshape.jcr.xpath with type arguments of type XPath.StepExpression
protected  String XPathToQueryTranslator.translateElementTest(XPath.ElementTest elementTest, List<XPath.StepExpression> pathConstraint, QueryBuilder.ConstraintBuilder where)
           
protected  String XPathToQueryTranslator.translateSource(String tableName, List<XPath.StepExpression> path, QueryBuilder.ConstraintBuilder where)
           
 

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



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