Mon, 26 Jul 2010 19:59:27 +0200
Added another style for the source docu.
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> <html><head> <title>eric5.E5XML.ProjectHandler</title> <style> body { background: white; margin: 0em 1em 10em 1em; color: black; } h1 { color: white; background: #85774A; } h2 { color: white; background: #85774A; } h3 { color: black; background: #C1BBA4; } h4 { color: black; background: #C1BBA4; } a { color: #C07037; } </style> </head> <body><a NAME="top" ID="top"></a> <h1>eric5.E5XML.ProjectHandler</h1> <p> Module implementing the handler class for reading an XML project file. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#ProjectHandler">ProjectHandler</a></td> <td>Class implementing a sax handler to read an XML project file.</td> </tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /><hr /> <a NAME="ProjectHandler" ID="ProjectHandler"></a> <h2>ProjectHandler</h2> <p> Class implementing a sax handler to read an XML project file. </p> <h3>Derived from</h3> XMLHandlerBase <h3>Class Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Methods</h3> <table> <tr> <td><a href="#ProjectHandler.__init__">ProjectHandler</a></td> <td>Constructor</td> </tr><tr> <td><a href="#ProjectHandler.__buildPath">__buildPath</a></td> <td>Private method to assemble a path.</td> </tr><tr> <td><a href="#ProjectHandler.endAuthor">endAuthor</a></td> <td>Handler method for the "Author" end tag.</td> </tr><tr> <td><a href="#ProjectHandler.endCheckersParams">endCheckersParams</a></td> <td>Handler method for the "CheckersParams" end tag.</td> </tr><tr> <td><a href="#ProjectHandler.endCxfreezeParams">endCxfreezeParams</a></td> <td>Handler method for the "CxfreezeParams" end tag.</td> </tr><tr> <td><a href="#ProjectHandler.endDescription">endDescription</a></td> <td>Handler method for the "Description" end tag.</td> </tr><tr> <td><a href="#ProjectHandler.endDir">endDir</a></td> <td>Handler method for the "Dir" end tag.</td> </tr><tr> <td><a href="#ProjectHandler.endDocumentationParams">endDocumentationParams</a></td> <td>Handler method for the "DocumentationParams" end tag.</td> </tr><tr> <td><a href="#ProjectHandler.endEmail">endEmail</a></td> <td>Handler method for the "Email" end tag.</td> </tr><tr> <td><a href="#ProjectHandler.endEric4ApiParams">endEric4ApiParams</a></td> <td>Handler method for the "Eric4ApiParams" end tag.</td> </tr><tr> <td><a href="#ProjectHandler.endEric4DocParams">endEric4DocParams</a></td> <td>Handler method for the "Eric4DocParams" end tag.</td> </tr><tr> <td><a href="#ProjectHandler.endForm">endForm</a></td> <td>Handler method for the "Form" end tag.</td> </tr><tr> <td><a href="#ProjectHandler.endHash">endHash</a></td> <td>Handler method for the "Hash" end tag.</td> </tr><tr> <td><a href="#ProjectHandler.endInterface">endInterface</a></td> <td>Handler method for the "Interface" end tag.</td> </tr><tr> <td><a href="#ProjectHandler.endLanguage">endLanguage</a></td> <td>Handler method for the "Language" end tag.</td> </tr><tr> <td><a href="#ProjectHandler.endMainScript">endMainScript</a></td> <td>Handler method for the "MainScript" end tag.</td> </tr><tr> <td><a href="#ProjectHandler.endName">endName</a></td> <td>Handler method for the "Name" end tag.</td> </tr><tr> <td><a href="#ProjectHandler.endOther">endOther</a></td> <td>Handler method for the "Other" end tag.</td> </tr><tr> <td><a href="#ProjectHandler.endOtherToolsParams">endOtherToolsParams</a></td> <td>Handler method for the "OtherToolsParams" end tag.</td> </tr><tr> <td><a href="#ProjectHandler.endPackagersParams">endPackagersParams</a></td> <td>Handler method for the "PackagersParams" end tag.</td> </tr><tr> <td><a href="#ProjectHandler.endProgLanguage">endProgLanguage</a></td> <td>Handler method for the "ProgLanguage" end tag.</td> </tr><tr> <td><a href="#ProjectHandler.endProjectExcludeList">endProjectExcludeList</a></td> <td>Handler method for the "ProjectExcludeList" end tag.</td> </tr><tr> <td><a href="#ProjectHandler.endProjectType">endProjectType</a></td> <td>Handler method for the "ProjectType" end tag.</td> </tr><tr> <td><a href="#ProjectHandler.endProjectTypeSpecificData">endProjectTypeSpecificData</a></td> <td>Handler method for the "ProjectTypeSpecificData" end tag.</td> </tr><tr> <td><a href="#ProjectHandler.endProjectWordList">endProjectWordList</a></td> <td>Handler method for the "ProjectWordList" end tag.</td> </tr><tr> <td><a href="#ProjectHandler.endPyLintParams">endPyLintParams</a></td> <td>Handler method for the "PyLintParams" end tag.</td> </tr><tr> <td><a href="#ProjectHandler.endResource">endResource</a></td> <td>Handler method for the "Resource" end tag.</td> </tr><tr> <td><a href="#ProjectHandler.endSource">endSource</a></td> <td>Handler method for the "Source" end tag.</td> </tr><tr> <td><a href="#ProjectHandler.endTranslation">endTranslation</a></td> <td>Handler method for the "Translation" end tag.</td> </tr><tr> <td><a href="#ProjectHandler.endTranslationException">endTranslationException</a></td> <td>Handler method for the "TranslationException" end tag.</td> </tr><tr> <td><a href="#ProjectHandler.endTranslationPattern">endTranslationPattern</a></td> <td>Handler method for the "TranslationPattern" end tag.</td> </tr><tr> <td><a href="#ProjectHandler.endTranslationPrefix">endTranslationPrefix</a></td> <td>Handler method for the "TranslationPrefix" end tag.</td> </tr><tr> <td><a href="#ProjectHandler.endTranslationsBinPath">endTranslationsBinPath</a></td> <td>Handler method for the "TranslationsBinPath" end tag.</td> </tr><tr> <td><a href="#ProjectHandler.endUIType">endUIType</a></td> <td>Handler method for the "UIType" end tag.</td> </tr><tr> <td><a href="#ProjectHandler.endVcsOptions">endVcsOptions</a></td> <td>Handler method for the "VcsOptions" end tag.</td> </tr><tr> <td><a href="#ProjectHandler.endVcsOtherData">endVcsOtherData</a></td> <td>Handler method for the "VcsOtherData" end tag.</td> </tr><tr> <td><a href="#ProjectHandler.endVcsType">endVcsType</a></td> <td>Handler method for the "VcsType" end tag.</td> </tr><tr> <td><a href="#ProjectHandler.endVersion">endVersion</a></td> <td>Handler method for the "Version" end tag.</td> </tr><tr> <td><a href="#ProjectHandler.getVersion">getVersion</a></td> <td>Public method to retrieve the version of the project.</td> </tr><tr> <td><a href="#ProjectHandler.startCheckersParams">startCheckersParams</a></td> <td>Handler method for the "CheckersParams" start tag.</td> </tr><tr> <td><a href="#ProjectHandler.startCxfreezeParams">startCxfreezeParams</a></td> <td>Handler method for the "CxfreezeParams" start tag.</td> </tr><tr> <td><a href="#ProjectHandler.startDocumentProject">startDocumentProject</a></td> <td>Handler called, when the document parsing is started.</td> </tr><tr> <td><a href="#ProjectHandler.startDocumentationParams">startDocumentationParams</a></td> <td>Handler method for the "DocumentationParams" start tag.</td> </tr><tr> <td><a href="#ProjectHandler.startEol">startEol</a></td> <td>Handler method for the "Eol" start tag.</td> </tr><tr> <td><a href="#ProjectHandler.startEric4ApiParams">startEric4ApiParams</a></td> <td>Handler method for the "Eric4ApiParams" start tag.</td> </tr><tr> <td><a href="#ProjectHandler.startEric4DocParams">startEric4DocParams</a></td> <td>Handler method for the "Eric4DocParams" start tag.</td> </tr><tr> <td><a href="#ProjectHandler.startFiletypeAssociation">startFiletypeAssociation</a></td> <td>Handler method for the "FiletypeAssociation" start tag.</td> </tr><tr> <td><a href="#ProjectHandler.startForm">startForm</a></td> <td>Handler method for the "Form" start tag.</td> </tr><tr> <td><a href="#ProjectHandler.startInterface">startInterface</a></td> <td>Handler method for the "Interface" start tag.</td> </tr><tr> <td><a href="#ProjectHandler.startLexerAssociation">startLexerAssociation</a></td> <td>Handler method for the "LexerAssociation" start tag.</td> </tr><tr> <td><a href="#ProjectHandler.startMainScript">startMainScript</a></td> <td>Handler method for the "MainScript" start tag.</td> </tr><tr> <td><a href="#ProjectHandler.startOther">startOther</a></td> <td>Handler method for the "Other" start tag.</td> </tr><tr> <td><a href="#ProjectHandler.startOtherToolsParams">startOtherToolsParams</a></td> <td>Handler method for the "OtherToolsParams" start tag.</td> </tr><tr> <td><a href="#ProjectHandler.startPackagersParams">startPackagersParams</a></td> <td>Handler method for the "PackagersParams" start tag.</td> </tr><tr> <td><a href="#ProjectHandler.startProgLanguage">startProgLanguage</a></td> <td>Handler method for the "Source" start tag.</td> </tr><tr> <td><a href="#ProjectHandler.startProject">startProject</a></td> <td>Handler method for the "Project" start tag.</td> </tr><tr> <td><a href="#ProjectHandler.startProjectTypeSpecificData">startProjectTypeSpecificData</a></td> <td>Handler method for the "ProjectTypeSpecificData" start tag.</td> </tr><tr> <td><a href="#ProjectHandler.startPyLintParams">startPyLintParams</a></td> <td>Handler method for the "PyLintParams" start tag.</td> </tr><tr> <td><a href="#ProjectHandler.startResource">startResource</a></td> <td>Handler method for the "Resource" start tag.</td> </tr><tr> <td><a href="#ProjectHandler.startSource">startSource</a></td> <td>Handler method for the "Source" start tag.</td> </tr><tr> <td><a href="#ProjectHandler.startTranslation">startTranslation</a></td> <td>Handler method for the "Translation" start tag.</td> </tr><tr> <td><a href="#ProjectHandler.startTranslationException">startTranslationException</a></td> <td>Handler method for the "TranslationException" start tag.</td> </tr><tr> <td><a href="#ProjectHandler.startTranslationPrefix">startTranslationPrefix</a></td> <td>Handler method for the "TranslationPrefix" start tag.</td> </tr><tr> <td><a href="#ProjectHandler.startTranslationsBinPath">startTranslationsBinPath</a></td> <td>Handler method for the "TranslationsBinPath" start tag.</td> </tr><tr> <td><a href="#ProjectHandler.startVcsOptions">startVcsOptions</a></td> <td>Handler method for the "VcsOptions" start tag.</td> </tr><tr> <td><a href="#ProjectHandler.startVcsOtherData">startVcsOtherData</a></td> <td>Handler method for the "VcsOtherData" start tag.</td> </tr> </table> <a NAME="ProjectHandler.__init__" ID="ProjectHandler.__init__"></a> <h4>ProjectHandler (Constructor)</h4> <b>ProjectHandler</b>(<i>project</i>) <p> Constructor </p><dl> <dt><i>project</i></dt> <dd> Reference to the project object to store the information into. </dd> </dl><a NAME="ProjectHandler.__buildPath" ID="ProjectHandler.__buildPath"></a> <h4>ProjectHandler.__buildPath</h4> <b>__buildPath</b>(<i></i>) <p> Private method to assemble a path. </p><dl> <dt>Returns:</dt> <dd> The ready assembled path. (string) </dd> </dl><a NAME="ProjectHandler.endAuthor" ID="ProjectHandler.endAuthor"></a> <h4>ProjectHandler.endAuthor</h4> <b>endAuthor</b>(<i></i>) <p> Handler method for the "Author" end tag. </p><a NAME="ProjectHandler.endCheckersParams" ID="ProjectHandler.endCheckersParams"></a> <h4>ProjectHandler.endCheckersParams</h4> <b>endCheckersParams</b>(<i></i>) <p> Handler method for the "CheckersParams" end tag. </p><a NAME="ProjectHandler.endCxfreezeParams" ID="ProjectHandler.endCxfreezeParams"></a> <h4>ProjectHandler.endCxfreezeParams</h4> <b>endCxfreezeParams</b>(<i></i>) <p> Handler method for the "CxfreezeParams" end tag. </p><a NAME="ProjectHandler.endDescription" ID="ProjectHandler.endDescription"></a> <h4>ProjectHandler.endDescription</h4> <b>endDescription</b>(<i></i>) <p> Handler method for the "Description" end tag. </p><a NAME="ProjectHandler.endDir" ID="ProjectHandler.endDir"></a> <h4>ProjectHandler.endDir</h4> <b>endDir</b>(<i></i>) <p> Handler method for the "Dir" end tag. </p><a NAME="ProjectHandler.endDocumentationParams" ID="ProjectHandler.endDocumentationParams"></a> <h4>ProjectHandler.endDocumentationParams</h4> <b>endDocumentationParams</b>(<i></i>) <p> Handler method for the "DocumentationParams" end tag. </p><a NAME="ProjectHandler.endEmail" ID="ProjectHandler.endEmail"></a> <h4>ProjectHandler.endEmail</h4> <b>endEmail</b>(<i></i>) <p> Handler method for the "Email" end tag. </p><a NAME="ProjectHandler.endEric4ApiParams" ID="ProjectHandler.endEric4ApiParams"></a> <h4>ProjectHandler.endEric4ApiParams</h4> <b>endEric4ApiParams</b>(<i></i>) <p> Handler method for the "Eric4ApiParams" end tag. </p><a NAME="ProjectHandler.endEric4DocParams" ID="ProjectHandler.endEric4DocParams"></a> <h4>ProjectHandler.endEric4DocParams</h4> <b>endEric4DocParams</b>(<i></i>) <p> Handler method for the "Eric4DocParams" end tag. </p><a NAME="ProjectHandler.endForm" ID="ProjectHandler.endForm"></a> <h4>ProjectHandler.endForm</h4> <b>endForm</b>(<i></i>) <p> Handler method for the "Form" end tag. </p><a NAME="ProjectHandler.endHash" ID="ProjectHandler.endHash"></a> <h4>ProjectHandler.endHash</h4> <b>endHash</b>(<i></i>) <p> Handler method for the "Hash" end tag. </p><a NAME="ProjectHandler.endInterface" ID="ProjectHandler.endInterface"></a> <h4>ProjectHandler.endInterface</h4> <b>endInterface</b>(<i></i>) <p> Handler method for the "Interface" end tag. </p><a NAME="ProjectHandler.endLanguage" ID="ProjectHandler.endLanguage"></a> <h4>ProjectHandler.endLanguage</h4> <b>endLanguage</b>(<i></i>) <p> Handler method for the "Language" end tag. </p><a NAME="ProjectHandler.endMainScript" ID="ProjectHandler.endMainScript"></a> <h4>ProjectHandler.endMainScript</h4> <b>endMainScript</b>(<i></i>) <p> Handler method for the "MainScript" end tag. </p><a NAME="ProjectHandler.endName" ID="ProjectHandler.endName"></a> <h4>ProjectHandler.endName</h4> <b>endName</b>(<i></i>) <p> Handler method for the "Name" end tag. </p><a NAME="ProjectHandler.endOther" ID="ProjectHandler.endOther"></a> <h4>ProjectHandler.endOther</h4> <b>endOther</b>(<i></i>) <p> Handler method for the "Other" end tag. </p><a NAME="ProjectHandler.endOtherToolsParams" ID="ProjectHandler.endOtherToolsParams"></a> <h4>ProjectHandler.endOtherToolsParams</h4> <b>endOtherToolsParams</b>(<i></i>) <p> Handler method for the "OtherToolsParams" end tag. </p><a NAME="ProjectHandler.endPackagersParams" ID="ProjectHandler.endPackagersParams"></a> <h4>ProjectHandler.endPackagersParams</h4> <b>endPackagersParams</b>(<i></i>) <p> Handler method for the "PackagersParams" end tag. </p><a NAME="ProjectHandler.endProgLanguage" ID="ProjectHandler.endProgLanguage"></a> <h4>ProjectHandler.endProgLanguage</h4> <b>endProgLanguage</b>(<i></i>) <p> Handler method for the "ProgLanguage" end tag. </p><a NAME="ProjectHandler.endProjectExcludeList" ID="ProjectHandler.endProjectExcludeList"></a> <h4>ProjectHandler.endProjectExcludeList</h4> <b>endProjectExcludeList</b>(<i></i>) <p> Handler method for the "ProjectExcludeList" end tag. </p><a NAME="ProjectHandler.endProjectType" ID="ProjectHandler.endProjectType"></a> <h4>ProjectHandler.endProjectType</h4> <b>endProjectType</b>(<i></i>) <p> Handler method for the "ProjectType" end tag. </p><a NAME="ProjectHandler.endProjectTypeSpecificData" ID="ProjectHandler.endProjectTypeSpecificData"></a> <h4>ProjectHandler.endProjectTypeSpecificData</h4> <b>endProjectTypeSpecificData</b>(<i></i>) <p> Handler method for the "ProjectTypeSpecificData" end tag. </p><a NAME="ProjectHandler.endProjectWordList" ID="ProjectHandler.endProjectWordList"></a> <h4>ProjectHandler.endProjectWordList</h4> <b>endProjectWordList</b>(<i></i>) <p> Handler method for the "ProjectWordList" end tag. </p><a NAME="ProjectHandler.endPyLintParams" ID="ProjectHandler.endPyLintParams"></a> <h4>ProjectHandler.endPyLintParams</h4> <b>endPyLintParams</b>(<i></i>) <p> Handler method for the "PyLintParams" end tag. </p><a NAME="ProjectHandler.endResource" ID="ProjectHandler.endResource"></a> <h4>ProjectHandler.endResource</h4> <b>endResource</b>(<i></i>) <p> Handler method for the "Resource" end tag. </p><a NAME="ProjectHandler.endSource" ID="ProjectHandler.endSource"></a> <h4>ProjectHandler.endSource</h4> <b>endSource</b>(<i></i>) <p> Handler method for the "Source" end tag. </p><a NAME="ProjectHandler.endTranslation" ID="ProjectHandler.endTranslation"></a> <h4>ProjectHandler.endTranslation</h4> <b>endTranslation</b>(<i></i>) <p> Handler method for the "Translation" end tag. </p><a NAME="ProjectHandler.endTranslationException" ID="ProjectHandler.endTranslationException"></a> <h4>ProjectHandler.endTranslationException</h4> <b>endTranslationException</b>(<i></i>) <p> Handler method for the "TranslationException" end tag. </p><a NAME="ProjectHandler.endTranslationPattern" ID="ProjectHandler.endTranslationPattern"></a> <h4>ProjectHandler.endTranslationPattern</h4> <b>endTranslationPattern</b>(<i></i>) <p> Handler method for the "TranslationPattern" end tag. </p><a NAME="ProjectHandler.endTranslationPrefix" ID="ProjectHandler.endTranslationPrefix"></a> <h4>ProjectHandler.endTranslationPrefix</h4> <b>endTranslationPrefix</b>(<i></i>) <p> Handler method for the "TranslationPrefix" end tag. </p><a NAME="ProjectHandler.endTranslationsBinPath" ID="ProjectHandler.endTranslationsBinPath"></a> <h4>ProjectHandler.endTranslationsBinPath</h4> <b>endTranslationsBinPath</b>(<i></i>) <p> Handler method for the "TranslationsBinPath" end tag. </p><a NAME="ProjectHandler.endUIType" ID="ProjectHandler.endUIType"></a> <h4>ProjectHandler.endUIType</h4> <b>endUIType</b>(<i></i>) <p> Handler method for the "UIType" end tag. </p><a NAME="ProjectHandler.endVcsOptions" ID="ProjectHandler.endVcsOptions"></a> <h4>ProjectHandler.endVcsOptions</h4> <b>endVcsOptions</b>(<i></i>) <p> Handler method for the "VcsOptions" end tag. </p><a NAME="ProjectHandler.endVcsOtherData" ID="ProjectHandler.endVcsOtherData"></a> <h4>ProjectHandler.endVcsOtherData</h4> <b>endVcsOtherData</b>(<i></i>) <p> Handler method for the "VcsOtherData" end tag. </p><a NAME="ProjectHandler.endVcsType" ID="ProjectHandler.endVcsType"></a> <h4>ProjectHandler.endVcsType</h4> <b>endVcsType</b>(<i></i>) <p> Handler method for the "VcsType" end tag. </p><a NAME="ProjectHandler.endVersion" ID="ProjectHandler.endVersion"></a> <h4>ProjectHandler.endVersion</h4> <b>endVersion</b>(<i></i>) <p> Handler method for the "Version" end tag. </p><a NAME="ProjectHandler.getVersion" ID="ProjectHandler.getVersion"></a> <h4>ProjectHandler.getVersion</h4> <b>getVersion</b>(<i></i>) <p> Public method to retrieve the version of the project. </p><dl> <dt>Returns:</dt> <dd> String containing the version number. </dd> </dl><a NAME="ProjectHandler.startCheckersParams" ID="ProjectHandler.startCheckersParams"></a> <h4>ProjectHandler.startCheckersParams</h4> <b>startCheckersParams</b>(<i>attrs</i>) <p> Handler method for the "CheckersParams" start tag. </p><dl> <dt><i>attrs</i></dt> <dd> list of tag attributes </dd> </dl><a NAME="ProjectHandler.startCxfreezeParams" ID="ProjectHandler.startCxfreezeParams"></a> <h4>ProjectHandler.startCxfreezeParams</h4> <b>startCxfreezeParams</b>(<i>attrs</i>) <p> Handler method for the "CxfreezeParams" start tag. </p><dl> <dt><i>attrs</i></dt> <dd> list of tag attributes </dd> </dl><a NAME="ProjectHandler.startDocumentProject" ID="ProjectHandler.startDocumentProject"></a> <h4>ProjectHandler.startDocumentProject</h4> <b>startDocumentProject</b>(<i></i>) <p> Handler called, when the document parsing is started. </p><a NAME="ProjectHandler.startDocumentationParams" ID="ProjectHandler.startDocumentationParams"></a> <h4>ProjectHandler.startDocumentationParams</h4> <b>startDocumentationParams</b>(<i>attrs</i>) <p> Handler method for the "DocumentationParams" start tag. </p><dl> <dt><i>attrs</i></dt> <dd> list of tag attributes </dd> </dl><a NAME="ProjectHandler.startEol" ID="ProjectHandler.startEol"></a> <h4>ProjectHandler.startEol</h4> <b>startEol</b>(<i>attrs</i>) <p> Handler method for the "Eol" start tag. </p><dl> <dt><i>attrs</i></dt> <dd> list of tag attributes </dd> </dl><a NAME="ProjectHandler.startEric4ApiParams" ID="ProjectHandler.startEric4ApiParams"></a> <h4>ProjectHandler.startEric4ApiParams</h4> <b>startEric4ApiParams</b>(<i>attrs</i>) <p> Handler method for the "Eric4ApiParams" start tag. </p><dl> <dt><i>attrs</i></dt> <dd> list of tag attributes </dd> </dl><a NAME="ProjectHandler.startEric4DocParams" ID="ProjectHandler.startEric4DocParams"></a> <h4>ProjectHandler.startEric4DocParams</h4> <b>startEric4DocParams</b>(<i>attrs</i>) <p> Handler method for the "Eric4DocParams" start tag. </p><dl> <dt><i>attrs</i></dt> <dd> list of tag attributes </dd> </dl><a NAME="ProjectHandler.startFiletypeAssociation" ID="ProjectHandler.startFiletypeAssociation"></a> <h4>ProjectHandler.startFiletypeAssociation</h4> <b>startFiletypeAssociation</b>(<i>attrs</i>) <p> Handler method for the "FiletypeAssociation" start tag. </p><dl> <dt><i>attrs</i></dt> <dd> list of tag attributes </dd> </dl><a NAME="ProjectHandler.startForm" ID="ProjectHandler.startForm"></a> <h4>ProjectHandler.startForm</h4> <b>startForm</b>(<i>attrs</i>) <p> Handler method for the "Form" start tag. </p><dl> <dt><i>attrs</i></dt> <dd> list of tag attributes </dd> </dl><a NAME="ProjectHandler.startInterface" ID="ProjectHandler.startInterface"></a> <h4>ProjectHandler.startInterface</h4> <b>startInterface</b>(<i>attrs</i>) <p> Handler method for the "Interface" start tag. </p><dl> <dt><i>attrs</i></dt> <dd> list of tag attributes </dd> </dl><a NAME="ProjectHandler.startLexerAssociation" ID="ProjectHandler.startLexerAssociation"></a> <h4>ProjectHandler.startLexerAssociation</h4> <b>startLexerAssociation</b>(<i>attrs</i>) <p> Handler method for the "LexerAssociation" start tag. </p><dl> <dt><i>attrs</i></dt> <dd> list of tag attributes </dd> </dl><a NAME="ProjectHandler.startMainScript" ID="ProjectHandler.startMainScript"></a> <h4>ProjectHandler.startMainScript</h4> <b>startMainScript</b>(<i>attrs</i>) <p> Handler method for the "MainScript" start tag. </p><dl> <dt><i>attrs</i></dt> <dd> list of tag attributes </dd> </dl><a NAME="ProjectHandler.startOther" ID="ProjectHandler.startOther"></a> <h4>ProjectHandler.startOther</h4> <b>startOther</b>(<i>attrs</i>) <p> Handler method for the "Other" start tag. </p><dl> <dt><i>attrs</i></dt> <dd> list of tag attributes </dd> </dl><a NAME="ProjectHandler.startOtherToolsParams" ID="ProjectHandler.startOtherToolsParams"></a> <h4>ProjectHandler.startOtherToolsParams</h4> <b>startOtherToolsParams</b>(<i>attrs</i>) <p> Handler method for the "OtherToolsParams" start tag. </p><dl> <dt><i>attrs</i></dt> <dd> list of tag attributes </dd> </dl><a NAME="ProjectHandler.startPackagersParams" ID="ProjectHandler.startPackagersParams"></a> <h4>ProjectHandler.startPackagersParams</h4> <b>startPackagersParams</b>(<i>attrs</i>) <p> Handler method for the "PackagersParams" start tag. </p><dl> <dt><i>attrs</i></dt> <dd> list of tag attributes </dd> </dl><a NAME="ProjectHandler.startProgLanguage" ID="ProjectHandler.startProgLanguage"></a> <h4>ProjectHandler.startProgLanguage</h4> <b>startProgLanguage</b>(<i>attrs</i>) <p> Handler method for the "Source" start tag. </p><dl> <dt><i>attrs</i></dt> <dd> list of tag attributes </dd> </dl><a NAME="ProjectHandler.startProject" ID="ProjectHandler.startProject"></a> <h4>ProjectHandler.startProject</h4> <b>startProject</b>(<i>attrs</i>) <p> Handler method for the "Project" start tag. </p><dl> <dt><i>attrs</i></dt> <dd> list of tag attributes </dd> </dl><a NAME="ProjectHandler.startProjectTypeSpecificData" ID="ProjectHandler.startProjectTypeSpecificData"></a> <h4>ProjectHandler.startProjectTypeSpecificData</h4> <b>startProjectTypeSpecificData</b>(<i>attrs</i>) <p> Handler method for the "ProjectTypeSpecificData" start tag. </p><dl> <dt><i>attrs</i></dt> <dd> list of tag attributes </dd> </dl><a NAME="ProjectHandler.startPyLintParams" ID="ProjectHandler.startPyLintParams"></a> <h4>ProjectHandler.startPyLintParams</h4> <b>startPyLintParams</b>(<i>attrs</i>) <p> Handler method for the "PyLintParams" start tag. </p><dl> <dt><i>attrs</i></dt> <dd> list of tag attributes </dd> </dl><a NAME="ProjectHandler.startResource" ID="ProjectHandler.startResource"></a> <h4>ProjectHandler.startResource</h4> <b>startResource</b>(<i>attrs</i>) <p> Handler method for the "Resource" start tag. </p><dl> <dt><i>attrs</i></dt> <dd> list of tag attributes </dd> </dl><a NAME="ProjectHandler.startSource" ID="ProjectHandler.startSource"></a> <h4>ProjectHandler.startSource</h4> <b>startSource</b>(<i>attrs</i>) <p> Handler method for the "Source" start tag. </p><dl> <dt><i>attrs</i></dt> <dd> list of tag attributes </dd> </dl><a NAME="ProjectHandler.startTranslation" ID="ProjectHandler.startTranslation"></a> <h4>ProjectHandler.startTranslation</h4> <b>startTranslation</b>(<i>attrs</i>) <p> Handler method for the "Translation" start tag. </p><dl> <dt><i>attrs</i></dt> <dd> list of tag attributes </dd> </dl><a NAME="ProjectHandler.startTranslationException" ID="ProjectHandler.startTranslationException"></a> <h4>ProjectHandler.startTranslationException</h4> <b>startTranslationException</b>(<i>attrs</i>) <p> Handler method for the "TranslationException" start tag. </p><dl> <dt><i>attrs</i></dt> <dd> list of tag attributes </dd> </dl><a NAME="ProjectHandler.startTranslationPrefix" ID="ProjectHandler.startTranslationPrefix"></a> <h4>ProjectHandler.startTranslationPrefix</h4> <b>startTranslationPrefix</b>(<i>attrs</i>) <p> Handler method for the "TranslationPrefix" start tag. </p><dl> <dt><i>attrs</i></dt> <dd> list of tag attributes </dd> </dl><a NAME="ProjectHandler.startTranslationsBinPath" ID="ProjectHandler.startTranslationsBinPath"></a> <h4>ProjectHandler.startTranslationsBinPath</h4> <b>startTranslationsBinPath</b>(<i>attrs</i>) <p> Handler method for the "TranslationsBinPath" start tag. </p><dl> <dt><i>attrs</i></dt> <dd> list of tag attributes </dd> </dl><a NAME="ProjectHandler.startVcsOptions" ID="ProjectHandler.startVcsOptions"></a> <h4>ProjectHandler.startVcsOptions</h4> <b>startVcsOptions</b>(<i>attrs</i>) <p> Handler method for the "VcsOptions" start tag. </p><dl> <dt><i>attrs</i></dt> <dd> list of tag attributes </dd> </dl><a NAME="ProjectHandler.startVcsOtherData" ID="ProjectHandler.startVcsOtherData"></a> <h4>ProjectHandler.startVcsOtherData</h4> <b>startVcsOtherData</b>(<i>attrs</i>) <p> Handler method for the "VcsOtherData" start tag. </p><dl> <dt><i>attrs</i></dt> <dd> list of tag attributes </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>