org.apache.cocoon.serialization
Interface Serializer

All Superinterfaces:
org.apache.avalon.framework.component.Component, org.xml.sax.ContentHandler, org.xml.sax.ext.LexicalHandler, SitemapOutputComponent, XMLConsumer
All Known Implementing Classes:
AbstractSerializer, ElementProcessorSerializer, SVGSerializer, LinkSerializer

public interface Serializer
extends XMLConsumer, SitemapOutputComponent

Version:
CVS $Id: Serializer.java,v 1.4 2002/02/22 07:03:55 cziegeler Exp $
Author:
Pierpaolo Fumagalli (Apache Software Foundation, Exoffice Technologies)

Field Summary
static java.lang.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 java.lang.String ROLE


Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.