Package | Description |
---|---|
com.caucho.xsl |
The XSLT transformation package.
|
Modifier and Type | Class and Description |
---|---|
class |
IdentityStylesheet
A compiled XSL stylesheet.
|
class |
JavaStylesheet
Implementation class for JavaScript stylesheets.
|
Modifier and Type | Field and Description |
---|---|
protected StylesheetImpl |
TransformerImpl._stylesheet |
Modifier and Type | Method and Description |
---|---|
protected StylesheetImpl |
JavaGenerator.completeGenerate(java.util.ArrayList<XslNode> inits,
java.util.ArrayList globals) |
StylesheetImpl |
TransformerImpl.getStylesheet() |
protected StylesheetImpl |
AbstractStylesheetFactory.loadStylesheet(java.lang.String systemId,
java.lang.String className)
Loads the compiled stylesheet .class file
|
StylesheetImpl |
AbstractStylesheetFactory.newStylesheet(org.w3c.dom.Document xsl)
Creates a new stylesheet from an XML document.
|
StylesheetImpl |
AbstractStylesheetFactory.newStylesheet(java.io.InputStream is)
Create a new stylesheet from an input stream.
|
StylesheetImpl |
AbstractStylesheetFactory.newStylesheet(Path path) |
StylesheetImpl |
AbstractStylesheetFactory.newStylesheet(java.io.Reader reader)
Create a new stylesheet from a reader.
|
StylesheetImpl |
AbstractStylesheetFactory.newStylesheet(java.lang.String systemId)
Loads a stylesheet from a named file
|
Constructor and Description |
---|
TransformerImpl(StylesheetImpl stylesheet) |