|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.avalon.framework.logger.AbstractLogEnabled org.apache.cocoon.serialization.ElementProcessorSerializer org.apache.cocoon.serialization.POIFSSerializer
public abstract class POIFSSerializer
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:
Field Summary |
---|
Fields inherited from class org.apache.cocoon.serialization.ElementProcessorSerializer |
---|
manager |
Fields inherited from interface org.apache.cocoon.serialization.Serializer |
---|
ROLE |
Constructor Summary | |
---|---|
POIFSSerializer()
Constructor |
Method Summary | |
---|---|
protected abstract void |
doLocalPostEndDocument()
Extending classes should do whatever they need to do after writing the filesystem out |
protected abstract void |
doLocalPreEndDocument()
Extending classes should do whatever they need to do prior to writing the filesystem out |
protected void |
doPreInitialization(ElementProcessor processor)
perform pre-initialization on an element processor |
void |
endDocument()
Receive notification of the end of a document. |
protected org.apache.poi.poifs.filesystem.POIFSFileSystem |
getFilesystem()
Provide access to the filesystem for extending classes |
Methods inherited from class org.apache.cocoon.serialization.ElementProcessorSerializer |
---|
characters, comment, endCDATA, endDTD, endElement, endEntity, endPrefixMapping, getElementProcessorFactory, getOutputStream, ignorableWhitespace, processingInstruction, SAXExceptionFactory, SAXExceptionFactory, service, setDocumentLocator, setOutputStream, shouldSetContentLength, skippedEntity, startCDATA, startDocument, startDTD, startElement, startEntity, startPrefixMapping |
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled |
---|
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.cocoon.sitemap.SitemapOutputComponent |
---|
getMimeType |
Constructor Detail |
---|
public POIFSSerializer()
Method Detail |
---|
public void endDocument() throws SAXException
SAXException
- if there is an error writing the document to the
output streamprotected org.apache.poi.poifs.filesystem.POIFSFileSystem getFilesystem()
protected abstract void doLocalPreEndDocument()
protected abstract void doLocalPostEndDocument()
protected void doPreInitialization(ElementProcessor processor) throws SAXException
doPreInitialization
in class ElementProcessorSerializer
processor
- the element processor to be iniitialized
SAXException
- on errors
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |