| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.TransformerChainBuilderFilterAn XMLFilter that build the chain of transformers on the fly. | 
|  class | CocoonMarkupLanguage.CocoonTransformerChainBuilderFilterThis filter builds on the fly a chain of transformers. | 
|  class | CocoonMarkupLanguage.PreProcessFilterPreprocess 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.PreProcessFilterthat 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.lastConsumerThis 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 | |
|---|---|
| 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. | 
|  boolean | ProcessingPipeline.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 | ProfilingXMLPipeThis SAX connector measures time taken by each Sitemap component. | 
| Methods in org.apache.cocoon.components.profiler with parameters of type XMLConsumer | |
|---|---|
| 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 | 
|  void | ProfilingXMLPipe.setConsumer(XMLConsumer consumer)Set the XMLConsumerthat will receive XML data. | 
| Uses of XMLConsumer in org.apache.cocoon.components.sax | 
|---|
| Subinterfaces of XMLConsumer in org.apache.cocoon.components.sax | |
|---|---|
|  interface | XMLSerializerThis interfaces identifies classes that serialize XML data, receiving notification of SAX events. | 
| Classes in org.apache.cocoon.components.sax that implement XMLConsumer | |
|---|---|
|  class | XMLByteStreamCompilerThis a simple xml compiler which outputs a byte array. | 
|  class | XMLTeePipeThis is a simple Tee Component. | 
| Methods in org.apache.cocoon.components.sax with parameters of type XMLConsumer | |
|---|---|
|  void | AbstractXMLByteStreamInterpreter.setConsumer(XMLConsumer consumer)Set the XMLConsumerthat will receive XML data. | 
|  void | XMLTeePipe.setConsumer(XMLConsumer consumer)Set the XMLConsumerthat 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 | EncodingSerializerAn abstract serializer supporting multiple encodings. | 
|  class | XHTMLSerializerA pedantic XHTML serializer encoding all recognized entities with their proper HTML names. | 
| 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.SelectionListHandlerXMLConsumer 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 | SelectionListFilterA 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 | EffectPipeBase class for XMLPipe's. | 
|  class | EffectWidgetReplacingPipeThe basic operation of this Pipe is that it replaces ft:widget(in theFormsConstants.TEMPLATE_NSnamespace) tags (having an id attribute)
 by the XML representation of the corresponding widget instance. | 
