public static class XPath.OrderBy extends XPath.Component implements Iterable<XPath.OrderBySpec>
Constructor and Description |
---|
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() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public OrderBy(List<XPath.OrderBySpec> orderBySpecifications)
public List<XPath.OrderBySpec> getOrderBySpecifications()
public XPath.Component collapse()
XPath.Component
collapse
in class XPath.Component
public Iterator<XPath.OrderBySpec> iterator()
iterator
in interface Iterable<XPath.OrderBySpec>
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.