BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Class
weblogic.apache.xalan.templates.OutputProperties

Packages that use OutputProperties
weblogic.apache.xalan.templates   
weblogic.apache.xalan.transformer   
 

Uses of OutputProperties in weblogic.apache.xalan.templates
 

Methods in weblogic.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 weblogic.apache.xalan.templates with parameters of type OutputProperties
 void Stylesheet.setOutput(OutputProperties v)
          Set the "xsl:output" property.
 void OutputProperties.copyFrom(OutputProperties opsrc)
          Copy the keys and values from the source to this object.
 

Uses of OutputProperties in weblogic.apache.xalan.transformer
 

Methods in weblogic.apache.xalan.transformer that return OutputProperties
 OutputProperties TransformerImpl.getOutputFormat()
          Get the output properties used for the transformation.
 

Methods in weblogic.apache.xalan.transformer with parameters of type OutputProperties
 org.xml.sax.ContentHandler TransformerImpl.createResultContentHandler(javax.xml.transform.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.
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.