Package org.apache.cocoon.xml

Interface Summary
NamespacesTable.Declaration A namespace declaration.
NamespacesTable.Name A namespace-aware name.
XMLConsumer This interfaces identifies classes that consume XML data, receiving notification of SAX events.
XMLFragment This interface must be implemented by classes willing to provide an XML representation of their current state.
XMLizable This interface can be implemented by classes willing to provide an XML representation of their current state as SAX events.
XMLPipe This interface glues together an XML producer and consumer to create a SAX pipe.
XMLProducer This interfaces identifies classes that produce XML data, sending SAX events to the configured XMLConsumer.
 

Class Summary
AbstractDOMFragment Abstract implementation of XMLFragment for objects that are more easily represented as a DOM.
AbstractSAXFragment Abstract implementation of XMLFragment for objects that are more easily represented as SAX events.
AbstractXMLConsumer This abstract class provides default implementation of the methods specified by the XMLConsumer interface.
AbstractXMLPipe This class provides a bridge class to connect to existing content handlers and lexical handlers.
AbstractXMLProducer This abstract class provides default implementation of the methods specified by the XMLProducer interface.
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.
DocumentHandlerAdapter This class is an utility class "adapting" a SAX version 1.0 DocumentHandler, to SAX version 2 ContentHandler.
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.
EmbeddedXMLPipe This class implements a ContentHandler for embedding a full SAX event stream into an existing stream of SAX events.
IncludeXMLConsumer A special purpose XMLConsumer used for including files.
LoggingContentHandler Logging content handler logs all events going through to the logger.
LoggingEntityResolver Logging entity resolver to assist in caching.
NamespacesTable This utility class is used to keep track namespaces declarations and resolve namespaces names.
XMLMulticaster  
XMLUtils XML utility methods.
 



Copyright � 1999-2002 Apache Software Foundation. All Rights Reserved.