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

Packages that use AbstractXMLPipe
org.apache.cocoon.components.language.markup   
org.apache.cocoon.components.language.markup.xsp   
org.apache.cocoon.components.xpointer   
org.apache.cocoon.forms.datatype   
org.apache.cocoon.forms.transformation   
org.apache.cocoon.generation   
org.apache.cocoon.mail.transformation   
org.apache.cocoon.portal.coplets.basket   
org.apache.cocoon.portal.serialization   
org.apache.cocoon.portal.transformation   
org.apache.cocoon.serialization   
org.apache.cocoon.sitemap   
org.apache.cocoon.transformation   
org.apache.cocoon.transformation.constrained   
org.apache.cocoon.transformation.pagination   
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 AbstractXMLPipe in org.apache.cocoon.components.language.markup
 

Subclasses of AbstractXMLPipe in org.apache.cocoon.components.language.markup
 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.
 

Fields in org.apache.cocoon.components.language.markup declared as AbstractXMLPipe
protected  AbstractXMLPipe CocoonMarkupLanguage.PreProcessFilter.filter
           
 

Methods in org.apache.cocoon.components.language.markup that return AbstractXMLPipe
protected  AbstractXMLPipe CocoonMarkupLanguage.getPreprocessFilter(String filename, AbstractXMLPipe filter, ProgrammingLanguage language)
          Prepare the input source for logicsheet processing and code generation with a preprocess filter.
protected  AbstractXMLPipe AbstractMarkupLanguage.getPreprocessFilter(String filename, AbstractXMLPipe filter, ProgrammingLanguage language)
          Prepare the input source for logicsheet processing and code generation with a preprocess filter.
 

Methods in org.apache.cocoon.components.language.markup with parameters of type AbstractXMLPipe
 String MarkupCodeGenerator.generateCode(Source source, AbstractXMLPipe filter)
          Generate source code from the given markup source.
 String LogicsheetCodeGenerator.generateCode(Source source, AbstractXMLPipe filter)
          Generate source code from the given source.
protected  AbstractXMLPipe CocoonMarkupLanguage.getPreprocessFilter(String filename, AbstractXMLPipe filter, ProgrammingLanguage language)
          Prepare the input source for logicsheet processing and code generation with a preprocess filter.
protected  AbstractXMLPipe AbstractMarkupLanguage.getPreprocessFilter(String filename, AbstractXMLPipe filter, ProgrammingLanguage language)
          Prepare the input source for logicsheet processing and code generation with a preprocess filter.
 

Constructors in org.apache.cocoon.components.language.markup with parameters of type AbstractXMLPipe
CocoonMarkupLanguage.PreProcessFilter(AbstractXMLPipe filter, String filename, ProgrammingLanguage language)
           
 

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

Subclasses of AbstractXMLPipe in org.apache.cocoon.components.language.markup.xsp
protected  class XSPMarkupLanguage.PreProcessFilter
          This preprocessor wraps the PCDATA into xsp:text elements.
 

Methods in org.apache.cocoon.components.language.markup.xsp that return AbstractXMLPipe
protected  AbstractXMLPipe XSPMarkupLanguage.getPreprocessFilter(String filename, AbstractXMLPipe filter, ProgrammingLanguage language)
          Prepare the input source for logicsheet processing and code generation with a preprocess filter.
 

Methods in org.apache.cocoon.components.language.markup.xsp with parameters of type AbstractXMLPipe
protected  AbstractXMLPipe XSPMarkupLanguage.getPreprocessFilter(String filename, AbstractXMLPipe filter, ProgrammingLanguage language)
          Prepare the input source for logicsheet processing and code generation with a preprocess filter.
 

Constructors in org.apache.cocoon.components.language.markup.xsp with parameters of type AbstractXMLPipe
XSPMarkupLanguage.PreProcessFilter(AbstractXMLPipe filter, String filename, ProgrammingLanguage language)
           
 

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

Subclasses of AbstractXMLPipe in org.apache.cocoon.components.xpointer
static class ElementPathPart.PathInclusionPipe
           
 

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

Subclasses of AbstractXMLPipe in org.apache.cocoon.forms.datatype
 class DynamicSelectionList.SelectionListHandler
          XMLConsumer used to handle selection lists generated on the fly.
 

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

Subclasses of AbstractXMLPipe in org.apache.cocoon.forms.transformation
 class EffectPipe
           
