private class SingleLook.MyCallBackHandler extends Object implements org.griphyn.vdl.euryale.Callback
Constructor and Description |
---|
SingleLook.MyCallBackHandler()
The empty constructor.
|
Modifier and Type | Method and Description |
---|---|
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(org.griphyn.vdl.dax.Filename filename)
Callback for the filename from section 1 filenames.
|
void |
cb_job(org.griphyn.vdl.dax.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.
|
public SingleLook.MyCallBackHandler()
public void cb_document(Map attributes)
cb_document
in interface org.griphyn.vdl.euryale.Callback
attributes
- is a map of attribute key to attribute valuepublic void cb_filename(org.griphyn.vdl.dax.Filename filename)
cb_filename
in interface org.griphyn.vdl.euryale.Callback
filename
- is a DAX-style filename elements.public void cb_job(org.griphyn.vdl.dax.Job job)
cb_job
in interface org.griphyn.vdl.euryale.Callback
job
- the object containing the job information.public void cb_parents(String child, List parents)
cb_parents
in interface org.griphyn.vdl.euryale.Callback
child
- is the IDREF of the child element.parents
- is a list of IDREFs of the included parents.public void cb_done()
cb_done
in interface org.griphyn.vdl.euryale.Callback
Copyright © 2011 The University of Southern California. All Rights Reserved.