Class implementing a sax handler to read an XML project session file.
Methods
|
|
|
|
__init__
|
__init__ ( self, project )
|
|
characters
|
characters ( self, chars )
|
|
defaultEndElement
|
defaultEndElement ( self )
|
|
defaultStartElement
|
defaultStartElement ( self, attrs )
|
|
endBFilename
|
endBFilename ( self )
|
|
endBookmark
|
endBookmark ( self )
|
|
endBreakpoint
|
endBreakpoint ( self )
|
|
endCommandLine
|
endCommandLine ( self )
|
|
endCondition
|
endCondition ( self )
|
|
endElement
|
endElement ( self, name )
|
|
endException
|
endException ( self )
|
|
endExceptions
|
endExceptions ( self )
|
|
endFilename
|
endFilename ( self )
|
|
endWorkingDirectory
|
endWorkingDirectory ( self )
|
|
startBookmark
|
startBookmark ( self, attrs )
|
|
startBreakpoint
|
startBreakpoint ( self, attrs )
|
|
startCount
|
startCount ( self, attrs )
|
|
startDocument
|
startDocument ( self )
|
|
startElement
|
startElement (
self,
name,
attrs,
)
|
|
startEnabled
|
startEnabled ( self, attrs )
|
|
startExceptions
|
startExceptions ( self, attrs )
|
|
startLinenumber
|
startLinenumber ( self, attrs )
|
|
startReportExceptions
|
startReportExceptions ( self, attrs )
|
|
unescape
|
unescape ( self, text )
|
|
utf8_to_code
|
utf8_to_code ( self, text )
|