protected  class EffectPipe.Output
           
 class EffectWidgetReplacingPipe
          The basic operation of this Pipe is that it replaces wt:widget (in the Constants.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 WidgetReplacingPipe.
 class WidgetReplacingPipe
          The basic operation of this Pipe is that it replaces wt:widget (in the Constants.TEMPLATE_NS namespace) tags (having an id attribute) by the XML representation of the corresponding widget instance.
 class WidgetReplacingPipe.InsertStylingContentHandler
          This ContentHandler helps in inserting SAX events before the closing tag of the root element.
 

Uses of AbstractXMLPipe in org.apache.cocoon.generation
 

Subclasses of AbstractXMLPipe in org.apache.cocoon.generation
static class JXTemplateGenerator.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)
 class ServerPagesGenerator.CompletionPipe
           
 class TraxGenerator
          XSLT Generator: works by taking a Java Bean as an input "document"
 

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

Subclasses of AbstractXMLPipe in org.apache.cocoon.mail.transformation
 class SendMailTransformer
          The SendMailTransformer send mails using SMTP including attachments with the specific parameters read from a configuration-file and delivers furthermore a report, where a state to each sent mail can bee seen.
 

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

Subclasses of AbstractXMLPipe in org.apache.cocoon.portal.coplets.basket
 class BasketTransformer
          This transformer supports the basket feature.
 

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

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

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

Subclasses of AbstractXMLPipe in org.apache.cocoon.portal.transformation
 class AbstractCopletTransformer
          Abstract transformer implementation that provides a method getCopletInstanceData().
 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 extends transforms html actions into events.
 class HTMLRootTransformer
          This transformer simply adds an html and a body element around the sax stream.
 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 ist 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.
 

Uses of AbstractXMLPipe in org.apache.cocoon.serialization
 

Subclasses of AbstractXMLPipe in org.apache.cocoon.serialization
 class AbstractSerializer
           
 class AbstractTextSerializer
           
static class AbstractTextSerializer.NamespaceAsAttributes
          A pipe that ensures that all namespace prefixes are also present as 'xmlns:' attributes.
 class FOPSerializer
           
 class HTMLSerializer
           
 class iTextSerializer
           
 class LinkSerializer
           
 class RTFSerializer
          This class uses the jfor library to serialize XSL:FO documents to RTF streams.
 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.
 

Uses of AbstractXMLPipe in org.apache.cocoon.sitemap
 

Subclasses of AbstractXMLPipe in org.apache.cocoon.sitemap
 class LinkGatherer
           
 class LinkTranslator
           
 

Uses of AbstractXMLPipe in org.apache.cocoon.transformation
 