| protected  class | EffectWidgetReplacingPipe.StylingContentHandlerThis ContentHandler helps in inserting SAX events before the closing tag of the root element. | 
|  class | FormsTemplateTransformerSee description of EffectWidgetReplacingPipe. | 
| Uses of XMLConsumer in org.apache.cocoon.generation | 
|---|
| Classes in org.apache.cocoon.generation that implement XMLConsumer | |
|---|---|
| static class | JXTemplateGenerator.TransformerAdapterDeprecated. 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 | JXTemplateGenerator.TransformerAdapter.setConsumer(XMLConsumer xmlConsumer) | 
|  void | EventCacheGenerator.setConsumer(XMLConsumer consumer) | 
| Uses of XMLConsumer in org.apache.cocoon.mail.transformation | 
|---|
| Classes in org.apache.cocoon.mail.transformation that implement XMLConsumer | |
|---|---|
|  class | SendMailTransformerThe SendMailTransformersend 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 | AbstractBasketTransformerThis is the base class for all basket transformers | 
|  class | BasketTransformerThis transformer supports the basket and briefcase feature. | 
|  class | FolderTransformerThis 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 | IncludingHTMLSerializerThis 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 | PortalToolsLayoutTransformerAdds 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 | AbstractCopletTransformerAbstract transformer implementation that provides some useful methods and functionality. | 
|  class | CopletTransformerThis transformer offers various functions for developing pipeline based coplets. | 
|  class | EventLinkTransformerThis transformer searches for event descriptions in the XML. | 
|  class | HTMLEventLinkTransformerThis transformer transforms html actions into events. | 
|  class | HTMLRootTransformerThis transformer is an utility transformer for dealing with (x)html content. | 
|  class | LinkTransformerThis 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 | NewEventLinkTransformerThis transformer is used to replace links (URIs) from elements like <a href="URI"> or <form action="URI"> with portal event uris. | 
|  class | ProxyTransformerThis transformer is used to insert the XHTML data from an request to an external application at the specified element ("envelope-tag" parameter). | 
|  class | RSSTransformerThis 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.filterThe filter | 
| Uses of XMLConsumer in org.apache.cocoon.serialization | 
|---|
| Subinterfaces of XMLConsumer in org.apache.cocoon.serialization | |
|---|---|
|  interface | SerializerA serializer is the last point of a pipeline. | 
| Classes in org.apache.cocoon.serialization that implement XMLConsumer | |
|---|---|
|  class | AbstractSerializer | 
|  class | AbstractTextSerializer | 
| static class | AbstractTextSerializer.NamespaceAsAttributesA pipe that ensures that all namespace prefixes are also present as 'xmlns:' attributes. | 
|  class | ElementProcessorSerializerAn implementation of nearly all of the methods included in the org.apache.poi.serialization.Serializer interface This is an abstract class. | 
|  class | FOPSerializerFOP 0.93 (and newer) based serializer. | 
|  class | HSSFSerializerSerializer to produce an HSSF stream. | 
|  class | HTMLSerializer | 
|  class | iTextSerializer | 
|  class | LinkSerializer | 
|  class | POIFSSerializerAn extension of ElementProcessorSerializer with extensions for dealing with the POIFS filesystem This is an abstract class. | 
|  class | RTFSerializerThis class uses the jfor library to serialize XSL:FO documents to RTF streams. | 
|  class | SVGSerializerA Batik based Serializer for generating PNG/JPEG images | 
|  class | SWFSerializeruses the project http://developer.berlios.de/projects/spark-xml/ | 
|  class | TextSerializerText serializer converts XML into plain text. | 
|  class | XMidiSerializerTakes SAX Events and serializes them as a standard MIDI file. | 
|  class | XMLSerializer | 
|  class | ZipArchiveSerializerA 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 | LinkGatherer | 
|  class | LinkTranslator | 
| Methods in org.apache.cocoon.sitemap with parameters of type XMLConsumer | |
|---|---|
|  void | ContentAggregator.setConsumer(XMLConsumer consumer)Set the XMLConsumerthat 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 | TransformerAdapterAdapter 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) | 
|  Event | Comment.execute(XMLConsumer consumer,
        ExpressionContext expressionContext,
        ExecutionContext executionContext,
        MacroContext macroContext,
        Event startEvent,
        Event endEvent) | 
|  Event | Choose.execute(XMLConsumer consumer,
        ExpressionContext expressionContext,
        ExecutionContext executionContext,
        MacroContext macroContext,
        Event startEvent,
        Event endEvent) | 
|  Event | Call.execute(XMLConsumer consumer,
        ExpressionContext expressionContext,
        ExecutionContext executionContext,
        MacroContext macroContext,
        Event startEvent,
        Event endEvent) | 
|  Event | Attribute.execute(XMLConsumer consumer,
        ExpressionContext expressionContext,
        ExecutionContext executionContext,
        MacroContext macroContext,
        Event startEvent,
        Event endEvent) | 
| Uses of XMLConsumer in org.apache.cocoon.template.script | 
|---|
| Methods in org.apache.cocoon.template.script with parameters of type XMLConsumer | |
|---|---|
| static void | Invoker.execute(XMLConsumer consumer,
        ExpressionContext expressionContext,
        ExecutionContext executionContext,
        MacroContext macroContext,
        Event startEvent,
        Event endEvent) | 
| static void | Invoker.executeDOM(XMLConsumer consumer,
           Node node) | 
