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

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

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

Methods in org.modeshape.jcr.xpath that return XPath.PathExpression
protected  XPath.PathExpression XPathParser.parsePathExpr(TokenStream tokens)
           
protected  XPath.PathExpression XPathParser.parseRelativePathExpr(TokenStream tokens)
           
 XPath.PathExpression XPath.PathExpression.withoutFirst()
           
 XPath.PathExpression XPath.PathExpression.withoutLast()
           
 

Methods in org.modeshape.jcr.xpath with parameters of type XPath.PathExpression
protected  XPathToQueryTranslator.RelativePathLikeExpressions XPathToQueryTranslator.relativePathLikeExpressions(XPath.PathExpression pathExpression)
           
protected  void XPathToQueryTranslator.translate(XPath.PathExpression pathExpression)
           
protected  boolean XPathToQueryTranslator.translatePathExpressionConstraint(XPath.PathExpression pathExrp, QueryBuilder.ConstraintBuilder where, String tableName)
           
 



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