VTK
|
text extraction strategy that works with text/* data. More...
#include <vtkPlainTextExtractionStrategy.h>
text extraction strategy that works with text/* data.
Concrete implementation of vtkTextExtractionStrategy that works with text/* MIME types. vtkPlainTextExtractionStrategy trivially converts the contents of the given resource into text. It is intended mainly as a "strategy of last resort", since more sophisticated strategies may wish to parse-out structured content.
Generates a single "TEXT" tag that incorporates the entire text content.