| Package | Description |
|---|---|
| com.caucho.xsl |
The XSLT transformation package.
|
| com.caucho.xsl.fun |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeTransformerImpl |
class |
StreamTransformerImpl |
class |
StringTransformerImpl
Transforms a document to a result string.
|
| Modifier and Type | Field and Description |
|---|---|
protected TransformerImpl |
SAXFilterImpl.transformer |
| Modifier and Type | Method and Description |
|---|---|
TransformerImpl |
XslWriter.getTransformer() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
AbstractStylesheet.transform(org.w3c.dom.Node xml,
XMLWriter out,
TransformerImpl transformer)
Transforms the XML node to a new XML document based on this stylesheet.
|
void |
StylesheetImpl.transform(org.w3c.dom.Node xml,
XMLWriter writer,
TransformerImpl transformer)
Transforms the input node to the output writer
|
void |
IdentityStylesheet.transform(org.w3c.dom.Node xml,
XMLWriter writer,
TransformerImpl transformer)
Transforms the XML node to a new XML document based on this stylesheet.
|
| Constructor and Description |
|---|
SAXFilterImpl(TransformerImpl transformer) |
| Constructor and Description |
|---|
DocumentFun(TransformerImpl transformer) |