Table of Contents

Class: ProjectHandler eric3/Project/ProjectHandler.py

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

Base Classes   
ContentHandler
Methods   
__init__
characters
defaultStartElement
endAuthor
endDescription
endDir
endElement
endEmail
endForm
endHappyDocParams
endInterface
endMainScript
endName
endOther
endSource
endTranslation
endVcsOptions
endVcsType
endVersion
startDocument
startElement
startForm
startInterface
startMainScript
startOther
startSource
startTranslation
utf8_to_code
  __init__ 
__init__ ( self,  project )

  characters 
characters ( self,  chars )

  defaultStartElement 
defaultStartElement ( self,  attrs )

  endAuthor 
endAuthor ( self )

  endDescription 
endDescription ( self )

  endDir 
endDir ( self )

  endElement 
endElement ( self,  name )

  endEmail 
endEmail ( self )

  endForm 
endForm ( self )

  endHappyDocParams 
endHappyDocParams ( self )

  endInterface 
endInterface ( self )

  endMainScript 
endMainScript ( self )

  endName 
endName ( self )

  endOther 
endOther ( self )

  endSource 
endSource ( self )

  endTranslation 
endTranslation ( self )

  endVcsOptions 
endVcsOptions ( self )

  endVcsType 
endVcsType ( self )

  endVersion 
endVersion ( self )

  startDocument 
startDocument ( self )

  startElement 
startElement (
        self,
        name,
        attrs,
        )

  startForm 
startForm ( self,  attrs )

  startInterface 
startInterface ( self,  attrs )

  startMainScript 
startMainScript ( self,  attrs )

  startOther 
startOther ( self,  attrs )

  startSource 
startSource ( self,  attrs )

  startTranslation 
startTranslation ( self,  attrs )

  utf8_to_code 
utf8_to_code ( self,  text )


Table of Contents

This document was automatically generated by HappyDoc version 2.1