org.apache.cocoon.serialization
Interface Serializer

All Superinterfaces:
ContentHandler, LexicalHandler, SitemapOutputComponent, XMLConsumer, XMLConsumer
All Known Subinterfaces:
SerializerFactory.Instance
All Known Implementing Classes:
AbstractSerializer, ElementProcessorSerializer, EncodingSerializer, LinkSerializer, SVGSerializer, VirtualPipelineSerializer

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.

Version:
CVS $Id: Serializer.java 47301 2004-09-27 16:07:01Z vgritsenko $
Author:
Pierpaolo Fumagalli (Apache Software Foundation)

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-2005 The Apache Software Foundation. All Rights Reserved.