Uses of Class
org.apache.cocoon.xml.SaxBuffer

Packages that use SaxBuffer
org.apache.cocoon.forms.transformation   
org.apache.cocoon.taglib   
org.apache.cocoon.woody.transformation   
org.apache.cocoon.xml   
 

Uses of SaxBuffer in org.apache.cocoon.forms.transformation
 

Fields in org.apache.cocoon.forms.transformation declared as SaxBuffer
protected  SaxBuffer EffectPipe.buffer
           
 

Methods in org.apache.cocoon.forms.transformation that return SaxBuffer
protected  SaxBuffer EffectPipe.endBuffer()
           
 

Methods in org.apache.cocoon.forms.transformation with parameters of type SaxBuffer
 void EffectWidgetReplacingPipe.StylingContentHandler.setSaxFragment(SaxBuffer saxFragment)
           
 

Uses of SaxBuffer in org.apache.cocoon.taglib
 

Methods in org.apache.cocoon.taglib that return SaxBuffer
 SaxBuffer BodyContent.getContent()
           
 

Constructors in org.apache.cocoon.taglib with parameters of type SaxBuffer
BodyContent(SaxBuffer content, XMLConsumer consumer)
           
 

Uses of SaxBuffer in org.apache.cocoon.woody.transformation
 

Fields in org.apache.cocoon.woody.transformation declared as SaxBuffer
protected  SaxBuffer WidgetReplacingPipe.saxBuffer
          Buffer used to temporarily record SAX events.
 

Methods in org.apache.cocoon.woody.transformation that return SaxBuffer
protected  SaxBuffer EffectPipe.Output.getBuffer()
           
 

Methods in org.apache.cocoon.woody.transformation with parameters of type SaxBuffer
 void WidgetReplacingPipe.InsertStylingContentHandler.setSaxFragment(SaxBuffer saxFragment)
           
 void EffectWidgetReplacingPipe.StylingContentHandler.setSaxFragment(SaxBuffer saxFragment)
           
 

Uses of SaxBuffer in org.apache.cocoon.xml
 

Subclasses of SaxBuffer in org.apache.cocoon.xml
 class ParamSaxBuffer
          Modification of the SAX buffer with parameterization capabilities.
 

Constructors in org.apache.cocoon.xml with parameters of type SaxBuffer
ParamSaxBuffer(SaxBuffer saxBuffer)
          Creates copy of another SaxBuffer
SaxBuffer(SaxBuffer saxBuffer)
          Creates copy of another SaxBuffer
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.