|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public void cb_document(Map attributes)
attributes - is a map of attribute key to attribute valuepublic void cb_filename(Filename filename)
filename - is a DAX-style filename elements.public void cb_job(Job job)
job - is the DAX-style job.
public 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.public void cb_done()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||