Uses of Class
org.apache.xalan.templates.ElemSort
-
Packages that use ElemSort Package Description org.apache.xalan.templates Implements theTemplates
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 ElemSort
ElemForEach. 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 void
ElemForEach. setSortElem(ElemSort sortElem)
Set a xsl:sort element associated with this element.
-