All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.kvisco.xsl.XSLSort

com.kvisco.xsl.XSLObject
   |
   +----com.kvisco.xsl.XSLSort

public class XSLSort
extends XSLObject
Represents an xsl:sort element

Author:
Keith Visco

Variable Index

 o ASCENDING_ORDER
The ascending order value
 o CASE_ORDER_ATTR
The case-order attribute
 o DATA_TYPE_ATTR
The data-type attribute
 o DESCENDING_ORDER
The descending order value
 o LANG_ATTR
The lang attribute
 o NUMBER_TYPE
The number data-type value
 o ORDER_ATTR
The order attribute
 o SELECT_ATTR
The select attribute
 o TEXT_TYPE
The text data-type value

Constructor Index

 o XSLSort(XSLStylesheet)
Creates a new XSLSort

Method Index

 o getSelectExpr()
Retrieves the selectExpr for this XSLSort.
 o setAttribute(String, String)
Sets the attribute with the given name to the given value.
 o setSelectExpr(SelectExpr)
sets the SelectExpr for this XSLSort

Variables

 o CASE_ORDER_ATTR
 public static final String CASE_ORDER_ATTR
The case-order attribute

 o DATA_TYPE_ATTR
 public static final String DATA_TYPE_ATTR
The data-type attribute

 o LANG_ATTR
 public static final String LANG_ATTR
The lang attribute

 o ORDER_ATTR
 public static final String ORDER_ATTR
The order attribute

 o SELECT_ATTR
 public static final String SELECT_ATTR
The select attribute

 o ASCENDING_ORDER
 public static final String ASCENDING_ORDER
The ascending order value

 o DESCENDING_ORDER
 public static final String DESCENDING_ORDER
The descending order value

 o NUMBER_TYPE
 public static final String NUMBER_TYPE
The number data-type value

 o TEXT_TYPE
 public static final String TEXT_TYPE
The text data-type value

Constructors

 o XSLSort
 public XSLSort(XSLStylesheet parentStylesheet)
Creates a new XSLSort

Methods

 o getSelectExpr
 public SelectExpr getSelectExpr() throws InvalidExprException
Retrieves the selectExpr for this XSLSort.

 o setAttribute
 public void setAttribute(String name,
                          String value) throws XSLException
Sets the attribute with the given name to the given value.

Overrides:
setAttribute in class XSLObject
 o setSelectExpr
 public void setSelectExpr(SelectExpr selectExpr)
sets the SelectExpr for this XSLSort


All Packages  Class Hierarchy  This Package  Previous  Next  Index