Subclasses of AbstractXMLPipe in org.apache.cocoon.transformation
 class AbstractDOMTransformer
          An Abstract DOM Transformer, for use when a transformer needs a DOM-based view of the document.
 class AbstractExtractionTransformer
          This transformer sieves an incoming stream of xml and feeds a DOMBuilder with it.
 class AbstractSAXTransformer
          This class is the basis for all transformers.
 class AbstractTransformer
           
 class AugmentTransformer
          Augments all href attributes with the full path to the request.
 class BetwixtTransformer
          Betwixt transformer marshals a object from the Sitemap, Session, Request or the Conext into a series of SAX events.
 class CachingCIncludeTransformer
          Deprecated. This transformer violates the avalon/cocoon design principles
 class CastorTransformer
          Castor transformer marshals a object from the Sitemap, Session, Request or the Conext into a series of SAX events.
 class CIncludeTransformer
          This transformer triggers for the element include in the namespace "http://apache.org/cocoon/include/1.0".
 class DASLTransformer
          This transformer performs DASL queries on DASL-enabled WebDAV servers.
 class DeliTransformer
          This 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
          The encodeURL transformer emits encoded URLs.
 class FilterTransformer
          The filter transformer can be used to let only an amount of elements through in a given block.
 class FragmentExtractorTransformer
          The transformation half of the FragmentExtractor.
 class HTMLTransformer
          Unstable transformer: converts (escaped) HTML snippets into JTidied HTML.
 class I18nTransformer
          Internationalization transformer is used to transform i18n markup into text based on a particular locale.
 class JPathTransformer
          JPath Transformer.
 class JXTemplateTransformer
          Transformer adapter for JXTemplateGenerator
 class LDAPTransformer
          The LDAPTransformer can be plugged into a pipeline to transform the SAX events into queries and responses to/from a LDAP interface.
 class LinkRewriterTransformer
          Rewrites URIs in links to a value determined by an InputModule.
 class LogTransformer
          The LogTransformer is a class that can be plugged into a pipeline to print the SAX events which passes thru this transformer in a readable form to a file.
 class LuceneIndexTransformer
          A lucene index creation transformer.
 class PatternTransformer
          This transfomer transforms text pattern of a XML file into lexemes by using a lexicon file.
 class ReadDOMSessionTransformer
          With this transformer, an object that is stored in the session, can be inserted in the SAX stream at a given position, using usual <xsp:expr> rules.
 class RoleFilterTransformer
          Filter XML fragments based on a user's role.
 class ServiceableTransformer
          This class can be used as a base class for own transformer implementations that need to lookup other components.
 class SimpleFormInstanceExtractionTransformer
          This transformer sieves an incoming stream of xml and extracts a document fragment from it depending on a given tag and stores the fragment using an OutputModule with a name based an attribute of another enclosing tag.
 class SimpleFormTransformer
          Eliminates the need for XSP to use FormValidatorAction or HTML forms.
 class SourcePropsWritingTransformer
          This transformer allows you to set and remove properties on an InspectableSource.
 class SourceWritingTransformer
          This transformer allows you to output to a ModifiableSource.
 class SQLTransformer
           
 class TraxTransformer
          This Transformer is used to transform the incoming SAX stream using a TrAXProcessor.
 class VariableRewriterTransformer
          Rewrites URIs in links to a value determined by an InputModule.
 class Web3RfcTransformer
          TBD
 class WriteDOMSessionTransformer
          Make a DOM object from SAX events and write it to the session.
 class XIncludeTransformer
          Implementation of an XInclude transformer.
 class XMLDBTransformer
          This transformer allows to perform resource creation, deletion, and XUpdate command execution in XML:DB.
 

Uses of AbstractXMLPipe in org.apache.cocoon.transformation.constrained
 

Subclasses of AbstractXMLPipe in org.apache.cocoon.transformation.constrained
 class AbstractConstrainedTransformer
          This class is an abstract class from which you can extend your Transformer and write it in a way similar to AWT & Swing Event Handling.
 

Uses of AbstractXMLPipe in org.apache.cocoon.transformation.pagination
 

Subclasses of AbstractXMLPipe in org.apache.cocoon.transformation.pagination
 class Paginator
          A paginating transformer.
 

Uses of AbstractXMLPipe in org.apache.cocoon.webapps.session.transformation
 

Subclasses of AbstractXMLPipe in org.apache.cocoon.webapps.session.transformation
 class AbstractSessionTransformer
          This class is the basis for all session transformers.
 class SessionPostTransformer
          This is the session post transformer.
 class SessionPreTransformer
          This is the session pre transformer.
 class SessionTransformer
          This is the session transformer which is only for compatibility.
 

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

Subclasses of AbstractXMLPipe in org.apache.cocoon.woody.transformation
 class WoodyTemplateTransformer
          See description of WidgetReplacingPipe.
 

Uses of AbstractXMLPipe in org.apache.cocoon.xml
 

Subclasses of AbstractXMLPipe in org.apache.cocoon.xml
 class EmbeddedXMLPipe
          This class implements a ContentHandler for embedding a full SAX event stream into an existing stream of SAX events.
 

Uses of AbstractXMLPipe in org.apache.cocoon.xml.dom
 

Subclasses of AbstractXMLPipe in org.apache.cocoon.xml.dom
 class DOMBuilder
          The DOMBuilder is a utility class that will generate a W3C DOM Document from SAX events.
 

Uses of AbstractXMLPipe in org.apache.cocoon.xml.xlink
 

Subclasses of AbstractXMLPipe in org.apache.cocoon.xml.xlink
 class ExtendedXLinkPipe
          This class extends the XLink semantic capabilities to understand those elements that are have default linking semantics associated.
 class XLinkPipe
          This class implements a SAX consumer wrapper that transforms the general SAX semantic into XLink semantics for easier consumption.
 



Copyright ⌐ 1999-2004 The Apache Software Foundation. All Rights Reserved.