| Package | Description | 
|---|---|
| com.caucho.xsl | The XSLT transformation package. | 
| com.caucho.xsl.java | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Sort[][] | JavaStylesheet. _xsl_sorts | 
| Modifier and Type | Method and Description | 
|---|---|
| static Sort | Sort. create(Expr expr,
      Expr isAscending,
      boolean isText) | 
| static Sort | Sort. create(Expr expr,
      Expr isAscending,
      Expr lang) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | JavaGenerator. addSort(Sort[] sort) | 
| protected void | JavaGenerator. printApplyTemplates(AbstractPattern select,
                   java.lang.String mode,
                   Sort[] sort)Prints code for xsl:apply-templates | 
| protected void | JavaGenerator. printForEach(org.w3c.dom.Element element,
            java.lang.String select,
            Sort[] sort)Prints code for xsl:for-each when the for-each has any xsl:sort. | 
| protected java.util.ArrayList | StylesheetImpl. xslSort(org.w3c.dom.Node node,
       Env env,
       AbstractPattern pattern,
       Sort[] sortList) | 
| Modifier and Type | Method and Description | 
|---|---|
| Sort | XslSort. generateSort()Generates the sort value. |