Uses of Interface
org.apache.cocoon.xml.XMLConsumer

Packages that use XMLConsumer
org.apache.cocoon.ajax   
org.apache.cocoon.components   
org.apache.cocoon.components.language.markup   
org.apache.cocoon.components.language.markup.xsp   
org.apache.cocoon.components.pipeline   
org.apache.cocoon.components.profiler   
org.apache.cocoon.components.sax   
org.apache.cocoon.components.serializers   
org.apache.cocoon.components.source   
org.apache.cocoon.components.xpointer   
org.apache.cocoon.faces.renderkit   
org.apache.cocoon.forms.datatype   
org.apache.cocoon.forms.generation   
org.apache.cocoon.forms.transformation   
org.apache.cocoon.forms.util   
org.apache.cocoon.generation   
org.apache.cocoon.mail.transformation   
org.apache.cocoon.portal.coplets.basket   
org.apache.cocoon.portal.serialization   
org.apache.cocoon.portal.tools.transformation   
org.apache.cocoon.portal.transformation   
org.apache.cocoon.portal.util   
org.apache.cocoon.portal.wsrp.adapter   
org.apache.cocoon.serialization   
org.apache.cocoon.sitemap   
org.apache.cocoon.taglib   
org.apache.cocoon.taglib.string   
org.apache.cocoon.template   
org.apache.cocoon.template.instruction   
org.apache.cocoon.template.script   
org.apache.cocoon.template.script.event   
org.apache.cocoon.template.xml   
org.apache.cocoon.transformation   
org.apache.cocoon.transformation.helpers   
org.apache.cocoon.transformation.pagination   
org.apache.cocoon.webapps.authentication.generation   
org.apache.cocoon.webapps.portal.components   
org.apache.cocoon.webapps.session   
org.apache.cocoon.webapps.session.components   
org.apache.cocoon.webapps.session.transformation   
org.apache.cocoon.woody.transformation   
org.apache.cocoon.xml   
org.apache.cocoon.xml.dom   
org.apache.cocoon.xml.xlink   
 

Uses of XMLConsumer in org.apache.cocoon.ajax
 

Classes in org.apache.cocoon.ajax that implement XMLConsumer
 class BrowserUpdateTransformer
           
 

Uses of XMLConsumer in org.apache.cocoon.components
 

Methods in org.apache.cocoon.components that return XMLConsumer
static XMLConsumer CocoonComponentManager.createEnvironmentAwareConsumer(XMLConsumer consumer)
          Create an environment aware xml consumer for the cocoon protocol
 

Methods in org.apache.cocoon.components with parameters of type XMLConsumer
static XMLConsumer CocoonComponentManager.createEnvironmentAwareConsumer(XMLConsumer consumer)
          Create an environment aware xml consumer for the cocoon protocol
 

Uses of XMLConsumer in org.apache.cocoon.components.language.markup
 

Classes in org.apache.cocoon.components.language.markup that implement XMLConsumer
 class AbstractMarkupLanguage.TransformerChainBuilderFilter
          An XMLFilter that build the chain of transformers on the fly.
 class CocoonMarkupLanguage.CocoonTransformerChainBuilderFilter
          This filter builds on the fly a chain of transformers.
 class CocoonMarkupLanguage.PreProcessFilter
          Preprocess filter for Cocoon Markup languages.
 

Methods in org.apache.cocoon.components.language.markup with parameters of type XMLConsumer
 void CocoonMarkupLanguage.PreProcessFilter.setConsumer(XMLConsumer consumer)
           
 

Uses of XMLConsumer in org.apache.cocoon.components.language.markup.xsp
 

Classes in org.apache.cocoon.components.language.markup.xsp that implement XMLConsumer
static class XSPExpressionFilter.XMLPipeAdapter
           
protected  class XSPMarkupLanguage.PreProcessFilter
          PreProcessFilter that replaces XSP expressions.
 

Methods in org.apache.cocoon.components.language.markup.xsp with parameters of type XMLConsumer
 void XSPExpressionFilter.XMLPipeAdapter.setConsumer(XMLConsumer consumer)
           
 

