public static class XPath.Comparison extends XPath.BinaryComponent
Constructor and Description |
---|
Comparison(XPath.Component left,
Operator operator,
XPath.Component right) |
Modifier and Type | Method and Description |
---|---|
XPath.Component |
collapse()
Return the collapsable form
|
boolean |
equals(Object obj) |
Operator |
getOperator() |
int |
hashCode() |
String |
toString() |
getLeft, getRight
public Comparison(XPath.Component left, Operator operator, XPath.Component right)
public Operator getOperator()
public XPath.Component collapse()
XPath.Component
collapse
in class XPath.Component
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.