org.apache.cocoon.components.elementprocessor.impl.poi
Interface POIFSElementProcessor

All Superinterfaces:
ElementProcessor
All Known Implementing Classes:
BaseElementProcessor

public interface POIFSElementProcessor
extends ElementProcessor

extension of ElementProcessor for POIFSSerializers

Version:
CVS $Id: POIFSElementProcessor.java 30941 2004-07-29 19:56:58Z vgritsenko $
Author:
Marc Johnson (marc_johnson27591@hotmail.com)

Field Summary
 
Fields inherited from interface org.apache.cocoon.components.elementprocessor.ElementProcessor
ROLE
 
Method Summary
 void setFilesystem(org.apache.poi.poifs.filesystem.POIFSFileSystem fs)
          Set the POIFSFileSystem for the element processor
 
Methods inherited from interface org.apache.cocoon.components.elementprocessor.ElementProcessor
acceptCharacters, acceptWhitespaceCharacters, endProcessing, initialize
 

Method Detail

setFilesystem

public void setFilesystem(org.apache.poi.poifs.filesystem.POIFSFileSystem fs)
Set the POIFSFileSystem for the element processor

Parameters:
fs - the POIFSFileSystem instance


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