Uses of XMLConsumer in org.apache.cocoon.components.pipeline
 

Fields in org.apache.cocoon.components.pipeline declared as XMLConsumer
protected  XMLConsumer AbstractProcessingPipeline.lastConsumer
          This is the last component in the pipeline, either the serializer or a custom XML consumer in case of internal processing.
 

Methods in org.apache.cocoon.components.pipeline with parameters of type XMLConsumer
 boolean ProcessingPipeline.process(Environment environment, XMLConsumer consumer)
          Process the given Environment, but do not use the serializer.
protected  void AbstractProcessingPipeline.connect(Environment environment, XMLProducer producer, XMLConsumer consumer)
          Connect the next component
 boolean AbstractProcessingPipeline.process(Environment environment, XMLConsumer consumer)
          Process the given Environment, but do not use the serializer.
protected  boolean AbstractProcessingPipeline.processErrorHandler(Environment environment, ProcessingException e, XMLConsumer consumer)
           
 

Uses of XMLConsumer in org.apache.cocoon.components.profiler
 

Classes in org.apache.cocoon.components.profiler that implement XMLConsumer
 class ProfilingXMLPipe
          This SAX connector measures time taken by each Sitemap component.
 

Methods in org.apache.cocoon.components.profiler with parameters of type XMLConsumer
 void ProfilingXMLPipe.setConsumer(XMLConsumer consumer)
          Set the XMLConsumer that will receive XML data.
protected  void ProfilingNonCachingProcessingPipeline.connect(Environment environment, XMLProducer producer, XMLConsumer consumer)
          Connect the next component
protected  void ProfilingCachingProcessingPipeline.connect(Environment environment, XMLProducer producer, XMLConsumer consumer)
          Connect the next component
 

Uses of XMLConsumer in org.apache.cocoon.components.sax
 

Subinterfaces of XMLConsumer in org.apache.cocoon.components.sax
 interface XMLSerializer
          This interfaces identifies classes that serialize XML data, receiving notification of SAX events.
 

Classes in org.apache.cocoon.components.sax that implement XMLConsumer
 class XMLByteStreamCompiler
          This a simple xml compiler which outputs a byte array.
 class XMLTeePipe
          This is a simple Tee Component.
 

Methods in org.apache.cocoon.components.sax with parameters of type XMLConsumer
 void XMLTeePipe.setConsumer(XMLConsumer consumer)
          Set the XMLConsumer that will receive XML data.
 

Constructors in org.apache.cocoon.components.sax with parameters of type XMLConsumer
XMLTeePipe(XMLConsumer firstPipe, XMLConsumer secondConsumer)
          Create a new XMLTeePipe with two consumers
 

Uses of XMLConsumer in org.apache.cocoon.components.serializers
 

Classes in org.apache.cocoon.components.serializers that implement XMLConsumer
 class EncodingSerializer
          An abstract serializer supporting multiple encodings.
 class XHTMLSerializer
          A pedantinc XHTML serializer encoding all recognized entities with their proper HTML names.
 

Uses of XMLConsumer in org.apache.cocoon.components.source
 

Classes in org.apache.cocoon.components.source that implement XMLConsumer
 class SitemapSource
          Deprecated. by the Avalon Excalibur Source Resolving
 class URLRewriter
          This is an XMLConsumer which rewrites the stream according to the configuration.
 

Uses of XMLConsumer in org.apache.cocoon.components.xpointer
 

Classes in org.apache.cocoon.components.xpointer that implement XMLConsumer
static class ElementPathPart.PathInclusionPipe
           
 

Methods in org.apache.cocoon.components.xpointer that return XMLConsumer
 XMLConsumer XPointerContext.getXmlConsumer()
           
 

Constructors in org.apache.cocoon.components.xpointer with parameters of type XMLConsumer
XPointerContext(String xpointer, Source source, XMLConsumer xmlConsumer, Logger logger, ServiceManager manager)
          Constructs an XPointerContext object.
 

Uses of XMLConsumer in org.apache.cocoon.faces.renderkit
 

