|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XPath.Component | |
---|---|
org.jboss.dna.jcr.xpath |
Uses of XPath.Component in org.jboss.dna.jcr.xpath |
---|
Methods in org.jboss.dna.jcr.xpath that return XPath.Component | |
---|---|
XPath.Component |
XPath.Component.collapse()
Return the collapsable form |
XPath.Component |
XPath.Comparison.collapse()
Return the collapsable form |
XPath.Component |
XPath.NodeComparison.collapse()
Return the collapsable form |
XPath.Component |
XPath.Add.collapse()
Return the collapsable form |
XPath.Component |
XPath.Subtract.collapse()
Return the collapsable form |
XPath.Component |
XPath.And.collapse()
Return the collapsable form |
XPath.Component |
XPath.Or.collapse()
Return the collapsable form |
XPath.Component |
XPath.FunctionCall.collapse()
Return the collapsable form |
XPath.Component |
XPath.PathExpression.collapse()
|
XPath.Component |
XPath.FilterStep.collapse()
|
XPath.Component |
XPath.AxisStep.collapse()
|
XPath.Component |
XPath.ParenthesizedExpression.collapse()
Return the collapsable form |
XPath.Component |
XPath.OrderBy.collapse()
Return the collapsable form |
XPath.Component |
XPath.BinaryComponent.getLeft()
|
XPath.Component |
XPath.Negation.getNegated()
|
XPath.Component |
XPath.FilterStep.getPrimaryExpression()
|
XPath.Component |
XPath.BinaryComponent.getRight()
|
XPath.Component |
XPath.ParenthesizedExpression.getWrapped()
|
XPath.Component |
XPathParser.parseXPath(String xpath)
|
Methods in org.jboss.dna.jcr.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()
|
Methods in org.jboss.dna.jcr.xpath with parameters of type XPath.Component | |
---|---|
QueryCommand |
XPathToQueryTranslator.createQuery(XPath.Component xpath)
|
Constructors in org.jboss.dna.jcr.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.jboss.dna.jcr.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |