Class implementing a sax handler to read an XML project file.
Methods
|
|
|
|
__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 )
|