Class XSLSort


  • public class XSLSort
    extends XSLObject
    Represents an xsl:sort element
    Version:
    $Revision: 4320 $ $Date: 2004-04-20 02:27:09 +0200 (Tue, 20 Apr 2004) $
    Author:
    Keith Visco
    • Field Detail

      • CASE_ORDER_ATTR

        public static final java.lang.String CASE_ORDER_ATTR
        The case-order attribute
        See Also:
        Constant Field Values
      • DATA_TYPE_ATTR

        public static final java.lang.String DATA_TYPE_ATTR
        The data-type attribute
        See Also:
        Constant Field Values
      • LANG_ATTR

        public static final java.lang.String LANG_ATTR
        The lang attribute
        See Also:
        Constant Field Values
      • ORDER_ATTR

        public static final java.lang.String ORDER_ATTR
        The order attribute
        See Also:
        Constant Field Values
      • SELECT_ATTR

        public static final java.lang.String SELECT_ATTR
        The select attribute
        See Also:
        Constant Field Values
      • ASCENDING_ORDER

        public static final java.lang.String ASCENDING_ORDER
        The ascending order value
        See Also:
        Constant Field Values
      • DESCENDING_ORDER

        public static final java.lang.String DESCENDING_ORDER
        The descending order value
        See Also:
        Constant Field Values
      • NUMBER_TYPE

        public static final java.lang.String NUMBER_TYPE
        The number data-type value
        See Also:
        Constant Field Values
      • TEXT_TYPE

        public static final java.lang.String TEXT_TYPE
        The text data-type value
        See Also:
        Constant Field Values
    • Constructor Detail

      • XSLSort

        public XSLSort()
        Creates a new XSLSort
    • Method Detail

      • setAttribute

        public void setAttribute​(java.lang.String name,
                                 java.lang.String value)
                          throws XSLException
        Description copied from class: XSLObject
        Sets the attribute with the given name to the given value.
        Overrides:
        setAttribute in class XSLObject
        Parameters:
        name - the name of the attribute to set
        value - 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

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