|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of XMLProducer in org.apache.cocoon.ajax |
Classes in org.apache.cocoon.ajax that implement XMLProducer | |
class |
BrowserUpdateTransformer
|
Uses of XMLProducer in org.apache.cocoon.ant |
Classes in org.apache.cocoon.ant that implement XMLProducer | |
class |
AntBuildGenerator
A Cocoon Generator that runs an Ant build file |
Uses of XMLProducer in org.apache.cocoon.components.language.markup |
Classes in org.apache.cocoon.components.language.markup that implement XMLProducer | |
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 XMLProducer in org.apache.cocoon.components.language.markup.xsp |
Classes in org.apache.cocoon.components.language.markup.xsp that implement XMLProducer | |
class |
JSGenerator
Class representing interpreted XSP-generated ServerPagesGenerator programs
written in Javascript language |
class |
PythonGenerator
Class representing interpreted XSP-generated ServerPagesGenerator programs
written in Python language |
static class |
XSPExpressionFilter.XMLPipeAdapter
|
class |
XSPGenerator
Base class for XSP-generated ServerPagesGenerator classes |
protected class |
XSPMarkupLanguage.PreProcessFilter
that replaces
XSP expressions. |
Uses of XMLProducer in org.apache.cocoon.components.pipeline |
Methods in org.apache.cocoon.components.pipeline with parameters of type XMLProducer | |
protected void |
VirtualProcessingPipeline.connect(Environment environment,
XMLProducer producer,
XMLConsumer consumer)
Connect the next component |
protected void |
AbstractProcessingPipeline.connect(Environment environment,
XMLProducer producer,
XMLConsumer consumer)
Connect the next component |
Uses of XMLProducer in org.apache.cocoon.components.profiler |
Classes in org.apache.cocoon.components.profiler that implement XMLProducer | |
class |
ProfilingXMLPipe
This SAX connector measures time taken by each Sitemap component. |
Methods in org.apache.cocoon.components.profiler with parameters of type XMLProducer | |
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 XMLProducer in org.apache.cocoon.components.sax |
Subinterfaces of XMLProducer in org.apache.cocoon.components.sax | |
interface |
XMLDeserializer
This interfaces identifies classes that deserialize XML data, sending SAX events to the configured XMLConsumer (or SAX
ContentHandler and LexicalHandler ).
|
Classes in org.apache.cocoon.components.sax that implement XMLProducer | |
class |
XMLByteStreamInterpreter
This a simple xml compiler which takes a byte array as input. |
class |
XMLTeePipe
This is a simple Tee Component. |
Uses of XMLProducer in org.apache.cocoon.components.xpointer |
Classes in org.apache.cocoon.components.xpointer that implement XMLProducer | |
static class |
ElementPathPart.PathInclusionPipe
|
Uses of XMLProducer in org.apache.cocoon.faces.samples.components.taglib |
Classes in org.apache.cocoon.faces.samples.components.taglib that implement XMLProducer | |
class |
AreaTag
UIComponentTag for an image map hotspot. |
class |
MapTag
UIComponentTag for an image map. |
Uses of XMLProducer in org.apache.cocoon.faces.taglib |
Classes in org.apache.cocoon.faces.taglib that implement XMLProducer | |
class |
ParameterTag
|
class |
SelectItemsTag
|
class |
SelectItemTag
|
class |
SubviewTag
|
class |
UIComponentBodyTag
|
class |
UIComponentTag
|
class |
VerbatimTag
|
class |
ViewTag
|
Uses of XMLProducer in org.apache.cocoon.faces.taglib.html |
Classes in org.apache.cocoon.faces.taglib.html that implement XMLProducer | |
class |
ColumnTag
|
class |
CommandButtonTag
|
class |
CommandLinkTag
|
class |
DataTableTag
|
class |
FormTag
|
class |
GraphicImageTag
|
class |
InputHiddenTag
|
class |
InputSecretTag
|
class |
InputTextareaTag
|
class |
InputTextTag
|
class |
MessagesTag
|
class |
MessageTag
|
class |
OutputFormatTag
|
class |
OutputLabelTag
|
class |
OutputLinkTag
|
class |
OutputTextTag
|
class |
PanelGridTag
|
class |
PanelGroupTag
|
class |
SelectBooleanCheckboxTag
|
class |
SelectManyCheckboxTag
|
class |
SelectManyListboxTag
|
class |
SelectManyMenuTag
|
class |
SelectOneListboxTag
|
class |
SelectOneMenuTag
|
class |
SelectOneRadioTag
|
Uses of XMLProducer in org.apache.cocoon.forms.datatype |
Classes in org.apache.cocoon.forms.datatype that implement XMLProducer | |
class |
DynamicSelectionList.SelectionListHandler
XMLConsumer used to handle selection lists generated on the fly. |
Uses of XMLProducer in org.apache.cocoon.forms.generation |
Classes in org.apache.cocoon.forms.generation that implement XMLProducer | |
class |
FormsGenerator
A generator that streams an XML representation of a Form . |
class |
SelectionListFilter
A filter for selection lists, that keeps only those items that start with a given filter value. |
class |
SuggestionListGenerator
A generator for suggestion lists. |
Uses of XMLProducer in org.apache.cocoon.forms.transformation |
Classes in org.apache.cocoon.forms.transformation that implement XMLProducer | |
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 XMLProducer in org.apache.cocoon.generation |
Subinterfaces of XMLProducer in org.apache.cocoon.generation | |
interface |
Generator
A generator is the starting point of a pipeline. |
static interface |
GeneratorFactory.Instance
Instance of the Generator created by the GeneratorFactory |
Classes in org.apache.cocoon.generation that implement XMLProducer | |
class |
AbstractGenerator
An abstract class that can be used to implement an own generator. |
class |
AbstractServerPage
Base implementation of ServerPagesGenerator . |
class |
CalendarGenerator
|
class |
CSVGenerator
A simple parser converting a Comma Separated Values (CSV) file into XML. |
class |
DirectoryGenerator
|
class |
EventCacheGenerator
Generator wrapper that forwards generation to to its delegate but overides its caching strategy by replacing it with an event-cache aware implementation. |
class |
ExceptionGenerator
A generator that dumps an XML representation of the exception raised during a pipeline execution. |
class |
FileGenerator
|
class |
FragmentExtractorGenerator
The generation half of FragmentExtractor. |
class |
GarbageGenerator
|
class |
GenericProxyGenerator
This is a generic HTTP proxy, designed to handle any possible HTTP method, but with a particular bias towards WebDAV. |
class |
HSSFGenerator
This generator generates - using Apache POI - a Gnumeric compliant XML Document from a Microsoft Excel Workbook. |
class |
HTMLGenerator
|
class |
HttpProxyGenerator
The HttpProxyGenerator is a Cocoon generator using the
Jakarta Commons HTTPClient Library to access an XML stream
over HTTP. |
class |
ImageDirectoryGenerator
|
class |
IMAPGenerator
Generates an XML listing of messages from an IMAP mail server. |
class |
JellyGenerator
The JellyGenerator executes jelly scripts using the Jakarta Jelly engine as a Cocoon Generator. |
class |
JSPGenerator
Allows Servlets and JSPs to be used as a generator. |
class |
LinkStatusGenerator
|
class |
MP3DirectoryGenerator
|
class |
NekoHTMLGenerator
|
class |
ParseExceptionGenerator
Exception generator. |
class |
ProfilerGenerator
Generates an XML representation of the current status of Profiler. |
class |
RequestAttributeGenerator
The RequestAttributeGenerator is a class that reads XML from a
request attribute and generates SAX Events.
|
class |
RequestGenerator
|
class |
RequestParameterGenerator
The RequestParameterGenerator is a simple generator producing as an
output a subset of what the RequestGenerator produces. |
class |
ScriptGenerator
The Scriptgenerator executes arbitraty scripts using the BSF framework and additional interpreter (Rhino, Jython, etc.) as a Cocoon Generator. |
class |
SearchGenerator
Generates an XML representation of a search result. |
class |
ServerPagesGenerator
This class acts as a proxy to a dynamically loaded Generator
delegating actual SAX event generation.
|
class |
ServerPagesGenerator.CompletionPipe
|
class |
ServiceableGenerator
A default implementation that can be used for writing own generators. |
class |
ServletGenerator
|
class |
SessionAttributeGenerator
|
class |
StatusGenerator
|
class |
StreamGenerator
|
class |
TextGenerator
Read a plain text file and produce a valid XML file. |
class |
TraversableGenerator
Generates an XML source hierarchy listing from a Traversable Source. |
class |
TraversableSourceDescriptionGenerator
This Generator augments the output of the TraversableGenerator. |
class |
TraxGenerator
XSLT Generator: works by taking a Java Bean as an input "document" |
class |
VelocityGenerator
Cocoon Generator that produces dynamic XML SAX events
from a Velocity template file. |
class |
VirtualPipelineGenerator
|
class |
WebServiceProxyGenerator
The WebServiceProxyGenerator is intended to: 1) Allow easy syndication of dynamic interactive content as a natural extension of the currently popular static content syndication with RSS. 2) Allow transparent routing of web service request through GET, POST, SOAP-RPC and SOAP-DOC binding methods. 3) Allow almost full control through sitemap configuration. 4) Allow use of Cocoon components for content formatting, aggregation and styling through a tight integration with the Cocoon sitemap. 5) Require 0 (zero) lines of Java or other business logic code in most cases. 6) Be generic and flexible enough to allow custom extensions for advanced and non-typical uses. 7) Support sessions, authentication, http 1.1, https, request manipulation, redirects following, connection pooling, and others. 8) Use the Jakarta HttpClient library which provides many sophisticated features for HTTP connections. 9) (TBD) Use Axis for SOAP-RPC and SOAP-DOC bindings. |
class |
XMidiGenerator
Reads a standard MIDI file and generates SAX Events. |
class |
XPathDirectoryGenerator
|
class |
XPathTraversableGenerator
Generates an XML collection listing performing XPath queries on XML sources. |
Uses of XMLProducer in org.apache.cocoon.generation.asciiart |
Classes in org.apache.cocoon.generation.asciiart that implement XMLProducer | |
class |
AsciiArtSVGGenerator
A simple AsciiArt text SVG XML generator. |
Uses of XMLProducer in org.apache.cocoon.mail.transformation |
Classes in org.apache.cocoon.mail.transformation that implement XMLProducer | |
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 XMLProducer in org.apache.cocoon.portal.coplets.basket |
Classes in org.apache.cocoon.portal.coplets.basket that implement XMLProducer | |
class |
AbstractBasketTransformer
This is the base class for all basket transformers |
class |
BasketContentGenerator
This generator displays the content of one item. |
class |
BasketGenerator
This is a portlet that displays the contents of a basket. |
class |
BasketTransformer
This transformer supports the basket and briefcase feature. |
class |
FolderTransformer
This transformer supports the basket feature. |
Uses of XMLProducer in org.apache.cocoon.portal.generation |
Classes in org.apache.cocoon.portal.generation that implement XMLProducer | |
class |
AbstractCopletGenerator
Abstract generator implementation that provides a method getCopletInstanceData(). |
class |
PortalGenerator
This generator renders the complete portal. |
Uses of XMLProducer in org.apache.cocoon.portal.serialization |
Classes in org.apache.cocoon.portal.serialization that implement XMLProducer | |
class |
IncludingHTMLSerializer
This is a special serializer that allows to include content that is not XML at the last possible point. |
Uses of XMLProducer in org.apache.cocoon.portal.tools.copletManagement.generation |
Classes in org.apache.cocoon.portal.tools.copletManagement.generation that implement XMLProducer | |
class |
XMLProfileGenerator
|
Uses of XMLProducer in org.apache.cocoon.portal.tools.generation |
Classes in org.apache.cocoon.portal.tools.generation that implement XMLProducer | |
class |
I18nCatalogueGenerator
|
Uses of XMLProducer in org.apache.cocoon.portal.tools.transformation |
Classes in org.apache.cocoon.portal.tools.transformation that implement XMLProducer | |
class |
CheckAccessTransformer
|
class |
PortalToolsI18nTransformer
|
class |
PortalToolsLayoutTransformer
Adds the navigation etc. to the document |
Uses of XMLProducer in org.apache.cocoon.portal.transformation |
Classes in org.apache.cocoon.portal.transformation that implement XMLProducer | |
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 XMLProducer in org.apache.cocoon.portal.wsrp.adapter |
Classes in org.apache.cocoon.portal.wsrp.adapter that implement XMLProducer | |
static class |
WSRPAdapter.FormRewritingHandler
This handler is triggered by a form element. |
Uses of XMLProducer in org.apache.cocoon.reading |
Classes in org.apache.cocoon.reading that implement XMLProducer | |
class |
VirtualPipelineReader
|
Uses of XMLProducer in org.apache.cocoon.samples |
Classes in org.apache.cocoon.samples that implement XMLProducer | |
class |
EventAwareGenerator
This is a sample generator to demonstrate the event aware caching. |
Uses of XMLProducer in org.apache.cocoon.serialization |
Classes in org.apache.cocoon.serialization that implement XMLProducer | |
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 |
TextSerializer
Text serializer converts XML into plain text. |
class |
VirtualPipelineSerializer
|
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 XMLProducer in org.apache.cocoon.sitemap |
Subinterfaces of XMLProducer in org.apache.cocoon.sitemap | |
interface |
ContentAggregator
A content aggregator is a special generator used to implement <map:aggregate>. |
Classes in org.apache.cocoon.sitemap that implement XMLProducer | |
class |
DefaultContentAggregator
This generator implements the sitemap content aggregation. |
class |
LinkGatherer
|
class |
LinkTranslator
|
class |
NotifyingGenerator
Generates an XML representation of the current notification. |
Uses of XMLProducer in org.apache.cocoon.sitemap.impl |
Classes in org.apache.cocoon.sitemap.impl that implement XMLProducer | |
class |
AbstractVirtualSitemapComponent
TODO List: Refactor ProcessingPipelines implementations Implement caching |
Uses of XMLProducer in org.apache.cocoon.slop.generation |
Classes in org.apache.cocoon.slop.generation that implement XMLProducer | |
class |
SlopGenerator
SlopGenerator: Simple Line-Oriented Parsing of text files. |
Uses of XMLProducer in org.apache.cocoon.taglib |
Subinterfaces of XMLProducer in org.apache.cocoon.taglib | |
interface |
TransformerTag
|
interface |
XMLProducerTag
|
Classes in org.apache.cocoon.taglib that implement XMLProducer | |
class |
TransformerTagSupport
|
class |
VarTransformerTagSupport
|
class |
VarXMLProducerTagSupport
|
class |
XMLProducerTagSupport
|
Uses of XMLProducer in org.apache.cocoon.taglib.core |
Classes in org.apache.cocoon.taglib.core that implement XMLProducer | |
class |
SourceTag
|
Uses of XMLProducer in org.apache.cocoon.taglib.jxpath.core |
Classes in org.apache.cocoon.taglib.jxpath.core that implement XMLProducer | |
class |
OutTag
|
Uses of XMLProducer in org.apache.cocoon.taglib.string |
Classes in org.apache.cocoon.taglib.string that implement XMLProducer | |
class |
LowerCaseTag
|
class |
StringTagSupport
|
class |
TextRecordingTag
|
class |
TrimTag
|
class |
UpperCaseTag
|
Uses of XMLProducer in org.apache.cocoon.taglib.test |
Classes in org.apache.cocoon.taglib.test that implement XMLProducer | |
class |
HelloWorldTag
|
Uses of XMLProducer in org.apache.cocoon.template |
Classes in org.apache.cocoon.template that implement XMLProducer | |
class |
JXTemplateGenerator
|
class |
JXTemplateTransformer
|
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 XMLProducer in org.apache.cocoon.transformation |
Subinterfaces of XMLProducer in org.apache.cocoon.transformation | |
interface |
Transformer
A transformer is the zero to several intermediate points in a pipeline. |
static interface |
TransformerFactory.Instance
Instance of the Transformer created by the TransformerFactory |
Classes in org.apache.cocoon.transformation that implement XMLProducer | |
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 |
BetwixtTransformer
Betwixt transformer marshals a object from the Sitemap, Session, Request or the Conext into a series of SAX events. |
class |
CastorTransformer
Castor transformer marshals a object from the Sitemap, Session, Request or the Conext into a series of SAX events. |
class |
CIncludeTransformer
|
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 |
ErrorAwareTraxTransformer
An error aware TRAX-based transformer. |
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 |
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 |
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 |
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 |
VirtualPipelineTransformer
|
class |
Web3RfcTransformer
TBD |
class |
WriteDOMSessionTransformer
|
class |
XIncludeTransformer
|
class |
XMLDBTransformer
This transformer allows to perform resource creation, deletion, and XUpdate command execution in XML:DB. |
Uses of XMLProducer in org.apache.cocoon.transformation.constrained |
Classes in org.apache.cocoon.transformation.constrained that implement XMLProducer | |
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 XMLProducer in org.apache.cocoon.transformation.pagination |
Classes in org.apache.cocoon.transformation.pagination that implement XMLProducer | |
class |
Paginator
A paginating transformer. |
Uses of XMLProducer in org.apache.cocoon.webapps.authentication.generation |
Classes in org.apache.cocoon.webapps.authentication.generation that implement XMLProducer | |
class |
ConfigurationGenerator
This is the authentication Configuration Generator. |
class |
JaasSecurityGenerator
This Generator provides a possibility to use the Authentication Framework of Cocoon against a JAAS-Realm of an Application Server. |
Uses of XMLProducer in org.apache.cocoon.webapps.session.transformation |
Classes in org.apache.cocoon.webapps.session.transformation that implement XMLProducer | |
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 XMLProducer in org.apache.cocoon.xml |
Subinterfaces of XMLProducer in org.apache.cocoon.xml | |
interface |
XMLPipe
The XMLPipe is both an XMLProducer and an XMLConsumer. |
Classes in org.apache.cocoon.xml that implement XMLProducer | |
class |
AbstractXMLPipe
This class provides a bridge class to connect to existing content handlers and lexical handlers. |
class |
AbstractXMLProducer
This abstract class provides default implementation of the methods specified by the XMLProducer interface. |
class |
DocumentHandlerAdapter
This class is an utility class "adapting" a SAX version 1.0 DocumentHandler , to SAX version 2 ContentHandler .
|
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 XMLProducer in org.apache.cocoon.xml.dom |
Classes in org.apache.cocoon.xml.dom that implement XMLProducer | |
class |
DOMBuilder
The DOMBuilder is a utility class that will generate a W3C
DOM Document from SAX events. |
class |
DOMStreamer
The DOMStreamer is a utility class that will generate SAX
events from a W3C DOM Document.
|
static class |
DOMStreamer.DefaultDOMStreamer
The DefaultDOMStreamer is a utility class that will generate SAX
events from a W3C DOM Document. |
static class |
DOMStreamer.NamespaceNormalizingDOMStreamer
Streams a DOM tree to SAX events and normalizes namespace declarations on the way. |
Uses of XMLProducer in org.apache.cocoon.xml.xlink |
Classes in org.apache.cocoon.xml.xlink that implement XMLProducer | |
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 |