CaptureFilterclassoutput.t[818]

Capture Filter. This is an output filter that simply captures all of the text sent through the filter, sending nothing out to the underlying stream.

The default implementation simply discards the incoming text. Subclasses can keep track of the text in memory, in a file, or wherever desired.

class CaptureFilter :   OutputFilter

Superclass Tree   (in declaration order)

CaptureFilter
        OutputFilter
                object

Subclass Tree  

CaptureFilter
        StringCaptureFilter
        SwitchableCaptureFilter

Global Objects  

(none)

Summary of Properties  

(none)

Summary of Methods  

filterText 

Properties  

(none)

Methods  

filterText (ostr, txt)OVERRIDDENoutput.t[823]

Filter the text. We simply discard the text, passing nothing through to the underlying stream.

Adv3Lite Library Reference Manual
Generated on 01/03/2024 from adv3Lite version 1.6.2