Module implementing the handler class for reading an XML project session file.
SessionHandler | Class implementing a sax handler to read an XML project session file. |
None |
Class implementing a sax handler to read an XML project session file.
SessionHandler | Constructor |
characters | Handler called for ordinary text. |
defaultEndElement | Handler method for the common end tags. |
defaultStartElement | Handler method for common start tags. |
endBFilename | Handler method for the "BFilename" end tag. |
endBookmark | Handler method for the "Bookmark" end tag. |
endBreakpoint | Handler method for the "Breakpoint" end tag. |
endCommandLine | Handler method for the "CommandLine" end tag. |
endCondition | Handler method for the "Condition" end tag. |
endElement | Handler called, when an ending tag is found. |
endException | Handler method for the "Exception" end tag. |
endExceptions | Handler method for the "Exceptions" end tag. |
endFilename | Handler method for the "Filename" end tag. |
endWorkingDirectory | Handler method for the "WorkinDirectory" end tag. |
startBookmark | Handler method for the "Bookmark" start tag. |
startBreakpoint | Handler method for the "Breakpoint" start tag. |
startCount | Handler method for the "Count" start tag. |
startDocument | Handler called, when the document parsing is started. |
startElement | Handler called, when a starting tag is found. |
startEnabled | Handler method for the "Enabled" start tag. |
startExceptions | Handler method for the "Exceptions" start tag. |
startFilename | Handler method for the "Filename" start tag. |
startLinenumber | Handler method for the "Linenumber" start tag. |
startReportExceptions | Handler method for the "ReportExceptions" start tag. |
startTracePython | Handler method for the "TracePython" start tag. |
unescape | Private method used to unescape certain characters. |
utf8_to_code | Private method to convert a string to unicode and encode it for XML. |
Constructor
Handler called for ordinary text.
Handler method for the common end tags.
Handler method for common start tags.
Handler method for the "BFilename" end tag.
Handler method for the "Bookmark" end tag.
Handler method for the "Breakpoint" end tag.
Handler method for the "CommandLine" end tag.
Handler method for the "Condition" end tag.
Handler called, when an ending tag is found.
Handler method for the "Exception" end tag.
Handler method for the "Exceptions" end tag.
Handler method for the "Filename" end tag.
Handler method for the "WorkinDirectory" end tag.
Handler method for the "Bookmark" start tag.
Handler method for the "Breakpoint" start tag.
Handler method for the "Count" start tag.
Handler called, when the document parsing is started.
Handler called, when a starting tag is found.
Handler method for the "Enabled" start tag.
Handler method for the "Exceptions" start tag.
Handler method for the "Filename" start tag.
Handler method for the "Linenumber" start tag.
Handler method for the "ReportExceptions" start tag.
Handler method for the "TracePython" start tag.
Private method used to unescape certain characters.
Private method to convert a string to unicode and encode it for XML.