public static class XPath.FilterStep extends XPath.StepExpression
Constructor and Description |
---|
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 FilterStep(XPath.Component primaryExpression, List<XPath.Component> predicates)
public XPath.Component getPrimaryExpression()
public List<XPath.Component> getPredicates()
public XPath.Component collapse()
XPath.Component
collapse
in class XPath.Component
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.