org.apache.cocoon.serialization
Interface SerializerFactory.Instance

All Superinterfaces:
ContentHandler, LexicalHandler, Serializer, SitemapOutputComponent, XMLConsumer, XMLConsumer
Enclosing interface:
SerializerFactory

public static interface SerializerFactory.Instance
extends Serializer

Instance of the Serializer created by the SerializerFactory


Field Summary
 
Fields inherited from interface org.apache.cocoon.serialization.Serializer
ROLE
 
Method Summary
 SerializerFactory getFactory()
           
 
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
 

Method Detail

getFactory

public SerializerFactory getFactory()
Returns:
SerializerFactory which created this Serializer instance


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.