Constructors in org.apache.cocoon.faces.renderkit with parameters of type XMLConsumer
XMLResponseWriter(XMLConsumer xmlConsumer, String contentType, String encoding)
           
 

Uses of XMLConsumer in org.apache.cocoon.forms.datatype
 

Classes in org.apache.cocoon.forms.datatype that implement XMLConsumer
 class DynamicSelectionList.SelectionListHandler
          XMLConsumer used to handle selection lists generated on the fly.
 

Uses of XMLConsumer in org.apache.cocoon.forms.generation
 

Classes in org.apache.cocoon.forms.generation that implement XMLConsumer
 class SelectionListFilter
          A filter for selection lists, that keeps only those items that start with a given filter value.
 

Methods in org.apache.cocoon.forms.generation with parameters of type XMLConsumer
static JXMacrosHelper JXMacrosHelper.createHelper(XMLConsumer consumer, Request request, String locale)
          Builds and helper object, given the generator's consumer.
 

Constructors in org.apache.cocoon.forms.generation with parameters of type XMLConsumer
JXMacrosHelper(XMLConsumer consumer, Request request, String locale)
           
 

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

Classes in org.apache.cocoon.forms.transformation that implement XMLConsumer
 class EffectPipe
          Base class for XMLPipe's.
 class EffectWidgetReplacingPipe
          The basic operation of this Pipe is that it replaces ft:widget (in the FormsConstants.TEMPLATE_NS namespace) tags (having an id attribute) by the XML representation of the corresponding widget instance.
protected  class EffectWidgetReplacingPipe.StylingContentHandler
          This ContentHandler helps in inserting SAX events before the closing tag of the root element.
 class FormsTemplateTransformer
          See description of EffectWidgetReplacingPipe.
 

Uses of XMLConsumer in org.apache.cocoon.forms.util
 

Classes in org.apache.cocoon.forms.util that implement XMLConsumer
 class XMLAdapter
          Adapter class that wraps a Form object and makes it possible to populate a widget hierarchy from XML in form of SAX events and serialize the content of the widget hierarchy as XML.
 

Uses of XMLConsumer in org.apache.cocoon.generation
 

Classes in org.apache.cocoon.generation that implement XMLConsumer
static class JXTemplateGenerator.TransformerAdapter
          Deprecated. Adapter that makes this generator usable as a transformer (Note there is a performance penalty for this however: you effectively recompile the template for every instance document)
 class ServerPagesGenerator.CompletionPipe
           
 

Methods in org.apache.cocoon.generation with parameters of type XMLConsumer
 void EventCacheGenerator.setConsumer(XMLConsumer consumer)
           
 void JXTemplateGenerator.TransformerAdapter.setConsumer(XMLConsumer xmlConsumer)
           
 

Uses of XMLConsumer in org.apache.cocoon.mail.transformation
 

Classes in org.apache.cocoon.mail.transformation that implement XMLConsumer
 class SendMailTransformer
          The SendMailTransformer send mails with optional attachments using a SMTP server and delivers furthermore a status report of each sent mail.
 

Uses of XMLConsumer in org.apache.cocoon.portal.coplets.basket
 

Classes in org.apache.cocoon.portal.coplets.basket that implement XMLConsumer
 class AbstractBasketTransformer
          This is the base class for all basket transformers
 class BasketTransformer
          This transformer supports the basket and briefcase feature.
 class FolderTransformer
          This transformer supports the basket feature.
 

Uses of XMLConsumer in org.apache.cocoon.portal.serialization
 

Classes in org.apache.cocoon.portal.serialization that implement XMLConsumer
 class IncludingHTMLSerializer
          This is a special serializer that allows to include content that is not XML at the last possible point.
 

Uses of XMLConsumer in org.apache.cocoon.portal.tools.transformation
 

Classes in org.apache.cocoon.portal.tools.transformation that implement XMLConsumer
 class CheckAccessTransformer
           
 class PortalToolsI18nTransformer
           
 class PortalToolsLayoutTransformer
          Adds the navigation etc. to the document
 

Uses of XMLConsumer in org.apache.cocoon.portal.transformation
 

