|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XPath.Component | |
---|---|
org.modeshape.jcr.query.xpath | The components used to parse JCR XPath queries and translate them into equivalent JCR-SQL2 queries. |
Uses of XPath.Component in org.modeshape.jcr.query.xpath |
---|
Fields in org.modeshape.jcr.query.xpath declared as XPath.Component | |
---|---|
protected XPath.Component |
XPath.UnaryComponent.wrapped
|
Methods in org.modeshape.jcr.query.xpath that return types with arguments of type XPath.Component | |
---|---|
List<XPath.Component> |
XPath.FunctionCall.getParameters()
|
List<XPath.Component> |
XPath.FilterStep.getPredicates()
|
List<XPath.Component> |
XPath.AxisStep.getPredicates()
|
protected List<XPath.Component> |
XPathParser.parsePredicates(TokenStream tokens)
|
Methods in org.modeshape.jcr.query.xpath with parameters of type XPath.Component | |
---|---|
protected XPath.Component |
XPathParser.collapse(XPath.Component component)
|
QueryCommand |
XPathToQueryTranslator.createQuery(XPath.Component xpath)
|
protected String |
XPathToQueryTranslator.translatePredicate(XPath.Component predicate,
String tableName,
QueryBuilder.ConstraintBuilder where)
|
Method parameters in org.modeshape.jcr.query.xpath with type arguments of type XPath.Component | |
---|---|
protected boolean |
XPathToQueryTranslator.appliesToPathConstraint(List<XPath.Component> predicates)
Determine if the predicates contain any expressions that cannot be put into a LIKE constraint on the path. |
protected void |
XPathToQueryTranslator.translatePredicates(List<XPath.Component> predicates,
String tableName,
QueryBuilder.ConstraintBuilder where)
|
Constructors in org.modeshape.jcr.query.xpath with parameters of type XPath.Component | |
---|---|
XPath.Add(XPath.Component left,
XPath.Component right)
|
|
XPath.And(XPath.Component left,
XPath.Component right)
|
|
XPath.BinaryComponent(XPath.Component left,
XPath.Component right)
|
|
XPath.Comparison(XPath.Component left,
Operator operator,
XPath.Component right)
|
|
XPath.Except(XPath.Component left,
XPath.Component right)
|
|
XPath.FilterStep(XPath.Component primaryExpression,
List<XPath.Component> predicates)
|
|
XPath.Intersect(XPath.Component left,
XPath.Component right)
|
|
XPath.Negation(XPath.Component wrapped)
|
|
XPath.NodeComparison(XPath.Component left,
XPath.NodeComparisonOperator operator,
XPath.Component right)
|
|
XPath.Or(XPath.Component left,
XPath.Component right)
|
|
XPath.ParenthesizedExpression(XPath.Component wrapped)
|
|
XPath.Subtract(XPath.Component left,
XPath.Component right)
|
|
XPath.UnaryComponent(XPath.Component wrapped)
|
|
XPath.Union(XPath.Component left,
XPath.Component right)
|
Constructor parameters in org.modeshape.jcr.query.xpath with type arguments of type XPath.Component | |
---|---|
XPath.AxisStep(XPath.NodeTest nodeTest,
List<XPath.Component> predicates)
|
|
XPath.FilterStep(XPath.Component primaryExpression,
List<XPath.Component> predicates)
|
|
XPath.FunctionCall(XPath.NameTest name,
List<XPath.Component> arguments)
|
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |