public interface OpenXMLPartHandler extends Iterator<Event>
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
void |
logEvent(Event e) |
Event |
next() |
Event |
open(String documentId,
String subDocumentId,
LocaleId srcLang)
Open this part and perform any initial processing.
|
forEachRemaining, removeEvent open(String documentId, String subDocumentId, LocaleId srcLang) throws IOException, XMLStreamException
documentId - document identifiersubDocumentId - sub-document identifiersrcLang - the locale of the sourceIOException - if any problem is encounteredXMLStreamExceptionvoid close()
void logEvent(Event e)
Copyright © 2019. All rights reserved.