| static void | Invoker.executeDOM(XMLConsumer consumer,
           Node node,
           boolean stripRoot)dump a DOM document, using an IncludeXMLConsumer to filter out start/end document events | 
| static void | Invoker.executeNode(XMLConsumer consumer,
            Object val) | 
| static void | Invoker.executeNode(XMLConsumer consumer,
            Object val,
            boolean stripRoot) | 
| Uses of XMLConsumer in org.apache.cocoon.template.script.event | 
|---|
| Methods in org.apache.cocoon.template.script.event with parameters of type XMLConsumer | |
|---|---|
|  Event | StartPrefixMapping.execute(XMLConsumer consumer,
        ExpressionContext expressionContext,
        ExecutionContext executionContext,
        MacroContext macroContext,
        Event startEvent,
        Event endEvent) | 
|  Event | StartEntity.execute(XMLConsumer consumer,
        ExpressionContext expressionContext,
        ExecutionContext executionContext,
        MacroContext macroContext,
        Event startEvent,
        Event endEvent) | 
|  Event | StartElement.execute(XMLConsumer consumer,
        ExpressionContext expressionContext,
        ExecutionContext executionContext,
        MacroContext macroContext,
        Event startEvent,
        Event endEvent) | 
|  Event | StartDocument.execute(XMLConsumer consumer,
        ExpressionContext expressionContext,
        ExecutionContext executionContext,
        MacroContext macroContext,
        Event startEvent,
        Event endEvent) | 
|  Event | StartDTD.execute(XMLConsumer consumer,
        ExpressionContext expressionContext,
        ExecutionContext executionContext,
        MacroContext macroContext,
        Event startEvent,
        Event endEvent) | 
|  Event | StartCDATA.execute(XMLConsumer consumer,
        ExpressionContext expressionContext,
        ExecutionContext executionContext,
        MacroContext macroContext,
        Event startEvent,
        Event endEvent) | 
|  Event | SkippedEntity.execute(XMLConsumer consumer,
        ExpressionContext expressionContext,
        ExecutionContext executionContext,
        MacroContext macroContext,
        Event startEvent,
        Event endEvent) | 
|  Event | ProcessingInstruction.execute(XMLConsumer consumer,
        ExpressionContext expressionContext,
        ExecutionContext executionContext,
        MacroContext macroContext,
        Event startEvent,
        Event endEvent) | 
|  Event | IgnorableWhitespace.execute(XMLConsumer consumer,
        ExpressionContext expressionContext,
        ExecutionContext executionContext,
        MacroContext macroContext,
        Event startEvent,
        Event endEvent) | 
|  Event | Event.execute(XMLConsumer consumer,
        ExpressionContext expressionContext,
        ExecutionContext executionContext,
        MacroContext macroContext,
        Event startEvent,
        Event endEvent) | 
|  Event | EndPrefixMapping.execute(XMLConsumer consumer,
        ExpressionContext expressionContext,
        ExecutionContext executionContext,
        MacroContext macroContext,
        Event startEvent,
        Event endEvent) | 
|  Event | EndEntity.execute(XMLConsumer consumer,
        ExpressionContext expressionContext,
        ExecutionContext executionContext,
        MacroContext macroContext,
        Event startEvent,
        Event endEvent) | 
|  Event | EndElement.execute(XMLConsumer consumer,
        ExpressionContext expressionContext,
        ExecutionContext executionContext,
        MacroContext macroContext,
        Event startEvent,
        Event endEvent) | 
|  Event | EndDocument.execute(XMLConsumer consumer,
        ExpressionContext expressionContext,
        ExecutionContext executionContext,
        MacroContext macroContext,
        Event startEvent,
        Event endEvent) | 
|  Event | EndDTD.execute(XMLConsumer consumer,
        ExpressionContext expressionContext,
        ExecutionContext executionContext,
        MacroContext macroContext,
        Event startEvent,
        Event endEvent) | 
