| Constructor and Description |
|---|
XPath.OrderBySpec(Order order,
XPath.FunctionCall scoreFunction) |
XPath.OrderBySpec(Order order,
XPath.NameTest attributeName) |
XPath.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 XPath.OrderBySpec(Order order, XPath.FunctionCall scoreFunction)
public XPath.OrderBySpec(Order order, XPath.NameTest attributeName)
public XPath.OrderBySpec(Order order, XPath.PathExpression path)
public XPath.PathExpression getPath()
public XPath.NameTest getAttributeName()
score functionpublic XPath.FunctionCall getScoreFunction()
attribute namepublic Order getOrder()
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.