Uses of Class
org.apache.xalan.templates.ElemSort

Packages that use ElemSort
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
 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
 void ElemForEach.setSortElem(ElemSort sortElem)
          Set a xsl:sort element associated with this element.