org.apache.cocoon.serialization
Interface Serializer

All Superinterfaces:
ContentHandler, LexicalHandler, SitemapOutputComponent, XMLConsumer, XMLConsumer

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:
$Id: Serializer.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Field Summary
static String ROLE
           
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 
Methods inherited from interface org.xml.sax.ext.LexicalHandler
comment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntity
 
Methods inherited from interface org.apache.cocoon.sitemap.SitemapOutputComponent
getMimeType, setOutputStream, shouldSetContentLength
 

Field Detail

ROLE

public static final String ROLE


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