Home | Trees | Indices | Help |
|
---|
|
object --+ | filters.BaseEventFilter --+ | CSSInlineFilter
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Instance Variables | |
Inherited from |
Properties | |
Inherited from |
Method Details |
|
Handle starttag Style starttags are delayed until the endtag is found. The whole element is then evaluated (and possibly thrown away). See Also: tdi.interfaces.ListenerInterface |
Handle endtag When currently collecting, it must be a style endtag. The style element content is then cleaned up (using cleanup) and then modified (using the modifiy function passed during initialization). The result replaces the original. If it's empty and the starttag does not provide a tdi attribute and the filter was configured to do so: the whole element is thrown away. See Also: tdi.interfaces.ListenerInterface |
Handle text While collecting style text, the received data is buffered. Otherwise the event is just passed through. See Also: tdi.interfaces.ListenerInterface |
Home | Trees | Indices | Help |
|
---|