Uses of Interface
org.apache.xalan.xsltc.runtime.output.OutputBuffer

Packages that use OutputBuffer
org.apache.xalan.xsltc.runtime.output   
 

Uses of OutputBuffer in org.apache.xalan.xsltc.runtime.output
 

Classes in org.apache.xalan.xsltc.runtime.output that implement OutputBuffer
(package private)  class StringOutputBuffer
           
(package private)  class WriterOutputBuffer
           
 

Methods in org.apache.xalan.xsltc.runtime.output that return OutputBuffer
 OutputBuffer WriterOutputBuffer.append(char ch)
           
 OutputBuffer StringOutputBuffer.append(char ch)
           
 OutputBuffer OutputBuffer.append(char ch)
           
 OutputBuffer WriterOutputBuffer.append(char[] s, int from, int to)
           
 OutputBuffer StringOutputBuffer.append(char[] s, int from, int to)
           
 OutputBuffer OutputBuffer.append(char[] s, int from, int to)
           
 OutputBuffer WriterOutputBuffer.append(java.lang.String s)
           
 OutputBuffer StringOutputBuffer.append(java.lang.String s)
           
 OutputBuffer OutputBuffer.append(java.lang.String s)