Constructor and Description |
---|
OrderBySpec(Order order,
XPath.FunctionCall scoreFunction) |
OrderBySpec(Order order,
XPath.NameTest attributeName) |
OrderBySpec(Order order,
XPath.PathExpression path) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
XPath.NameTest |
getAttributeName()
Get the attribute name for this order specification.
|
Order |
getOrder()
The order for this specification
|
XPath.PathExpression |
getPath()
Gets child axis for this order specification.
|
XPath.FunctionCall |
getScoreFunction()
Get the score function for this order specification.
|
int |
hashCode() |
String |
toString() |
public OrderBySpec(Order order, XPath.FunctionCall scoreFunction)
public OrderBySpec(Order order, XPath.NameTest attributeName)
public OrderBySpec(Order order, XPath.PathExpression path)
public XPath.PathExpression getPath()
public XPath.NameTest getAttributeName()
score function
public XPath.FunctionCall getScoreFunction()
attribute name
public Order getOrder()
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.