Table of Contents

Class: SessionHandler eric3/Project/SessionHandler.py

Class implementing a sax handler to read an XML project session file.

Base Classes   
ContentHandler
Methods   
__init__
characters
defaultEndElement
defaultStartElement
endBFilename
endBookmark
endBreakpoint
endCommandLine
endCondition
endElement
endException
endExceptions
endFilename
endWorkingDirectory
startBookmark
startBreakpoint
startCount
startDocument
startElement
startEnabled
startExceptions
startLinenumber
startReportExceptions
unescape
utf8_to_code
  __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 )


Table of Contents

This document was automatically generated by HappyDoc version 2.1