|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutputProperties | |
org.apache.xalan.templates | Implements the Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
org.apache.xalan.transformer | In charge of run-time transformations and the production of result trees. |
Uses of OutputProperties in org.apache.xalan.templates |
Methods in org.apache.xalan.templates that return OutputProperties | |
OutputProperties |
Stylesheet.getOutput(int i)
Get an "xsl:output" property. |
OutputProperties |
StylesheetRoot.getOutputComposed()
Get the combined "xsl:output" property with the properties combined from the included stylesheets. |
Methods in org.apache.xalan.templates with parameters of type OutputProperties | |
void |
OutputProperties.copyFrom(OutputProperties opsrc)
Copy the keys and values from the source to this object. |
void |
Stylesheet.setOutput(OutputProperties v)
Set the "xsl:output" property. |
Uses of OutputProperties in org.apache.xalan.transformer |
Methods in org.apache.xalan.transformer that return OutputProperties | |
OutputProperties |
TransformerImpl.getOutputFormat()
Get the output properties used for the transformation. |
Methods in org.apache.xalan.transformer with parameters of type OutputProperties | |
SerializationHandler |
TransformerImpl.createSerializationHandler(Result outputTarget,
OutputProperties format)
Create a ContentHandler from a Result object and an OutputProperties. |
void |
TransformerImpl.setOutputFormat(OutputProperties oformat)
Set the output properties for the transformation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |