This project has retired. For details please refer to its
Attic page .
Serializer (Cocoon API 2.1.12-dev [March 20 2012])
org.apache.cocoon.serialization
Interface Serializer
All Superinterfaces: Component , ContentHandler , LexicalHandler , SitemapOutputComponent , XMLConsumer
All Known Implementing Classes: AbstractSerializer , AbstractTextSerializer , ElementProcessorSerializer , EncodingSerializer , FOPSerializer , HSSFSerializer , HTMLSerializer , HTMLSerializer , IncludingHTMLSerializer , iTextSerializer , LinkSerializer , POIFSSerializer , RTFSerializer , SVGSerializer , SWFSerializer , TextSerializer , XHTMLSerializer , XMidiSerializer , XMLSerializer , XMLSerializer , ZipArchiveSerializer
public interface Serializer extends XMLConsumer , SitemapOutputComponent
A serializer is the last point of a pipeline. It "serializes" XML
arriving as SAX events into any binary format. Serializers can
additionally implement the SitemapModelComponent
interface to gain access to the resolver
, objectModel
,
source
or parameters
objects.
Version:
CVS $Id: Serializer.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Pierpaolo Fumagalli
(Apache Software Foundation)
Methods inherited from interface org.xml.sax.ContentHandler
characters , endDocument , endElement , endPrefixMapping , ignorableWhitespace , processingInstruction , setDocumentLocator , skippedEntity , startDocument , startElement , startPrefixMapping
ROLE
static final String ROLE
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.