Package org.exolab.adaptx.xslt
Class XSLSort
java.lang.Object
org.exolab.adaptx.xslt.XSLObject
org.exolab.adaptx.xslt.XSLSort
Represents an xsl:sort element
- Version:
- $Revision: 4320 $ $Date: 2004-04-20 02:27:09 +0200 (Tue, 20 Apr 2004) $
- Author:
- Keith Visco
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The ascending order valuestatic final String
The case-order attributestatic final String
The data-type attributestatic final String
The descending order valuestatic final String
The lang attributestatic final String
The number data-type valuestatic final String
The order attributestatic final String
The select attributestatic final String
The text data-type valueFields inherited from class org.exolab.adaptx.xslt.XSLObject
APPLY_IMPORTS, APPLY_TEMPLATES, ARG, ATTRIBUTE, ATTRIBUTE_SET, CALL_TEMPLATE, CDATA, CHOOSE, COMMENT, CONTENTS, COPY, COPY_OF, ELEMENT, ENTITY_REF, FOR_EACH, FUNCTIONS, ID, IF, IMPORT, INCLUDE, KEY, LITERAL, LOCALE, MESSAGE, NUMBER, OTHERWISE, OUTPUT, PARAM, PI, PRESERVE_SPACE, SCRIPT, SORT, STRIP_SPACE, STYLESHEET, TEMPLATE, TEXT, VALUE_OF, VARIABLE, WHEN, WITH_PARAM
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the selectExpr for this XSLSort.void
setAttribute
(String name, String value) Sets the attribute with the given name to the given value.void
setSelectExpr
(XPathExpression selectExpr) sets the SelectExpr for this XSLSortMethods inherited from class org.exolab.adaptx.xslt.XSLObject
addNamespaceDecl, appendAction, appendText, appendText, getActions, getAttribute, getAttributes, getNamespace, getNearestAncestor, getNodeValue, getStylesheet, getText, getType, getTypeFromName, getTypeName, resolveNamespace, setAllowActions, setNamespace, setTypeName
-
Field Details
-
CASE_ORDER_ATTR
The case-order attribute- See Also:
-
DATA_TYPE_ATTR
The data-type attribute- See Also:
-
LANG_ATTR
The lang attribute- See Also:
-
ORDER_ATTR
The order attribute- See Also:
-
SELECT_ATTR
The select attribute- See Also:
-
ASCENDING_ORDER
The ascending order value- See Also:
-
DESCENDING_ORDER
The descending order value- See Also:
-
NUMBER_TYPE
The number data-type value- See Also:
-
TEXT_TYPE
The text data-type value- See Also:
-
-
Constructor Details
-
XSLSort
public XSLSort()Creates a new XSLSort
-
-
Method Details
-
getSelectExpr
Retrieves the selectExpr for this XSLSort.- Throws:
XPathException
-
setAttribute
Description copied from class:XSLObject
Sets the attribute with the given name to the given value.- Overrides:
setAttribute
in classXSLObject
- Parameters:
name
- the name of the attribute to setvalue
- the value to set the attribute to- Throws:
XSLException
- if this XSLObject does not allow attributes with the given name, or if the attribute is read only
-
setSelectExpr
sets the SelectExpr for this XSLSort
-