Classes in org.apache.cocoon.portal.transformation that implement XMLConsumer
 class AbstractCopletTransformer
          Abstract transformer implementation that provides some useful methods and functionality.
 class CopletTransformer
          This transformer offers various functions for developing pipeline based coplets.
 class EventLinkTransformer
          This transformer searches for event descriptions in the XML.
 class HTMLEventLinkTransformer
          This transformer transforms html actions into events.
 class HTMLRootTransformer
          This transformer is an utility transformer for dealing with (x)html content.
 class LinkTransformer
          This Transformer deals with tags containing links to external applications that need to be converted so that not the external application will be called directly but the request gets routed via the cocoon portal (either via proxy transformer or proxy reader).
 class NewEventLinkTransformer
          This transformer is used to replace links (URIs) from elements like <a href="URI"> or <form action="URI"> with portal event uris.
 class ProxyTransformer
          This transformer is used to insert the XHTML data from an request to an external application at the specified element ("envelope-tag" parameter).
 class RSSTransformer
          This transformer records the content of all description elements and tries to interpret them as valid XML.
 

Fields in org.apache.cocoon.portal.transformation declared as XMLConsumer
protected  XMLConsumer RSSTransformer.filter
          The filter
 

Uses of XMLConsumer in org.apache.cocoon.portal.util
 

Classes in org.apache.cocoon.portal.util that implement XMLConsumer
protected static class HtmlSaxParser.ContentFilter
           
 

Uses of XMLConsumer in org.apache.cocoon.portal.wsrp.adapter
 

Classes in org.apache.cocoon.portal.wsrp.adapter that implement XMLConsumer
static class WSRPAdapter.FormRewritingHandler
          This handler is triggered by a form element.
 

Uses of XMLConsumer in org.apache.cocoon.serialization
 

Subinterfaces of XMLConsumer in org.apache.cocoon.serialization
 interface Serializer
          A serializer is the last point of a pipeline.
 

Classes in org.apache.cocoon.serialization that implement XMLConsumer
 class AbstractSerializer
           
 class AbstractTextSerializer
           
static class AbstractTextSerializer.NamespaceAsAttributes
          A pipe that ensures that all namespace prefixes are also present as 'xmlns:' attributes.
 class ElementProcessorSerializer
          An implementation of nearly all of the methods included in the org.apache.poi.serialization.Serializer interface This is an abstract class.
 class FOPSerializer
           
 class HSSFSerializer
          Serializer to produce an HSSF stream.
 class HTMLSerializer
           
 class iTextSerializer
           
 class LinkSerializer
           
 class POIFSSerializer
          An extension of ElementProcessorSerializer with extensions for dealing with the POIFS filesystem This is an abstract class.
 class RTFSerializer
          This class uses the jfor library to serialize XSL:FO documents to RTF streams.
 class SVGSerializer
          A Batik based Serializer for generating PNG/JPEG images
 class SWFSerializer
          uses the project http://developer.berlios.de/projects/spark-xml/
 class TextSerializer
          Text serializer converts XML into plain text.
 class XMidiSerializer
          Takes SAX Events and serializes them as a standard MIDI file.
 class XMLSerializer
           
 class ZipArchiveSerializer
          A serializer that builds Zip archives by aggregating several sources.
 

Methods in org.apache.cocoon.serialization with parameters of type XMLConsumer
 void AbstractTextSerializer.setConsumer(XMLConsumer consumer)
          Interpose namespace pipe if needed.
 

Uses of XMLConsumer in org.apache.cocoon.sitemap
 

Classes in org.apache.cocoon.sitemap that implement XMLConsumer
 class ContentAggregator
          This generator implements the sitemap content aggregation.
 class LinkGatherer
           
 class LinkTranslator
           
 

Methods in org.apache.cocoon.sitemap with parameters of type XMLConsumer
 void ContentAggregator.setConsumer(XMLConsumer consumer)
          Set the XMLConsumer that will receive XML data.
 

Uses of XMLConsumer in org.apache.cocoon.taglib
 

Subinterfaces of XMLConsumer in org.apache.cocoon.taglib
 interface TransformerTag
           
 interface XMLConsumerTag
           
 

