CaptureFilterclass
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
Properties
(none)
Methods
filterText (ostr, txt)
OVERRIDDEN
Filter the text. We simply discard the text, passing nothing through to the underlying stream.
TADS 3 Library Manual
Generated on 5/16/2013 from TADS version 3.1.3