|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Callback
This interfaces defines the callback calls from DAX parsing. A slim and memory-efficient parser of DAX is expected to implement these callbacks, and generate its own information on the fly.
| Method Summary | |
|---|---|
void |
cb_document(Map attributes)
Callback when the opening tag was parsed. |
void |
cb_done()
Callback when the parsing of the document is done. |
void |
cb_filename(Filename filename)
Callback when the section 1 filenames are being parsed. |
void |
cb_job(Job job)
Callback for the job from section 2 jobs. |
void |
cb_parents(String child,
List parents)
Callback for child and parent relationships from section 3. |
| Method Detail |
|---|
void cb_document(Map attributes)
attributes - is a map of attribute key to attribute valuevoid cb_filename(Filename filename)
filename - is a DAX-style filename elements.void cb_job(Job job)
job - is the DAX-style job.
void cb_parents(String child,
List parents)
child - is the IDREF of the child element.parents - is a list of IDREFs of the included parents.void cb_done()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||