org.modeshape.jcr.xpath
Class XPath.FilterStep

java.lang.Object
  extended by org.modeshape.jcr.xpath.XPath.Component
      extended by org.modeshape.jcr.xpath.XPath.StepExpression
          extended by org.modeshape.jcr.xpath.XPath.FilterStep
Enclosing class:
XPath

public static class XPath.FilterStep
extends XPath.StepExpression


Constructor Summary
XPath.FilterStep(XPath.Component primaryExpression, List<XPath.Component> predicates)
           
 
Method Summary
 XPath.Component collapse()
          Return the collapsable form
 boolean equals(Object obj)
          
 List<XPath.Component> getPredicates()
           
 XPath.Component getPrimaryExpression()
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XPath.FilterStep

public XPath.FilterStep(XPath.Component primaryExpression,
                        List<XPath.Component> predicates)
Method Detail

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
See Also:
Object.equals(java.lang.Object)

toString

public String toString()

Overrides:
toString in class Object
See Also:
Object.toString()


Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.