|
ModeShape Distribution 3.0.0.Alpha6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XPath.StepExpression | |
|---|---|
| org.modeshape.jcr.query.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.query.xpath |
|---|
| Subclasses of XPath.StepExpression in org.modeshape.jcr.query.xpath | |
|---|---|
static class |
XPath.AxisStep
|
static class |
XPath.DescendantOrSelf
|
static class |
XPath.FilterStep
|
| Methods in org.modeshape.jcr.query.xpath that return XPath.StepExpression | |
|---|---|
XPath.StepExpression |
XPath.PathExpression.getLastStep()
|
protected XPath.StepExpression |
XPathParser.parseStepExpr(TokenStream tokens)
|
| Methods in org.modeshape.jcr.query.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.query.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.query.xpath with type arguments of type XPath.StepExpression | |
|---|---|
XPath.PathExpression(boolean relative,
List<XPath.StepExpression> steps,
XPath.OrderBy orderBy)
|
|
|
ModeShape Distribution 3.0.0.Alpha6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||