| org.apache.cocoon.serialization.ElementProcessorSerializer org.apache.cocoon.serialization.POIFSSerializer
All known Subclasses: org.apache.cocoon.serialization.HSSFSerializer,
POIFSSerializer | abstract public class POIFSSerializer extends ElementProcessorSerializer (Code) | | An extension of ElementProcessorSerializer with extensions for dealing with
the POIFS filesystem This is an abstract class. Concrete extensions need to
implement the following methods:
- String getMimeType()
- void doLocalPreEndDocument()
- void doLocalPostEndDocument()
- ElementProcessorFactory getElementProcessorFactory()
author: Marc Johnson (marc_johnson27591@hotmail.com) author: Nicola Ken Barozzi (nicolaken@apache.org) version: CVS $Id: POIFSSerializer.java 433543 2006-08-22 06:22:54Z crossley $ |
POIFSSerializer | public POIFSSerializer()(Code) | | Constructor
|
doLocalPostEndDocument | abstract protected void doLocalPostEndDocument()(Code) | | Extending classes should do whatever they need to do after writing the
filesystem out
|
doLocalPreEndDocument | abstract protected void doLocalPreEndDocument()(Code) | | Extending classes should do whatever they need to do prior to writing the
filesystem out
|
doPreInitialization | protected void doPreInitialization(ElementProcessor processor) throws SAXException(Code) | | perform pre-initialization on an element processor
Parameters: processor - the element processor to be iniitialized exception: SAXException - on errors |
endDocument | public void endDocument() throws SAXException(Code) | | Receive notification of the end of a document.
exception: SAXException - if there is an error writing the document to theoutput stream |
getFilesystem | protected POIFSFileSystem getFilesystem()(Code) | | Provide access to the filesystem for extending classes
the filesystem |
Fields inherited from org.apache.cocoon.serialization.ElementProcessorSerializer | protected ServiceManager manager(Code)(Java Doc)
|
Methods inherited from org.apache.cocoon.serialization.ElementProcessorSerializer | protected SAXException SAXExceptionFactory(String message, Exception e)(Code)(Java Doc) protected SAXException SAXExceptionFactory(String message)(Code)(Java Doc) public void characters(char[] ch, int start, int length) throws SAXException(Code)(Java Doc) public void comment(char[] ch, int start, int length)(Code)(Java Doc) abstract protected void doPreInitialization(ElementProcessor processor) throws SAXException(Code)(Java Doc) public void endCDATA()(Code)(Java Doc) public void endDTD()(Code)(Java Doc) public void endElement(String namespaceURI, String localName, String qName) throws SAXException(Code)(Java Doc) public void endEntity(String name)(Code)(Java Doc) public void endPrefixMapping(String prefix)(Code)(Java Doc) abstract protected ElementProcessorFactory getElementProcessorFactory()(Code)(Java Doc) protected OutputStream getOutputStream()(Code)(Java Doc) public void ignorableWhitespace(char[] ch, int start, int length) throws SAXException(Code)(Java Doc) public void processingInstruction(String target, String data)(Code)(Java Doc) public void service(ServiceManager manager)(Code)(Java Doc) public void setDocumentLocator(Locator locator)(Code)(Java Doc) public void setOutputStream(OutputStream out)(Code)(Java Doc) public boolean shouldSetContentLength()(Code)(Java Doc) public void skippedEntity(String name)(Code)(Java Doc) public void startCDATA()(Code)(Java Doc) public void startDTD(String name, String publicId, String systemId)(Code)(Java Doc) public void startDocument()(Code)(Java Doc) public void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException(Code)(Java Doc) public void startEntity(String name)(Code)(Java Doc) public void startPrefixMapping(String prefix, String uri)(Code)(Java Doc)
|
|
|