Uses of Interface
com.jclark.xsl.tr.OutputMethod

Packages that use OutputMethod
com.jclark.xsl.sax The SAX (version 1) API for XT  
com.jclark.xsl.tr The transformation engine  
 

Uses of OutputMethod in com.jclark.xsl.sax
 

Methods in com.jclark.xsl.sax with parameters of type OutputMethod
 void ResultBase.start(OutputMethod outputMethod)
          initialize, (and possibly construct) the DocumentHandler
 

Uses of OutputMethod in com.jclark.xsl.tr
 

Methods in com.jclark.xsl.tr with parameters of type OutputMethod
 void Result.start(OutputMethod outputMethod)