| Trees | Indices | Help |
|
|---|
|
|
object --+
|
Deuglifier
Help base class used for cleaning up HTML riddled with <FONT COLOR=...> tags and replace them with appropriate <span class="...">.
The subclass must define a rules() static method returning a
list of regular expression fragments, each defining a capture
group in which the name will be reused for the span's class. Two
special group names, font and endfont are used to emit
<span> and </span>, respectively.
| Instance Methods | |||
|
|||
|
|||
|
Inherited from |
|||
| Static Methods | |||
| a new object with type S, a subtype of T |
|
||
| Properties | |
|
Inherited from |
| Method Details |
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jul 5 01:50:13 2023 | http://epydoc.sourceforge.net |