Home | Trees | Indices | Help |
|
---|
|
object --+ | filters.BaseEventFilter --+ | JSInlineFilter
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Instance Variables | |
Inherited from |
Properties | |
Inherited from |
Method Details |
|
Handle starttag Script 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 script endtag. The script element content is then modified (using the modifiy function passed during initialization). The result replaces the original. If it's empty and the starttag neither provides src nor tdi attributes and the filter was configured to do so: the whole element is thrown away. See Also: tdi.interfaces.ListenerInterface |
Handle text While collecting javascript text, the received data is buffered. Otherwise the event is just passed through. See Also: tdi.interfaces.ListenerInterface |
Home | Trees | Indices | Help |
|
---|