Uses of Class
com.caucho.xsl.OutputFormat

Packages that use OutputFormat
com.caucho.xsl The XSLT transformation package. 
 

Uses of OutputFormat in com.caucho.xsl
 

Methods in com.caucho.xsl that return OutputFormat
 OutputFormat IdentityStylesheet.getOutputFormat()
           
 OutputFormat StylesheetImpl.getOutputFormat()
           
 

Methods in com.caucho.xsl with parameters of type OutputFormat
 void StylesheetImpl.setOutputFormat(OutputFormat output)