|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 (src) o)
Signals that a record object, an xml element, has been fully read in. |
Method Detail |
public void documentEndEvent() throws java.lang.Exception
java.lang.Exception
- Description of Exceptionpublic void documentStartEvent() throws java.lang.Exception
java.lang.Exception
- Description of Exceptionpublic void recordReadEvent(XElement (src) o) throws java.lang.Exception
o
- Description of Parameter
java.lang.Exception
- Description of Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |