| java.lang.Object org.apache.poi.poifs.eventfilesystem.POIFSReaderRegistry
POIFSReaderRegistry | class POIFSReaderRegistry (Code) | | A registry for POIFSReaderListeners and the DocumentDescriptors of
the documents those listeners are interested in
author: Marc Johnson (mjohnson at apache dot org) version: %I%, %G% |
POIFSReaderRegistry | POIFSReaderRegistry()(Code) | | Construct the registry
|
getListeners | Iterator getListeners(POIFSDocumentPath path, String name)(Code) | | get am iterator of listeners for a particular document
Parameters: path - the document path Parameters: name - the name of the document an Iterator POIFSReaderListeners; may be empty |
registerListener | void registerListener(POIFSReaderListener listener, POIFSDocumentPath path, String documentName)(Code) | | register a POIFSReaderListener for a particular document
Parameters: listener - the listener Parameters: path - the path of the document of interest Parameters: documentName - the name of the document of interest |
registerListener | void registerListener(POIFSReaderListener listener)(Code) | | register for all documents
Parameters: listener - the listener who wants to get all documents |
|
|