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)
Method Summary |
void |
setFilesystem(org.apache.poi.poifs.filesystem.POIFSFileSystem fs)
Set the POIFSFileSystem for the element processor |
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.