Class EventWorkbookBuilder.SheetRecordCollectingListener
java.lang.Object
org.apache.poi.hssf.eventusermodel.EventWorkbookBuilder.SheetRecordCollectingListener
- All Implemented Interfaces:
HSSFListener
- Enclosing class:
- EventWorkbookBuilder
public static class EventWorkbookBuilder.SheetRecordCollectingListener
extends Object
implements HSSFListener
A wrapping HSSFListener which will collect
BoundSheetRecord
s and ExternSheetRecord
s as
they go past, so you can create a Stub InternalWorkbook
from
them once required.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
processRecord
(Record record) Process this record ourselves, and then pass it on to our child listenervoid
processRecordInternally
(Record record) Process the record ourselves, but do not pass it on to the child Listener.
-
Constructor Details
-
SheetRecordCollectingListener
-
-
Method Details
-
getBoundSheetRecords
-
getExternSheetRecords
-
getSSTRecord
-
getStubHSSFWorkbook
-
getStubWorkbook
-
processRecord
Process this record ourselves, and then pass it on to our child listener- Specified by:
processRecord
in interfaceHSSFListener
- Parameters:
record
- the record to be processed
-
processRecordInternally
Process the record ourselves, but do not pass it on to the child Listener.- Parameters:
record
- the record to be processed
-