Package | Description |
---|---|
org.modeshape.jcr.query.xpath |
The components used to parse JCR XPath queries and translate them into equivalent JCR-SQL2 queries.
|
Modifier and Type | Method and Description |
---|---|
XPath.PathExpression |
XPath.OrderBySpec.getPath()
Gets child axis for this order specification.
|
protected XPath.PathExpression |
XPathParser.parsePathExpr(TokenStream tokens) |
protected XPath.PathExpression |
XPathParser.parseRelativePathExpr(TokenStream tokens) |
XPath.PathExpression |
XPath.PathExpression.withoutFirst() |
XPath.PathExpression |
XPath.PathExpression.withoutLast() |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
XPath.OrderBySpec(Order order,
XPath.PathExpression path) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.