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

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

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.
 

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

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