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

Packages that use AbstractXMLProducer
org.apache.cocoon.generation   
org.apache.cocoon.serialization   
org.apache.cocoon.transformation   
org.apache.cocoon.xml   
org.apache.cocoon.xml.dom   
org.apache.cocoon.xml.xlink   
 

Uses of AbstractXMLProducer in org.apache.cocoon.generation
 

Subclasses of AbstractXMLProducer in org.apache.cocoon.generation
 class AbstractGenerator
          An abstract class that can be used to implement an own generator.
 class ServiceableGenerator
          A default implementation that can be used for writing own generators.
 class ServletGenerator
           
 

Uses of AbstractXMLProducer in org.apache.cocoon.serialization
 

Subclasses of AbstractXMLProducer 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.
 

Uses of AbstractXMLProducer in org.apache.cocoon.transformation
 

Subclasses of AbstractXMLProducer 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 ServiceableTransformer
          This class can be used as a base class for own transformer implementations that need to lookup other components.
 

Uses of AbstractXMLProducer in org.apache.cocoon.xml
 

Subclasses of AbstractXMLProducer in org.apache.cocoon.xml
 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.
 

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

Subclasses of AbstractXMLProducer in org.apache.cocoon.xml.dom
 class DOMBuilder
          The DOMBuilder is a utility class that will generate a W3C DOM Document from SAX events.
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 AbstractXMLProducer in org.apache.cocoon.xml.xlink
 

Subclasses of AbstractXMLProducer 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-2008 The Apache Software Foundation. All Rights Reserved.