Module implementing the handler class for reading an XML project file.
ProjectHandler | Class implementing a sax handler to read an XML project file. |
None |
Class implementing a sax handler to read an XML project file.
ProjectHandler | Constructor |
buildPath | Private method to assemble a path. |
characters | Handler called for ordinary text. |
defaultStartElement | Handler method for common start tags. |
endAuthor | Handler method for the "Author" end tag. |
endDescription | Handler method for the "Description" end tag. |
endDir | Handler method for the "Dir" end tag. |
endElement | Handler called, when an ending tag is found. |
endEmail | Handler method for the "Email" end tag. |
endEric3DocParams | Handler method for the "Eric3DocParams" end tag. |
endForm | Handler method for the "Form" end tag. |
endHappyDocParams | Handler method for the "HappyDocParams" end tag. |
endInterface | Handler method for the "Interface" end tag. |
endMainScript | Handler method for the "MainScript" end tag. |
endName | Handler method for the "Name" end tag. |
endOther | Handler method for the "Other" end tag. |
endSource | Handler method for the "Source" end tag. |
endTranslation | Handler method for the "Translation" end tag. |
endVcsOptions | Handler method for the "VcsOptions" end tag. |
endVcsType | Handler method for the "VcsType" end tag. |
endVersion | Handler method for the "Version" end tag. |
startDocument | Handler called, when the document parsing is started. |
startElement | Handler called, when a starting tag is found. |
startForm | Handler method for the "Form" start tag. |
startInterface | Handler method for the "Interface" start tag. |
startMainScript | Handler method for the "MainScript" start tag. |
startOther | Handler method for the "Other" start tag. |
startSource | Handler method for the "Source" start tag. |
startTranslation | Handler method for the "Translation" start tag. |
utf8_to_code | Private method to convert a string to unicode and encode it for XML. |
Constructor
Private method to assemble a path.
Handler called for ordinary text.
Handler method for common start tags.
Handler method for the "Author" end tag.
Handler method for the "Description" end tag.
Handler method for the "Dir" end tag.
Handler called, when an ending tag is found.
Handler method for the "Email" end tag.
Handler method for the "Eric3DocParams" end tag.
Handler method for the "Form" end tag.
Handler method for the "HappyDocParams" end tag.
Handler method for the "Interface" end tag.
Handler method for the "MainScript" end tag.
Handler method for the "Name" end tag.
Handler method for the "Other" end tag.
Handler method for the "Source" end tag.
Handler method for the "Translation" end tag.
Handler method for the "VcsOptions" end tag.
Handler method for the "VcsType" end tag.
Handler method for the "Version" end tag.
Handler called, when the document parsing is started.
Handler called, when a starting tag is found.
Handler method for the "Form" start tag.
Handler method for the "Interface" start tag.
Handler method for the "MainScript" start tag.
Handler method for the "Other" start tag.
Handler method for the "Source" start tag.
Handler method for the "Translation" start tag.
Private method to convert a string to unicode and encode it for XML.