public interface ExportingIterator<E> extends Iterator<E>
| Modifier and Type | Method and Description |
|---|---|
void |
export(ExportWriter output)
Exports the current entity using the provided writer.
|
String |
getNotes()
This is the opportunity for the exporter to submit some
messages that will be transfered to the export file.
|
void export(ExportWriter output) throws XMLStreamException
Can throw a runtime exception to denote a failure.
output - XMLStreamExceptionString getNotes()
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.