Uses of Class
org.apache.xalan.xsltc.compiler.Output

Packages that use Output
org.apache.xalan.xsltc.compiler   
 

Uses of Output in org.apache.xalan.xsltc.compiler
 

Fields in org.apache.xalan.xsltc.compiler declared as Output
private  Output Stylesheet._lastOutputElement
          A reference to the last xsl:output object found in the styleshet.
private  Output Parser._output
           
 

Methods in org.apache.xalan.xsltc.compiler that return Output
 Output Stylesheet.getLastOutputElement()
           
 Output Parser.getOutput()
           
 

Methods in org.apache.xalan.xsltc.compiler with parameters of type Output
private  void Stylesheet.compileConstructor(ClassGenerator classGen, Output output)
          Compile the translet's constructor
 void Output.mergeOutput(Output previous)
           
 void Parser.setOutput(Output output)
           
private  void Output.transferAttribute(Output previous, java.lang.String qname)