|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExportingIterator<E>
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface java.util.Iterator |
|---|
hasNext, next, remove |
| Method Detail |
|---|
void export(ExportWriter output)
throws XMLStreamException
Can throw a runtime exception to denote a failure.
output -
XMLStreamExceptionString getNotes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||