88 <td>Private method to convert ReST text into HTML using 'sphinx'.</td> |
88 <td>Private method to convert ReST text into HTML using 'sphinx'.</td> |
89 </tr><tr> |
89 </tr><tr> |
90 <td><a href="#PreviewProcessingThread.__getHtml">__getHtml</a></td> |
90 <td><a href="#PreviewProcessingThread.__getHtml">__getHtml</a></td> |
91 <td>Private method to process the given text depending upon the given language.</td> |
91 <td>Private method to process the given text depending upon the given language.</td> |
92 </tr><tr> |
92 </tr><tr> |
|
93 <td><a href="#PreviewProcessingThread.__processRootPath">__processRootPath</a></td> |
|
94 <td>Private method to adjust absolute references to the given root path.</td> |
|
95 </tr><tr> |
93 <td><a href="#PreviewProcessingThread.__processSSI">__processSSI</a></td> |
96 <td><a href="#PreviewProcessingThread.__processSSI">__processSSI</a></td> |
94 <td>Private method to process the given text for SSI statements.</td> |
97 <td>Private method to process the given text for SSI statements.</td> |
95 </tr><tr> |
98 </tr><tr> |
96 <td><a href="#PreviewProcessingThread.process">process</a></td> |
99 <td><a href="#PreviewProcessingThread.process">process</a></td> |
97 <td>Public method to convert the given text to HTML.</td> |
100 <td>Public method to convert the given text to HTML.</td> |
234 </dd> |
237 </dd> |
235 </dl><dl> |
238 </dl><dl> |
236 <dt>Returns:</dt> |
239 <dt>Returns:</dt> |
237 <dd> |
240 <dd> |
238 processed HTML text (string) |
241 processed HTML text (string) |
|
242 </dd> |
|
243 </dl><a NAME="PreviewProcessingThread.__processRootPath" ID="PreviewProcessingThread.__processRootPath"></a> |
|
244 <h4>PreviewProcessingThread.__processRootPath</h4> |
|
245 <b>__processRootPath</b>(<i>txt, root</i>) |
|
246 <p> |
|
247 Private method to adjust absolute references to the given root path. |
|
248 </p><dl> |
|
249 <dt><i>txt</i> (str)</dt> |
|
250 <dd> |
|
251 text to be processed |
|
252 </dd><dt><i>root</i> (str)</dt> |
|
253 <dd> |
|
254 directory of the document root |
|
255 </dd> |
|
256 </dl><dl> |
|
257 <dt>Returns:</dt> |
|
258 <dd> |
|
259 processed HTML |
|
260 </dd> |
|
261 </dl><dl> |
|
262 <dt>Return Type:</dt> |
|
263 <dd> |
|
264 str |
239 </dd> |
265 </dd> |
240 </dl><a NAME="PreviewProcessingThread.__processSSI" ID="PreviewProcessingThread.__processSSI"></a> |
266 </dl><a NAME="PreviewProcessingThread.__processSSI" ID="PreviewProcessingThread.__processSSI"></a> |
241 <h4>PreviewProcessingThread.__processSSI</h4> |
267 <h4>PreviewProcessingThread.__processSSI</h4> |
242 <b>__processSSI</b>(<i>txt, filename, root</i>) |
268 <b>__processSSI</b>(<i>txt, filename, root</i>) |
243 <p> |
269 <p> |