Uses of Class
org.apache.xalan.templates.OutputProperties
Packages that use OutputProperties
Package
Description
Extension elements and functions shipped with Xalan-Java, including EXSLT functions.
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet.In charge of run-time transformations and the production of result trees.
-
Uses of OutputProperties in org.apache.xalan.lib
Methods in org.apache.xalan.lib with parameters of type OutputPropertiesModifier and TypeMethodDescriptionRedirect.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. -
Uses of OutputProperties in org.apache.xalan.templates
Methods in org.apache.xalan.templates that return OutputPropertiesModifier and TypeMethodDescriptionStylesheet.getOutput(int i) Get an "xsl:output" property.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 OutputPropertiesModifier and TypeMethodDescriptionvoidOutputProperties.copyFrom(OutputProperties opsrc) Copy the keys and values from the source to this object.voidStylesheet.setOutput(OutputProperties v) Set the "xsl:output" property. -
Uses of OutputProperties in org.apache.xalan.transformer
Methods in org.apache.xalan.transformer that return OutputPropertiesModifier and TypeMethodDescriptionTransformerImpl.getOutputFormat()Get the output properties used for the transformation.Methods in org.apache.xalan.transformer with parameters of type OutputPropertiesModifier and TypeMethodDescriptionTransformerImpl.createSerializationHandler(Result outputTarget, OutputProperties format) Create a ContentHandler from a Result object and an OutputProperties.voidTransformerImpl.setOutputFormat(OutputProperties oformat) Set the output properties for the transformation.