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

Packages that use AbstractXMLConsumer
org.apache.cocoon.forms.util   
org.apache.cocoon.sitemap   
org.apache.cocoon.xml   
 

Uses of AbstractXMLConsumer in org.apache.cocoon.forms.util
 

Subclasses of AbstractXMLConsumer in org.apache.cocoon.forms.util
 class XMLAdapter
          Adapter class that wraps a Form object and makes it possible to populate a widget hierarchy from XML in form of SAX events and serialize the content of the widget hierarchy as XML.
 

Uses of AbstractXMLConsumer in org.apache.cocoon.sitemap
 

Subclasses of AbstractXMLConsumer in org.apache.cocoon.sitemap
 class DefaultContentAggregator
          This generator implements the sitemap content aggregation.
 

Uses of AbstractXMLConsumer in org.apache.cocoon.xml
 

Subclasses of AbstractXMLConsumer in org.apache.cocoon.xml
 class ContentHandlerWrapper
          This class is an utility class "wrapping" around a SAX version 2.0 ContentHandler and forwarding it those events received throug its XMLConsumers interface.
 class DocumentHandlerWrapper
          This class is an utility class "wrapping" around a SAX version 1.0 DocumentHandler and forwarding it those events received throug its XMLConsumers interface.
 



Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.