Module implementing the handler class for reading an XML tasks file.
None |
TasksHandler | Class implementing a sax handler to read an XML tasks file. |
None |
Class implementing a sax handler to read an XML tasks file.
None |
None |
TasksHandler | Constructor |
__buildPath | Private method to assemble a path. |
endCreated | Handler method for the "Created" end tag. |
endDescription | Handler method for the "Description" end tag. |
endDir | Handler method for the "Dir" end tag. |
endFilename | Handler method for the "Filename" end tag. |
endLinenumber | Handler method for the "Linenumber" end tag. |
endName | Handler method for the "Name" end tag. |
endSummary | Handler method for the "Summary" end tag. |
endTask | Handler method for the "Task" end tag. |
getVersion | Public method to retrieve the version of the tasks file. |
startDocumentTasks | Handler called, when the document parsing is started. |
startFilename | Handler method for the "Filename" start tag. |
startTask | Handler method for the "Task" start tag. |
startTasks | Handler method for the "Tasks" start tag. |
None |
Constructor
Private method to assemble a path.
Handler method for the "Created" end tag.
Handler method for the "Description" end tag.
Handler method for the "Dir" end tag.
Handler method for the "Filename" end tag.
Handler method for the "Linenumber" end tag.
Handler method for the "Name" end tag.
Handler method for the "Summary" end tag.
Handler method for the "Task" end tag.
Public method to retrieve the version of the tasks file.
Handler called, when the document parsing is started.
Handler method for the "Filename" start tag.
Handler method for the "Task" start tag.
Handler method for the "Tasks" start tag.