Package | Description |
---|---|
com.caucho.xsl |
The XSLT transformation package.
|
Modifier and Type | Method and Description |
---|---|
protected Template |
StylesheetImpl.getTemplate(java.util.HashMap templates,
org.w3c.dom.Node node,
Env env,
int min,
int max)
Gets a template.
|
protected static Template[] |
StylesheetImpl.mergeTemplates(Template[] star,
Template[] templates)
Merges two template arrays into the final one.
|
Modifier and Type | Method and Description |
---|---|
protected static Template[] |
StylesheetImpl.mergeTemplates(Template[] star,
Template[] templates)
Merges two template arrays into the final one.
|
protected static Template[] |
StylesheetImpl.mergeTemplates(Template[] star,
Template[] templates)
Merges two template arrays into the final one.
|