Classes in org.apache.cocoon.taglib that implement XMLConsumer
 class TransformerTagSupport
           
 class VarTransformerTagSupport
           
 class XMLConsumerTagSupport
           
 

Fields in org.apache.cocoon.taglib declared as XMLConsumer
protected  XMLConsumer XMLProducerTagSupport.xmlConsumer
           
protected  XMLConsumer VarXMLProducerTagSupport.xmlConsumer
           
protected  XMLConsumer VarTransformerTagSupport.xmlConsumer
           
protected  XMLConsumer TransformerTagSupport.xmlConsumer
           
 

Methods in org.apache.cocoon.taglib with parameters of type XMLConsumer
 void XMLProducerTagSupport.setConsumer(XMLConsumer xmlConsumer)
           
 void VarXMLProducerTagSupport.setConsumer(XMLConsumer xmlConsumer)
           
 void VarTransformerTagSupport.setConsumer(XMLConsumer consumer)
           
 void TransformerTagSupport.setConsumer(XMLConsumer consumer)
           
 

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

Uses of XMLConsumer in org.apache.cocoon.taglib.string
 

Classes in org.apache.cocoon.taglib.string that implement XMLConsumer
 class LowerCaseTag
           
 class StringTagSupport
           
 class TextRecordingTag
           
 class TrimTag
           
 class UpperCaseTag
           
 

Uses of XMLConsumer in org.apache.cocoon.template
 

Classes in org.apache.cocoon.template that implement XMLConsumer
 class TransformerAdapter
          Adapter that makes this generator usable as a transformer (Note there is a performance penalty for this however: you effectively recompile the template for every instance document)
 

Methods in org.apache.cocoon.template that return XMLConsumer
 XMLConsumer JXTemplateGenerator.getConsumer()
           
 

Methods in org.apache.cocoon.template with parameters of type XMLConsumer
 void TransformerAdapter.setConsumer(XMLConsumer xmlConsumer)
           
 

Uses of XMLConsumer in org.apache.cocoon.template.instruction
 

Methods in org.apache.cocoon.template.instruction with parameters of type XMLConsumer
 Event Template.execute(XMLConsumer consumer, ExpressionContext expressionContext, ExecutionContext executionContext, MacroContext macroContext, Event startEvent, Event endEvent)
           
 Event Set.execute(XMLConsumer consumer, ExpressionContext expressionContext, ExecutionContext executionContext, MacroContext macroContext, Event startEvent, Event endEvent)
           
 Event Out.execute(XMLConsumer consumer, ExpressionContext expressionContext, ExecutionContext executionContext, MacroContext macroContext, Event startEvent, Event endEvent)
           
 Event Import.execute(XMLConsumer consumer, ExpressionContext expressionContext, ExecutionContext executionContext, MacroContext macroContext, Event startEvent, Event endEvent)
           
 Event If.execute(XMLConsumer consumer, ExpressionContext expressionContext, ExecutionContext executionContext, MacroContext macroContext, Event startEvent, Event endEvent)
           
 Event FormatNumber.execute(XMLConsumer consumer, ExpressionContext expressionContext, ExecutionContext executionContext, MacroContext macroContext, Event startEvent, Event endEvent)
           
 Event FormatDate.execute(XMLConsumer consumer, ExpressionContext expressionContext, ExecutionContext executionContext, MacroContext macroContext, Event startEvent, Event endEvent)
           
 Event ForEach.execute(XMLConsumer consumer, ExpressionContext expressionContext, ExecutionContext executionContext, MacroContext macroContext, Event startEvent, Event endEvent)
           
 Event EvalBody.execute(XMLConsumer consumer, ExpressionContext expressionContext, ExecutionContext executionContext, MacroContext macroContext, Event startEvent, Event endEvent)
           
 Event Eval.execute(XMLConsumer consumer, ExpressionContext expressionContext, ExecutionContext executionContext, MacroContext macroContext, Event startEvent, Event endEvent)
           
 Event Define.execute(XMLConsumer consumer, ExpressionContext expressionContext, ExecutionContext executionContext, MacroContext macroContext, Event startEvent, Event endEvent)