34:a6d8718f37b5 | 35:a3f1dcf94fe4 |
---|---|
130 | 130 |
131 <p> | 131 <p> |
132 Private method to extract all classes of the HTML text. | 132 Private method to extract all classes of the HTML text. |
133 </p> | 133 </p> |
134 <dl> | 134 <dl> |
135 <dt>Returns:</dt> | 135 <dt>Return:</dt> |
136 <dd> | 136 <dd> |
137 list of tuples containing the tag name and its classes | 137 list of tuples containing the tag name and its classes |
138 as a blank separated string (list of tuples of two strings) | 138 as a blank separated string (list of tuples of two strings) |
139 </dd> | 139 </dd> |
140 </dl> | 140 </dl> |
144 | 144 |
145 <p> | 145 <p> |
146 Private method to extract all IDs of the HTML text. | 146 Private method to extract all IDs of the HTML text. |
147 </p> | 147 </p> |
148 <dl> | 148 <dl> |
149 <dt>Returns:</dt> | 149 <dt>Return:</dt> |
150 <dd> | 150 <dd> |
151 list of tuples containing the tag name and its ID | 151 list of tuples containing the tag name and its ID |
152 (list of tuples of two strings) | 152 (list of tuples of two strings) |
153 </dd> | 153 </dd> |
154 </dl> | 154 </dl> |
158 | 158 |
159 <p> | 159 <p> |
160 Private method to extract all tags of the HTML text. | 160 Private method to extract all tags of the HTML text. |
161 </p> | 161 </p> |
162 <dl> | 162 <dl> |
163 <dt>Returns:</dt> | 163 <dt>Return:</dt> |
164 <dd> | 164 <dd> |
165 list of all tags (list of strings) | 165 list of all tags (list of strings) |
166 </dd> | 166 </dd> |
167 </dl> | 167 </dl> |
168 <a NAME="Html5ToCss3Converter.getCss3" ID="Html5ToCss3Converter.getCss3"></a> | 168 <a NAME="Html5ToCss3Converter.getCss3" ID="Html5ToCss3Converter.getCss3"></a> |
171 | 171 |
172 <p> | 172 <p> |
173 Public method to get the converted CSS3 text. | 173 Public method to get the converted CSS3 text. |
174 </p> | 174 </p> |
175 <dl> | 175 <dl> |
176 <dt>Returns:</dt> | 176 <dt>Return:</dt> |
177 <dd> | 177 <dd> |
178 CSS3 text (string) | 178 CSS3 text (string) |
179 </dd> | 179 </dd> |
180 </dl> | 180 </dl> |
181 <div align="right"><a href="#top">Up</a></div> | 181 <div align="right"><a href="#top">Up</a></div> |