public static class XPath.FilterStep extends XPath.StepExpression
| Constructor and Description |
|---|
XPath.FilterStep(XPath.Component primaryExpression,
List<XPath.Component> predicates) |
| Modifier and Type | Method and Description |
|---|---|
XPath.Component |
collapse()
Return the collapsable form
|
boolean |
equals(Object obj) |
List<XPath.Component> |
getPredicates() |
XPath.Component |
getPrimaryExpression() |
int |
hashCode() |
String |
toString() |
public XPath.FilterStep(XPath.Component primaryExpression, List<XPath.Component> predicates)
public XPath.Component getPrimaryExpression()
public List<XPath.Component> getPredicates()
public XPath.Component collapse()
XPath.Componentcollapse in class XPath.ComponentCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.