Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.cocoon.transformation

Interface Summary
Transformer  
 

Class Summary
AbstractDOMTransformer An Abstract DOM Transformer, for use when a transformer needs a DOM-based view of the document.
AbstractSAXTransformer This class is the basis for all transformers.
AbstractTransformer  
CachingCIncludeTransformer This transformer triggers for the element include in the namespace "http://apache.org/cocoon/include/1.0".
CastorTransformer Description: Marshals a object from the Sitemap, Session, Request or the Conext into a series of SAX events Configuation: The Castortransformer need to be configured with a default mapping.
Chart2SvgTransformer This Transformer transforms XML that describes a chart into an SVG representation.
CIncludeTransformer This transformer triggers for the element include in the namespace "http://apache.org/cocoon/include/1.0".
EncodeURLTransformer The encodeURL transformer emits encoded URLs.
FilterTransformer The filter transformer can be used to let only an amount of elements through in a given block.
FragmentExtractorTransformer The transformation half of the FragmentExtractor.
I18nTransformer Internationalization transformer is used to transform i18n markup into text based on a particular locale.
LDAPTransformer The LDAPTransformer is a class that can be plugged into a pipeline to transform the SAX events which passes thru this transformer into queries an responses to/from a ldap interface.
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.
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.
RoleFilterTransformer Filter XML fragments based on a user's role.
SimpleFormTransformer Eliminates the need for XSP to use FormValidatorAction.
SourceWritingTransformer This transformer allows you to output to a WritableSource.
SQLTransformer  
TraxTransformer This Transformer is used to transform this incomming SAX stream using a XSLT stylesheet.
WriteDOMSessionTransformer Make a DOM object from SAX events and write it to the session.
XIncludeTransformer My first pass at an XInclude transformation.
XMLDBTransformer This transformer allows to perform resource creation, deletion, and XUpdate command execution in XML:DB.
XTProcessor The XT processor.
XTTransformer This Transformer use the XT processor.