Uses of Class
org.apache.cocoon.xml.sax.AbstractSAXProducer

Packages that use AbstractSAXProducer
org.apache.cocoon.xml.dom   
org.apache.cocoon.xml.sax   
 

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

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

Subclasses of AbstractSAXProducer in org.apache.cocoon.xml.sax
 class AbstractSAXPipe
          This class provides a bridge class to connect to existing content handlers and lexical handlers.
 class EmbeddedSAXPipe
          This class implements a ContentHandler for embedding a full SAX event stream into an existing stream of SAX events.
 



Copyright © 1999-2009 The Apache Software Foundation. All Rights Reserved.