139 </dd> |
139 </dd> |
140 </dl><a NAME="PreviewProcessingThread.__getHtml" ID="PreviewProcessingThread.__getHtml"></a> |
140 </dl><a NAME="PreviewProcessingThread.__getHtml" ID="PreviewProcessingThread.__getHtml"></a> |
141 <h4>PreviewProcessingThread.__getHtml</h4> |
141 <h4>PreviewProcessingThread.__getHtml</h4> |
142 <b>__getHtml</b>(<i>language, text, ssiEnabled, filePath, rootPath</i>) |
142 <b>__getHtml</b>(<i>language, text, ssiEnabled, filePath, rootPath</i>) |
143 <p> |
143 <p> |
144 Private method to process the given text depending upon the given language. |
144 Private method to process the given text depending upon the given |
|
145 language. |
145 </p><dl> |
146 </p><dl> |
146 <dt><i>language</i></dt> |
147 <dt><i>language</i></dt> |
147 <dd> |
148 <dd> |
148 language of the text (string) |
149 language of the text (string) |
149 </dd><dt><i>text</i></dt> |
150 </dd><dt><i>text</i></dt> |
150 <dd> |
151 <dd> |
151 to be processed (string) |
152 to be processed (string) |
152 </dd><dt><i>ssiEnabled</i></dt> |
153 </dd><dt><i>ssiEnabled</i></dt> |
153 <dd> |
154 <dd> |
154 flag indicating to do some (limited) SSI processing (boolean) |
155 flag indicating to do some (limited) SSI processing |
|
156 (boolean) |
155 </dd><dt><i>filePath</i></dt> |
157 </dd><dt><i>filePath</i></dt> |
156 <dd> |
158 <dd> |
157 file path of the text (string) |
159 file path of the text (string) |
158 </dd><dt><i>rootPath</i></dt> |
160 </dd><dt><i>rootPath</i></dt> |
159 <dd> |
161 <dd> |
160 root path to be used for SSI processing (str) |
162 root path to be used for SSI processing (str) |
|
163 </dd> |
|
164 </dl><dl> |
|
165 <dt>Returns:</dt> |
|
166 <dd> |
|
167 processed HTML text (string) |
161 </dd> |
168 </dd> |
162 </dl><a NAME="PreviewProcessingThread.__processSSI" ID="PreviewProcessingThread.__processSSI"></a> |
169 </dl><a NAME="PreviewProcessingThread.__processSSI" ID="PreviewProcessingThread.__processSSI"></a> |
163 <h4>PreviewProcessingThread.__processSSI</h4> |
170 <h4>PreviewProcessingThread.__processSSI</h4> |
164 <b>__processSSI</b>(<i>txt, filename, root</i>) |
171 <b>__processSSI</b>(<i>txt, filename, root</i>) |
165 <p> |
172 <p> |