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

All Superinterfaces:
org.apache.avalon.framework.component.Component, ElementProcessor
All Known Implementing Classes:
BaseElementProcessor

public interface POIFSElementProcessor
extends ElementProcessor

extension of ElementProcessor for POIFSSerializers

Author:
Marc Johnson (marc_johnson27591@hotmail.com)

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-2002 Apache Software Foundation. All Rights Reserved.