public static class XPath.OrderBy extends XPath.Component implements Iterable<XPath.OrderBySpec>
| Constructor and Description |
|---|
XPath.OrderBy(List<XPath.OrderBySpec> orderBySpecifications) |
| Modifier and Type | Method and Description |
|---|---|
XPath.Component |
collapse()
Return the collapsable form
|
boolean |
equals(Object obj) |
List<XPath.OrderBySpec> |
getOrderBySpecifications() |
int |
hashCode() |
Iterator<XPath.OrderBySpec> |
iterator() |
String |
toString() |
public XPath.OrderBy(List<XPath.OrderBySpec> orderBySpecifications)
public List<XPath.OrderBySpec> getOrderBySpecifications()
public XPath.Component collapse()
XPath.Componentcollapse in class XPath.Componentpublic Iterator<XPath.OrderBySpec> iterator()
iterator in interface Iterable<XPath.OrderBySpec>Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.