1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric5.E5XML.UserProjectHandler</title> |
|
6 <style> |
|
7 body { |
|
8 background: #EDECE6; |
|
9 margin: 0em 1em 10em 1em; |
|
10 color: black; |
|
11 } |
|
12 |
|
13 h1 { color: white; background: #85774A; } |
|
14 h2 { color: white; background: #85774A; } |
|
15 h3 { color: white; background: #9D936E; } |
|
16 h4 { color: white; background: #9D936E; } |
|
17 |
|
18 a { color: #BA6D36; } |
|
19 |
|
20 </style> |
|
21 </head> |
|
22 <body><a NAME="top" ID="top"></a> |
|
23 <h1>eric5.E5XML.UserProjectHandler</h1> |
|
24 <p> |
|
25 Module implementing the handler class for reading an XML user project properties file. |
|
26 </p> |
|
27 <h3>Global Attributes</h3> |
|
28 <table> |
|
29 <tr><td>None</td></tr> |
|
30 </table> |
|
31 <h3>Classes</h3> |
|
32 <table> |
|
33 <tr> |
|
34 <td><a href="#UserProjectHandler">UserProjectHandler</a></td> |
|
35 <td>Class implementing a sax handler to read an XML user project properties file.</td> |
|
36 </tr> |
|
37 </table> |
|
38 <h3>Functions</h3> |
|
39 <table> |
|
40 <tr><td>None</td></tr> |
|
41 </table> |
|
42 <hr /><hr /> |
|
43 <a NAME="UserProjectHandler" ID="UserProjectHandler"></a> |
|
44 <h2>UserProjectHandler</h2> |
|
45 <p> |
|
46 Class implementing a sax handler to read an XML user project properties file. |
|
47 </p> |
|
48 <h3>Derived from</h3> |
|
49 XMLHandlerBase |
|
50 <h3>Class Attributes</h3> |
|
51 <table> |
|
52 <tr><td>None</td></tr> |
|
53 </table> |
|
54 <h3>Methods</h3> |
|
55 <table> |
|
56 <tr> |
|
57 <td><a href="#UserProjectHandler.__init__">UserProjectHandler</a></td> |
|
58 <td>Constructor</td> |
|
59 </tr><tr> |
|
60 <td><a href="#UserProjectHandler.endVcsType">endVcsType</a></td> |
|
61 <td>Handler method for the "VcsType" end tag.</td> |
|
62 </tr><tr> |
|
63 <td><a href="#UserProjectHandler.getVersion">getVersion</a></td> |
|
64 <td>Public method to retrieve the version of the user project file.</td> |
|
65 </tr><tr> |
|
66 <td><a href="#UserProjectHandler.startDocumentProject">startDocumentProject</a></td> |
|
67 <td>Handler called, when the document parsing is started.</td> |
|
68 </tr><tr> |
|
69 <td><a href="#UserProjectHandler.startUserProject">startUserProject</a></td> |
|
70 <td>Handler method for the "UserProject" start tag.</td> |
|
71 </tr><tr> |
|
72 <td><a href="#UserProjectHandler.startVcsStatusMonitorInterval">startVcsStatusMonitorInterval</a></td> |
|
73 <td>Handler method for the "VcsStatusMonitorInterval" start tag.</td> |
|
74 </tr> |
|
75 </table> |
|
76 <a NAME="UserProjectHandler.__init__" ID="UserProjectHandler.__init__"></a> |
|
77 <h4>UserProjectHandler (Constructor)</h4> |
|
78 <b>UserProjectHandler</b>(<i>project</i>) |
|
79 <p> |
|
80 Constructor |
|
81 </p><dl> |
|
82 <dt><i>project</i></dt> |
|
83 <dd> |
|
84 Reference to the project object to store the |
|
85 information into. |
|
86 </dd> |
|
87 </dl><a NAME="UserProjectHandler.endVcsType" ID="UserProjectHandler.endVcsType"></a> |
|
88 <h4>UserProjectHandler.endVcsType</h4> |
|
89 <b>endVcsType</b>(<i></i>) |
|
90 <p> |
|
91 Handler method for the "VcsType" end tag. |
|
92 </p><a NAME="UserProjectHandler.getVersion" ID="UserProjectHandler.getVersion"></a> |
|
93 <h4>UserProjectHandler.getVersion</h4> |
|
94 <b>getVersion</b>(<i></i>) |
|
95 <p> |
|
96 Public method to retrieve the version of the user project file. |
|
97 </p><dl> |
|
98 <dt>Returns:</dt> |
|
99 <dd> |
|
100 String containing the version number. |
|
101 </dd> |
|
102 </dl><a NAME="UserProjectHandler.startDocumentProject" ID="UserProjectHandler.startDocumentProject"></a> |
|
103 <h4>UserProjectHandler.startDocumentProject</h4> |
|
104 <b>startDocumentProject</b>(<i></i>) |
|
105 <p> |
|
106 Handler called, when the document parsing is started. |
|
107 </p><a NAME="UserProjectHandler.startUserProject" ID="UserProjectHandler.startUserProject"></a> |
|
108 <h4>UserProjectHandler.startUserProject</h4> |
|
109 <b>startUserProject</b>(<i>attrs</i>) |
|
110 <p> |
|
111 Handler method for the "UserProject" start tag. |
|
112 </p><dl> |
|
113 <dt><i>attrs</i></dt> |
|
114 <dd> |
|
115 list of tag attributes |
|
116 </dd> |
|
117 </dl><a NAME="UserProjectHandler.startVcsStatusMonitorInterval" ID="UserProjectHandler.startVcsStatusMonitorInterval"></a> |
|
118 <h4>UserProjectHandler.startVcsStatusMonitorInterval</h4> |
|
119 <b>startVcsStatusMonitorInterval</b>(<i>attrs</i>) |
|
120 <p> |
|
121 Handler method for the "VcsStatusMonitorInterval" start tag. |
|
122 </p><dl> |
|
123 <dt><i>attrs</i></dt> |
|
124 <dd> |
|
125 list of tag attributes |
|
126 </dd> |
|
127 </dl> |
|
128 <div align="right"><a href="#top">Up</a></div> |
|
129 <hr /> |
|
130 </body></html> |
|