Frames | No Frames |
Methods with parameter type org.apache.xalan.templates.OutputProperties | |
void | Copy the keys and values from the source to this object. |
void | Set the "xsl:output" property.
|
Methods with return type org.apache.xalan.templates.OutputProperties | |
OutputProperties | Stylesheet.getOutput(int i) Get an "xsl:output" property.
|
OutputProperties | Get the combined "xsl:output" property with the properties
combined from the included stylesheets. |
Methods with parameter type org.apache.xalan.templates.OutputProperties | |
SerializationHandler | Create a ContentHandler from a Result object and an OutputProperties.
|
void | Set the output properties for the transformation. |
Methods with return type org.apache.xalan.templates.OutputProperties | |
OutputProperties | Get the output properties used for the transformation.
|
Methods with parameter type org.apache.xalan.templates.OutputProperties | |
SerializationHandler | Redirect.createSerializationHandler(TransformerImpl transformer, FileOutputStream ostream, File file, OutputProperties format) A class that extends this one could over-ride this public method and receive
a callback for the creation of the serializer used in the redirection.
|