org.exolab.adaptx.xslt
public class XSLSort extends XSLObject
Version: $Revision: 4320 $ $Date: 2004-04-19 20:27:09 -0400 (Mon, 19 Apr 2004) $
Field Summary | |
---|---|
static String | ASCENDING_ORDER
The ascending order value
|
static String | CASE_ORDER_ATTR
The case-order attribute
|
static String | DATA_TYPE_ATTR
The data-type attribute
|
static String | DESCENDING_ORDER
The descending order value
|
static String | LANG_ATTR
The lang attribute
|
static String | NUMBER_TYPE
The number data-type value
|
static String | ORDER_ATTR
The order attribute
|
static String | SELECT_ATTR
The select attribute
|
static String | TEXT_TYPE
The text data-type value
|
Constructor Summary | |
---|---|
XSLSort()
Creates a new XSLSort
|
Method Summary | |
---|---|
XPathExpression | getSelectExpr()
Retrieves the selectExpr for this XSLSort.
|
void | setAttribute(String name, String value) |
void | setSelectExpr(XPathExpression selectExpr)
sets the SelectExpr for this XSLSort
|