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.java 587751 2007-10-24 02:41:36Z vgritsenko $
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
Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.