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
-
ASCENDING_ORDER
- The ascending order value
-
CASE_ORDER_ATTR
- The case-order attribute
-
DATA_TYPE_ATTR
- The data-type attribute
-
DESCENDING_ORDER
- The descending order value
-
LANG_ATTR
- The lang attribute
-
NUMBER_TYPE
- The number data-type value
-
ORDER_ATTR
- The order attribute
-
SELECT_ATTR
- The select attribute
-
TEXT_TYPE
- The text data-type value
-
XSLSort(XSLStylesheet)
- Creates a new XSLSort
-
getSelectExpr()
- Retrieves the selectExpr for this XSLSort.
-
setAttribute(String, String)
- Sets the attribute with the given name to the given value.
-
setSelectExpr(SelectExpr)
- sets the SelectExpr for this XSLSort
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
LANG_ATTR
public static final String LANG_ATTR
- The lang attribute
ORDER_ATTR
public static final String ORDER_ATTR
- The order attribute
SELECT_ATTR
public static final String SELECT_ATTR
- The select attribute
ASCENDING_ORDER
public static final String ASCENDING_ORDER
- The ascending order value
DESCENDING_ORDER
public static final String DESCENDING_ORDER
- The descending order value
NUMBER_TYPE
public static final String NUMBER_TYPE
- The number data-type value
TEXT_TYPE
public static final String TEXT_TYPE
- The text data-type value
XSLSort
public XSLSort(XSLStylesheet parentStylesheet)
- Creates a new XSLSort
getSelectExpr
public SelectExpr getSelectExpr() throws InvalidExprException
- Retrieves the selectExpr for this XSLSort.
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
setSelectExpr
public void setSelectExpr(SelectExpr selectExpr)
- sets the SelectExpr for this XSLSort
All Packages Class Hierarchy This Package Previous Next Index