|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XElementConsumer
XMLRecordConsumer Interface defines the method signatures used to notify the consumer object of parsing errors, document starts, record reads, and document ends.
| Method Summary | |
|---|---|
void |
documentEndEvent()
Signals that the END of the XML document has been reached. |
void |
documentStartEvent()
Signals that the START of the XML document has been reached. |
void |
recordReadEvent(XElement o)
Signals that a record object, an xml element, has been fully read in. |
| Method Detail |
|---|
void documentEndEvent()
throws Exception
Exception - Description of Exception
void documentStartEvent()
throws Exception
Exception - Description of Exception
void recordReadEvent(XElement o)
throws Exception
o - Description of Parameter
Exception - Description of Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||