org.modeshape.jcr.query.xpath
Class XPath.FilterStep
java.lang.Object
org.modeshape.jcr.query.xpath.XPath.Component
org.modeshape.jcr.query.xpath.XPath.StepExpression
org.modeshape.jcr.query.xpath.XPath.FilterStep
- Enclosing class:
- XPath
public static class XPath.FilterStep
- extends XPath.StepExpression
XPath.FilterStep
public XPath.FilterStep(XPath.Component primaryExpression,
List<XPath.Component> predicates)
getPrimaryExpression
public XPath.Component getPrimaryExpression()
- Returns:
- nodeTest
getPredicates
public List<XPath.Component> getPredicates()
- Returns:
- predicates
collapse
public XPath.Component collapse()
- Description copied from class:
XPath.Component
- Return the collapsable form
- Overrides:
collapse
in class XPath.Component
- Returns:
- the collapsed form of th is component; never null and possibly the same as this
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.