Public Member Functions | |
void | startElement (String uri, String name, String qName, Attributes atts) |
Parses the start element of an XML tag and acts accordingly. | |
Package Attributes | |
AutomatedEngine | engine |
Private Member Functions | |
void | addNotification (Attributes atts) |
Adds a notification with the given attributes. | |
void | addTask (Attributes atts) |
Adds a task with the given attributes. | |
void | changeNotification (Attributes atts) |
Changes a notification with the given attributes. | |
void | changeTask (Attributes atts) |
Changes a task with the given attributes. | |
void | deleteNotification (Attributes atts) |
Deletes a notification with the given attributes. | |
void | deleteTask (Attributes atts) |
Deletes a task with the given attributes. | |
long | extractTime (Attributes atts) |
Extracts the time to add from the attributes, either as an offset from now or an absolute time. |
void edu.cmu.hcii.calo.engine.XMLScriptParser.addNotification | ( | Attributes | atts | ) | [private] |
Adds a notification with the given attributes.
atts | the vector of attributes of this notification |
void edu.cmu.hcii.calo.engine.XMLScriptParser.addTask | ( | Attributes | atts | ) | [private] |
Adds a task with the given attributes.
atts | the vector of attributes of this task |
void edu.cmu.hcii.calo.engine.XMLScriptParser.changeNotification | ( | Attributes | atts | ) | [private] |
Changes a notification with the given attributes.
atts | the vector of attributes of this notification |
void edu.cmu.hcii.calo.engine.XMLScriptParser.changeTask | ( | Attributes | atts | ) | [private] |
Changes a task with the given attributes.
atts | the vector of attributes of this task |
void edu.cmu.hcii.calo.engine.XMLScriptParser.deleteNotification | ( | Attributes | atts | ) | [private] |
Deletes a notification with the given attributes.
atts | the vector of attributes of this notification |
void edu.cmu.hcii.calo.engine.XMLScriptParser.deleteTask | ( | Attributes | atts | ) | [private] |
Deletes a task with the given attributes.
atts | the vector of attributes of this task |
long edu.cmu.hcii.calo.engine.XMLScriptParser.extractTime | ( | Attributes | atts | ) | [private] |
Extracts the time to add from the attributes, either as an offset from now or an absolute time.
atts | the vector of attributes to extract the time from |
void edu.cmu.hcii.calo.engine.XMLScriptParser.startElement | ( | String | uri, | |
String | name, | |||
String | qName, | |||
Attributes | atts | |||
) |
Parses the start element of an XML tag and acts accordingly.