|  Event | EndCDATA.execute(XMLConsumer consumer,
        ExpressionContext expressionContext,
        ExecutionContext executionContext,
        MacroContext macroContext,
        Event startEvent,
        Event endEvent) | 
|  Event | Characters.execute(XMLConsumer consumer,
        ExpressionContext expressionContext,
        ExecutionContext executionContext,
        MacroContext macroContext,
        Event startEvent,
        Event endEvent) | 
| Uses of XMLConsumer in org.apache.cocoon.template.xml | 
|---|
| Subinterfaces of XMLConsumer in org.apache.cocoon.template.xml | |
|---|---|
|  interface | AttributeAwareXMLConsumer | 
| Classes in org.apache.cocoon.template.xml that implement XMLConsumer | |
|---|---|
|  class | AttributeAwareXMLConsumerImpl | 
| Constructors in org.apache.cocoon.template.xml with parameters of type XMLConsumer | |
|---|---|
| AttributeAwareXMLConsumerImpl(XMLConsumer consumer) | |
| Uses of XMLConsumer in org.apache.cocoon.transformation | 
|---|
| Subinterfaces of XMLConsumer in org.apache.cocoon.transformation | |
|---|---|
|  interface | Transformer | 
| Classes in org.apache.cocoon.transformation that implement XMLConsumer | |
|---|---|
|  class | AbstractDOMTransformerAn Abstract DOM Transformer, for use when a transformer needs a DOM-based view of the document. | 
|  class | AbstractExtractionTransformerThis transformer sieves an incoming stream of xml and feeds a DOMBuilder with it. | 
|  class | AbstractSAXTransformerThis class is the basis for all transformers. | 
|  class | AbstractTransformer | 
|  class | AugmentTransformer | 
|  class | CachingCIncludeTransformerDeprecated. This transformer violates the avalon/cocoon design principles. Use IncludeTransformer. | 
|  class | CIncludeTransformer | 
|  class | CleanupTransformerCleanup transformer: Removes excess whitespace while adding some where needed for legibility. | 
|  class | DASLTransformerThis transformer performs DASL queries on DASL-enabled WebDAV servers. | 
|  class | DeliTransformerThis Transformer is used to transform this incoming SAX stream using a XSLT stylesheet and have parameters available to the stylesheet augmented by the DELI CC/PP user-agent profile database This transformer extends the default TraxTransformer and thus inherits all the properties and configuration parameters of that transformer. | 
|  class | EncodeURLTransformer | 
|  class | ExtendedParserTransformer | 
|  class | FilterTransformer | 
|  class | FragmentExtractorTransformerThe transformation half of the FragmentExtractor. | 
|  class | HTMLTransformerConverts (escaped) HTML snippets into JTidied HTML. | 
|  class | I18nTransformer | 
|  class | IncludeTransformerA simple transformer including resolvable sources (accessed through Cocoon's SourceResolver) from its input. | 
|  class | JPathTransformer | 
|  class | JXTemplateTransformerDeprecated. Replaced with the template block: JXTemplateTransformer. | 
|  class | LDAPTransformerThe LDAPTransformercan be plugged into a pipeline to transform
 the SAX events into queries and responses to/from a LDAP interface. | 
|  class | LexicalTransformerThis transfomer transforms special mark text part of a XML file into lexemes by using a lexicon file. | 
|  class | LinkRewriterTransformerRewrites URIs in links to a value determined by an InputModule. | 
|  class | LogTransformer | 
|  class | LuceneIndexTransformerA lucene index creation transformer. | 
|  class | NekoHTMLTransformerConverts (escaped) HTML snippets into tidied HTML using the NekoHTML library. | 
|  class | ParserTransformerThis transfomer transforms lexical tokens in a XML file into a XML hirachy by using a grammar file. | 
|  class | PatternTransformerThis transfomer transforms text pattern of a XML file into lexemes by using a lexicon file. | 
|  class | ReadDOMSessionTransformer | 
|  class | RoleFilterTransformer | 
|  class | ServiceableTransformerThis class can be used as a base class for own transformer implementations that need to lookup other components. | 
|  class | SimpleFormInstanceExtractionTransformer | 
|  class | SimpleFormTransformer | 
|  class | SourcePropsWritingTransformerThis transformer allows you to set and remove properties on an InspectableSource. | 
|  class | SourceWritingTransformer | 
|  class | SQLTransformerThe SQLTransformercan be plugged into a pipeline to transform
 SAX events into updated or queries and responses to/from a SQL interface. | 
|  class | StripNameSpacesTransformer | 
|  class | TagTransformerTransformer which implements the taglib functionalty. | 
|  class | TeeTransformer | 
|  class | TraxTransformer | 
|  class | ValidatingTransformerThe ValidatingTransformerprovides a very simpleTransformervalidating documents while being processed in a Cocoon pipeline. | 
|  class | ValidationReportTransformerThe ValidationReportTransformerprovides aTransformervalidating documents while being processed in a Cocoon pipeline, and preparing
 a report of all detected inconsistancies according the specified schema. | 
|  class | VariableRewriterTransformerRewrites URIs in links to a value determined by an InputModule. | 
|  class | Web3RfcTransformerTBD | 
|  class | WebDAVTransformerA general purpose, low level webdav transformer. | 
|  class | WriteDOMSessionTransformer | 
|  class | XIncludeTransformer | 
|  class | XMLDBTransformerThis transformer allows to perform resource creation, deletion, and XUpdate command execution in XML:DB. | 
| Fields in org.apache.cocoon.transformation declared as XMLConsumer | |
|---|---|
| protected  XMLConsumer | LDAPTransformer.xml_consumerSAX producing state information | 
| Methods in org.apache.cocoon.transformation with parameters of type XMLConsumer | |
|---|---|
| protected  void | AbstractSAXTransformer.addRecorder(XMLConsumer recorder)Add a new recorder to the recording chain. | 
|  void | IncludeTransformer.setConsumer(XMLConsumer consumer) | 
|  void | XIncludeTransformer.setConsumer(XMLConsumer consumer) | 
|  void | TraxTransformer.setConsumer(XMLConsumer consumer)Set the XMLConsumerthat will receive XML data. | 
|  void | ValidationReportTransformer.setConsumer(XMLConsumer consumer)Specify the XMLConsumerreceiving SAX events emitted by thisTransformerinstance in the scope of a request. | 
|  void | ValidatingTransformer.setConsumer(XMLConsumer consumer)Specify the XMLConsumerreceiving SAX events emitted by thisTransformerinstance in the scope of a request. | 
|  void | TagTransformer.setConsumer(XMLConsumer consumer) | 
|  void | ParserTransformer.setConsumer(XMLConsumer consumer)Set the XMLConsumerthat will receive XML data. | 
|  void | LexicalTransformer.setConsumer(XMLConsumer consumer)Set the XMLConsumerthat will receive XML data. | 
|  void | ExtendedParserTransformer.setConsumer(XMLConsumer consumer)Set the XMLConsumerthat will receive XML data. | 
| Uses of XMLConsumer in org.apache.cocoon.transformation.helpers | 
|---|
| Methods in org.apache.cocoon.transformation.helpers with parameters of type XMLConsumer | |
|---|---|
|  void | DefaultIncludeCacheManager.stream(String uri,
       IncludeCacheManagerSession session,
       XMLConsumer handler) | 
|  void | IncludeCacheManager.stream(String uri,
       IncludeCacheManagerSession session,
       XMLConsumer handler)Stream the content of the absolute URI. | 
| Uses of XMLConsumer in org.apache.cocoon.transformation.pagination | 
|---|
| Classes in org.apache.cocoon.transformation.pagination that implement XMLConsumer | |
|---|---|
|  class | PaginatorA paginating transformer. | 
| Uses of XMLConsumer in org.apache.cocoon.webapps.authentication.generation | 
|---|
| Methods in org.apache.cocoon.webapps.authentication.generation with parameters of type XMLConsumer | |
|---|---|
|  void | ConfigurationGenerator.showConfiguration(XMLConsumer consumer,
                  String src,
                  org.apache.cocoon.webapps.authentication.generation.UserManagementHandler handler,
                  AuthenticationContext context)Deprecated. Show the configuration for the admin. | 
| Uses of XMLConsumer in org.apache.cocoon.webapps.portal.components | 
|---|
| Methods in org.apache.cocoon.webapps.portal.components with parameters of type XMLConsumer | |
|---|---|
| protected  void | PortalManagerImpl.sendEvents(XMLConsumer consumer,
           Node node)Send SAX events to the next pipeline component. | 
|  void | PortalManager.showAdminConf(XMLConsumer consumer)Show the admin configuration page. | 
|  void | PortalManagerImpl.showAdminConf(XMLConsumer consumer) | 
|  void | PortalManager.showPortal(XMLConsumer consumer,
           boolean configMode,
           boolean adminProfile)Show the portal. | 
|  void | PortalManagerImpl.showPortal(XMLConsumer consumer,
           boolean configMode,
           boolean adminProfile) | 
|  void | PortalManager.streamConfiguration(XMLConsumer consumer,
                    String requestURI,
                    String profileID,
                    String media,
                    String contextID)Include Portal URI into stream | 
|  void | PortalManagerImpl.streamConfiguration(XMLConsumer consumer,
                    String requestURI,
                    String profileID,
                    String media,
                    String contextID) | 
| static void | PortalManagerImpl.streamLayoutProfile(XMLConsumer consumer,
                    Map portalLayouts,
                    Map copletLayouts,
                    String mediaType)Stream all layout information for the current portal to the consumer. | 
| Uses of XMLConsumer in org.apache.cocoon.webapps.session | 
|---|
| Methods in org.apache.cocoon.webapps.session with parameters of type XMLConsumer | |
|---|---|
|  boolean | SessionManager.streamContextFragment(String contextName,
                      String path,
                      XMLConsumer consumer)Deprecated. Stream public context data. | 
| Uses of XMLConsumer in org.apache.cocoon.webapps.session.components | 
|---|
| Methods in org.apache.cocoon.webapps.session.components with parameters of type XMLConsumer | |
|---|---|
|  boolean | DefaultSessionManager.streamContextFragment(String contextName,
                      String path,
                      XMLConsumer consumer)Deprecated. Stream public context data. | 
| Uses of XMLConsumer in org.apache.cocoon.webapps.session.transformation | 
|---|
| Classes in org.apache.cocoon.webapps.session.transformation that implement XMLConsumer | |
|---|---|
|  class | AbstractSessionTransformerDeprecated. This block is deprecated and will be removed in future versions. | 
|  class | SessionPostTransformerDeprecated. This block is deprecated and will be removed in future versions. | 
|  class | SessionPreTransformerDeprecated. This block is deprecated and will be removed in future versions. | 
|  class | SessionTransformerDeprecated. This block is deprecated and will be removed in future versions. | 
| Uses of XMLConsumer in org.apache.cocoon.woody.transformation | 
|---|
| Classes in org.apache.cocoon.woody.transformation that implement XMLConsumer | |
|---|---|
| protected  class | EffectPipe.Output | 
|  class | WidgetReplacingPipeThe basic operation of this Pipe is that it replaces wt:widget (in the Constants.WT_NSnamespace) tags (having an id attribute)
 by the XML representation of the corresponding widget instance. | 
|  class | WidgetReplacingPipe.InsertStylingContentHandlerThis ContentHandler helps in inserting SAX events before the closing tag of the root element. | 
|  class | WoodyTemplateTransformerSee description of WidgetReplacingPipe. | 
| Methods in org.apache.cocoon.woody.transformation with parameters of type XMLConsumer | |
|---|---|
|  void | EffectPipe.setConsumer(XMLConsumer consumer) | 
| Uses of XMLConsumer in org.apache.cocoon.xml | 
|---|
| Subinterfaces of XMLConsumer in org.apache.cocoon.xml | |
|---|---|
|  interface | XMLPipeThis interface glues together an XML producer and consumer to create a SAX pipe. | 
| Classes in org.apache.cocoon.xml that implement XMLConsumer | |
|---|---|
|  class | AbstractXMLPipeThis class provides a bridge class to connect to existing content handlers and lexical handlers. | 
|  class | EmbeddedXMLPipeThis class implements a ContentHandler for embedding a full SAX event stream into an existing stream of SAX events. | 
|  class | RedundantNamespacesFilterA SAX filter that strips out redundant namespace declarations. | 
| Fields in org.apache.cocoon.xml declared as XMLConsumer | |
|---|---|
| protected  XMLConsumer | AbstractXMLProducer.xmlConsumerThe XMLConsumerreceiving SAX events. | 
| Methods in org.apache.cocoon.xml that return XMLConsumer | |
|---|---|
| static XMLConsumer | XMLUtils.getConsumer(ContentHandler ch)Get an XMLConsumerfromContentHandler. | 
| static XMLConsumer | XMLUtils.getConsumer(ContentHandler ch,
            LexicalHandler lh)Get an XMLConsumerfrom aContentHandlerand
 aLexicalHandler. | 
| Methods in org.apache.cocoon.xml with parameters of type XMLConsumer | |
|---|---|
|  void | AbstractXMLProducer.setConsumer(XMLConsumer consumer)Set the XMLConsumerthat will receive XML data. | 
|  void | XMLProducer.setConsumer(XMLConsumer consumer)Set the XMLConsumerthat will receive XML data. | 
| Constructors in org.apache.cocoon.xml with parameters of type XMLConsumer | |
|---|---|
| DocumentHandlerAdapter(XMLConsumer consumer)Create a new DocumentHandlerAdapterinstance. | |
| EmbeddedXMLPipe(XMLConsumer consumer)Creates an EmbeddedXMLPipe that writes into the given XMLConsumer. | |
| IncludeXMLConsumer(XMLConsumer consumer)Constructor | |
| RedundantNamespacesFilter(XMLConsumer consumer)Creates a filter directly linked to its consumer | |
| XMLMulticaster(XMLConsumer firstConsumer,
               XMLConsumer secondConsumer)Create a new XMLMulticaster with two consumers | |
| Uses of XMLConsumer in org.apache.cocoon.xml.dom | 
|---|
| Classes in org.apache.cocoon.xml.dom that implement XMLConsumer | |
|---|---|
|  class | DOMBuilderThe DOMBuilderis a utility class that will generate a W3C
 DOM Document from SAX events. | 
| Methods in org.apache.cocoon.xml.dom with parameters of type XMLConsumer | |
|---|---|
|  void | DOMStreamer.setConsumer(XMLConsumer consumer)Set the XMLConsumerthat will receive XML data. | 
| Constructors in org.apache.cocoon.xml.dom with parameters of type XMLConsumer | |
|---|---|
| DOMStreamer(XMLConsumer consumer)Create a new DOMStreamerinstance. | |
| Uses of XMLConsumer in org.apache.cocoon.xml.xlink | 
|---|
| Classes in org.apache.cocoon.xml.xlink that implement XMLConsumer | |
|---|---|
|  class | ExtendedXLinkPipeThis class extends the XLink semantic capabilities to understand those elements that are have default linking semantics associated. | 
|  class | XLinkPipeThis class implements a SAX consumer wrapper that transforms the general SAX semantic into XLink semantics for easier consumption. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||