org.exolab.adaptx.xslt

Class XSLSort

public class XSLSort extends XSLObject

Represents an xsl:sort element

Version: $Revision: 4320 $ $Date: 2004-04-19 20:27:09 -0400 (Mon, 19 Apr 2004) $

Author: Keith Visco

Field Summary
static StringASCENDING_ORDER
The ascending order value
static StringCASE_ORDER_ATTR
The case-order attribute
static StringDATA_TYPE_ATTR
The data-type attribute
static StringDESCENDING_ORDER
The descending order value
static StringLANG_ATTR
The lang attribute
static StringNUMBER_TYPE
The number data-type value
static StringORDER_ATTR
The order attribute
static StringSELECT_ATTR
The select attribute
static StringTEXT_TYPE
The text data-type value
Constructor Summary
XSLSort()
Creates a new XSLSort
Method Summary
XPathExpressiongetSelectExpr()
Retrieves the selectExpr for this XSLSort.
voidsetAttribute(String name, String value)
voidsetSelectExpr(XPathExpression selectExpr)
sets the SelectExpr for this XSLSort

Field Detail

ASCENDING_ORDER

public static final String ASCENDING_ORDER
The ascending order value

CASE_ORDER_ATTR

public static final String CASE_ORDER_ATTR
The case-order attribute

DATA_TYPE_ATTR

public static final String DATA_TYPE_ATTR
The data-type attribute

DESCENDING_ORDER

public static final String DESCENDING_ORDER
The descending order value

LANG_ATTR

public static final String LANG_ATTR
The lang attribute

NUMBER_TYPE

public static final String NUMBER_TYPE
The number data-type value

ORDER_ATTR

public static final String ORDER_ATTR
The order attribute

SELECT_ATTR

public static final String SELECT_ATTR
The select attribute

TEXT_TYPE

public static final String TEXT_TYPE
The text data-type value

Constructor Detail

XSLSort

public XSLSort()
Creates a new XSLSort

Method Detail

getSelectExpr

public XPathExpression getSelectExpr()
Retrieves the selectExpr for this XSLSort.

setAttribute

public void setAttribute(String name, String value)

setSelectExpr

public void setSelectExpr(XPathExpression selectExpr)
sets the SelectExpr for this XSLSort