Uses of Class
org.apache.xalan.templates.ElemSort
| Package | Description |
|---|---|
| org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
-
Uses of ElemSort in org.apache.xalan.templates
Methods in org.apache.xalan.templates that return ElemSort Modifier and Type Method Description ElemSortElemForEach. getSortElem(int i)Get a xsl:sort element associated with this element.Methods in org.apache.xalan.templates with parameters of type ElemSort Modifier and Type Method Description voidElemForEach. setSortElem(ElemSort sortElem)Set a xsl:sort element associated with this element.