|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of XMLPipe in org.apache.cocoon.ajax |
---|
Classes in org.apache.cocoon.ajax that implement XMLPipe | |
---|---|
class |
BrowserUpdateTransformer
|
Uses of XMLPipe in org.apache.cocoon.components.language.markup |
---|
Classes in org.apache.cocoon.components.language.markup that implement XMLPipe | |
---|---|
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. |
Uses of XMLPipe in org.apache.cocoon.components.language.markup.xsp |
---|
Classes in org.apache.cocoon.components.language.markup.xsp that implement XMLPipe | |
---|---|
static class |
XSPExpressionFilter.XMLPipeAdapter
|
protected class |
XSPMarkupLanguage.PreProcessFilter
that replaces
XSP expressions. |
Uses of XMLPipe in org.apache.cocoon.components.profiler |
---|
Classes in org.apache.cocoon.components.profiler that implement XMLPipe | |
---|---|
class |
ProfilingXMLPipe
This SAX connector measures time taken by each Sitemap component. |
Uses of XMLPipe in org.apache.cocoon.components.sax |
---|
Classes in org.apache.cocoon.components.sax that implement XMLPipe | |
---|---|
class |
XMLTeePipe
This is a simple Tee Component. |
Uses of XMLPipe in org.apache.cocoon.components.xpointer |
---|
Classes in org.apache.cocoon.components.xpointer that implement XMLPipe | |
---|---|
static class |
ElementPathPart.PathInclusionPipe
|
Uses of XMLPipe in org.apache.cocoon.forms.datatype |
---|
Classes in org.apache.cocoon.forms.datatype that implement XMLPipe | |
---|---|
class |
DynamicSelectionList.SelectionListHandler
XMLConsumer used to handle selection lists generated on the fly. |
Uses of XMLPipe in org.apache.cocoon.forms.generation |
---|
Classes in org.apache.cocoon.forms.generation that implement XMLPipe | |
---|---|
class |
SelectionListFilter
A filter for selection lists, that keeps only those items that start with a given filter value. |
Uses of XMLPipe in org.apache.cocoon.forms.transformation |
---|
Classes in org.apache.cocoon.forms.transformation that implement XMLPipe | |
---|---|
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 XMLPipe in org.apache.cocoon.generation |
---|
Classes in org.apache.cocoon.generation that implement XMLPipe | |
---|---|
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
|
Uses of XMLPipe in org.apache.cocoon.mail.transformation |
---|
Classes in org.apache.cocoon.mail.transformation that implement XMLPipe | |
---|---|
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 XMLPipe in org.apache.cocoon.portal.coplets.basket |
---|
Classes in org.apache.cocoon.portal.coplets.basket that implement XMLPipe | |
---|---|
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 XMLPipe in org.apache.cocoon.portal.serialization |
---|
Classes in org.apache.cocoon.portal.serialization that implement XMLPipe | |
---|---|
class |
IncludingHTMLSerializer
This is a special serializer that allows to include content that is not XML at the last possible point. |
Uses of XMLPipe in org.apache.cocoon.portal.tools.transformation |
---|
Classes in org.apache.cocoon.portal.tools.transformation that implement XMLPipe | |
---|---|
class |
CheckAccessTransformer
|
class |
PortalToolsI18nTransformer
|
class |
PortalToolsLayoutTransformer
Adds the navigation etc. to the document |
Uses of XMLPipe in org.apache.cocoon.portal.transformation |
---|
Classes in org.apache.cocoon.portal.transformation that implement XMLPipe | |
---|---|
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. |
Uses of XMLPipe in org.apache.cocoon.serialization |
---|
Classes in org.apache.cocoon.serialization that implement XMLPipe | |
---|---|
class |
AbstractSerializer
|
class |
AbstractTextSerializer
|
static class |
AbstractTextSerializer.NamespaceAsAttributes
A pipe that ensures that all namespace prefixes are also present as 'xmlns:' attributes. |
class |
FOPSerializer
FOP 0.93 (and newer) based serializer. |
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 XMLPipe in org.apache.cocoon.sitemap |
---|
Classes in org.apache.cocoon.sitemap that implement XMLPipe | |
---|---|
class |
LinkGatherer
|
class |
LinkTranslator
|
Uses of XMLPipe in org.apache.cocoon.template |
---|
Classes in org.apache.cocoon.template that implement XMLPipe | |
---|---|
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) |
Uses of XMLPipe in org.apache.cocoon.transformation |
---|
Subinterfaces of XMLPipe in org.apache.cocoon.transformation | |
---|---|
interface |
Transformer
|
Classes in org.apache.cocoon.transformation that implement XMLPipe | |
---|---|
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
|
class |
CachingCIncludeTransformer
Deprecated. This transformer violates the avalon/cocoon design principles. Use IncludeTransformer. |
class |
CIncludeTransformer
|
class |
CleanupTransformer
Cleanup transformer: Removes excess whitespace while adding some where needed for legibility. |
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
|
class |
ExtendedParserTransformer
|
class |
FilterTransformer
|
class |
FragmentExtractorTransformer
The transformation half of the FragmentExtractor. |
class |
HTMLTransformer
Converts (escaped) HTML snippets into JTidied HTML. |
class |
I18nTransformer
|
class |
IncludeTransformer
A simple transformer including resolvable sources (accessed through Cocoon's SourceResolver ) from its input. |
class |
JPathTransformer
|
class |
JXTemplateTransformer
Deprecated. Replaced with the template block: JXTemplateTransformer . |
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 |
LexicalTransformer
This transfomer transforms special mark text part of a XML file into lexemes by using a lexicon file. |
class |
LinkRewriterTransformer
Rewrites URIs in links to a value determined by an InputModule. |
class |
LogTransformer
|
class |
LuceneIndexTransformer
A lucene index creation transformer. |
class |
NekoHTMLTransformer
Converts (escaped) HTML snippets into tidied HTML using the NekoHTML library. |
class |
ParserTransformer
This transfomer transforms lexical tokens in a XML file into a XML hirachy by using a grammar file. |
class |
PatternTransformer
This transfomer transforms text pattern of a XML file into lexemes by using a lexicon file. |
class |
ReadDOMSessionTransformer
|
class |
RoleFilterTransformer
|
class |
ServiceableTransformer
This class can be used as a base class for own transformer implementations that need to lookup other components. |
class |
SimpleFormInstanceExtractionTransformer
|
class |
SimpleFormTransformer
|
class |
SourcePropsWritingTransformer
This transformer allows you to set and remove properties on an InspectableSource. |
class |
SourceWritingTransformer
|
class |
SQLTransformer
The SQLTransformer can be plugged into a pipeline to transform
SAX events into updated or queries and responses to/from a SQL interface. |
class |
StripNameSpacesTransformer
|
class |
TagTransformer
Transformer which implements the taglib functionalty. |
class |
TeeTransformer
|
class |
TraxTransformer
|
class |
ValidatingTransformer
The ValidatingTransformer provides a very simple Transformer
validating documents while being processed in a Cocoon pipeline. |
class |
ValidationReportTransformer
The ValidationReportTransformer provides a Transformer
validating documents while being processed in a Cocoon pipeline, and preparing
a report of all detected inconsistancies according the specified schema. |
class |
VariableRewriterTransformer
Rewrites URIs in links to a value determined by an InputModule. |
class |
Web3RfcTransformer
TBD |
class |
WebDAVTransformer
A general purpose, low level webdav transformer. |
class |
WriteDOMSessionTransformer
|
class |
XIncludeTransformer
|
class |
XMLDBTransformer
This transformer allows to perform resource creation, deletion, and XUpdate command execution in XML:DB. |
Uses of XMLPipe in org.apache.cocoon.transformation.pagination |
---|
Classes in org.apache.cocoon.transformation.pagination that implement XMLPipe | |
---|---|
class |
Paginator
A paginating transformer. |
Uses of XMLPipe in org.apache.cocoon.webapps.session.transformation |
---|
Classes in org.apache.cocoon.webapps.session.transformation that implement XMLPipe | |
---|---|
class |
AbstractSessionTransformer
Deprecated. This block is deprecated and will be removed in future versions. |
class |
SessionPostTransformer
Deprecated. This block is deprecated and will be removed in future versions. |
class |
SessionPreTransformer
Deprecated. This block is deprecated and will be removed in future versions. |
class |
SessionTransformer
Deprecated. This block is deprecated and will be removed in future versions. |
Uses of XMLPipe in org.apache.cocoon.woody.transformation |
---|
Classes in org.apache.cocoon.woody.transformation that implement XMLPipe | |
---|---|
protected class |
EffectPipe.Output
|
class |
WidgetReplacingPipe
The basic operation of this Pipe is that it replaces wt:widget (in the Constants.WT_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. |
class |
WoodyTemplateTransformer
See description of WidgetReplacingPipe . |
Uses of XMLPipe in org.apache.cocoon.xml |
---|
Classes in org.apache.cocoon.xml that implement XMLPipe | |
---|---|
class |
AbstractXMLPipe
This class provides a bridge class to connect to existing content handlers and lexical handlers. |
class |
EmbeddedXMLPipe
This class implements a ContentHandler for embedding a full SAX event stream into an existing stream of SAX events. |
class |
RedundantNamespacesFilter
A SAX filter that strips out redundant namespace declarations. |
Uses of XMLPipe in org.apache.cocoon.xml.dom |
---|
Classes in org.apache.cocoon.xml.dom that implement XMLPipe | |
---|---|
class |
DOMBuilder
The DOMBuilder is a utility class that will generate a W3C
DOM Document from SAX events. |
Uses of XMLPipe in org.apache.cocoon.xml.xlink |
---|
Classes in org.apache.cocoon.xml.xlink that implement XMLPipe | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |