org.apache.cocoon.components.sax
Interface XMLSerializer
- All Superinterfaces:
- ContentHandler, LexicalHandler, XMLConsumer, XMLConsumer
- All Known Implementing Classes:
- XMLByteStreamCompiler
- public interface XMLSerializer
- extends XMLConsumer
This interfaces identifies classes that serialize XML data, receiving
notification of SAX events.
It's beyond the scope of this interface to specify the format for
the serialized data.
- Version:
- CVS $Id: XMLSerializer.java 55389 2004-10-23 15:46:58Z cziegeler $
- Author:
- Carsten Ziegeler
Methods inherited from interface org.xml.sax.ContentHandler |
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping |
ROLE
public static final String ROLE
getSAXFragment
public Object getSAXFragment()
- Get the serialized xml data
- Returns:
- The serialized xml data.
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.