Package org.apache.cocoon.xml

Interface Summary
AttributeTypes Insert the type's description here.
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 Deprecated. Use org.apache.excalibur.xml.sax.XMLizable instead
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.
AttributesImpl A helper Class creating SAX Attributes
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.
DefaultLexicalHandler Default implementation of SAX's LexicalHandler 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.
ImmutableAttributesImpl Immutable attributes
IncludeXMLConsumer A special purpose XMLConsumer which can: Trim empty characters if ignoreEmptyCharacters is set.
LoggingContentHandler Logging content handler logs all events going through to the logger.
LoggingEntityResolver Logging entity resolver to assist in caching.
NamespacesTable Keeps track of namespaces declarations and resolve namespaces names.
ParamSaxBuffer Modification of the SAX buffer with parameterization capabilities.
RedundantNamespacesFilter A SAX filter that strips out redundant namespace declarations.
SaxBuffer A class that can record SAX events and replay them later.
SaxBuffer.Characters  
SaxBuffer.Comment  
SaxBuffer.EndCDATA  
SaxBuffer.EndDocument  
SaxBuffer.EndDTD  
SaxBuffer.EndElement  
SaxBuffer.EndEntity  
SaxBuffer.EndPrefixMapping  
SaxBuffer.IgnorableWhitespace  
SaxBuffer.PI  
SaxBuffer.SkippedEntity  
SaxBuffer.StartCDATA  
SaxBuffer.StartDocument  
SaxBuffer.StartDTD  
SaxBuffer.StartElement  
SaxBuffer.StartEntity  
SaxBuffer.StartPrefixMapping  
SaxBuffer.XMLizableBit  
StringXMLizable XMLizable a String
XMLBaseSupport Helper class for handling xml:base attributes.
XMLMulticaster  
XMLUtils XML utility methods.
 



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