VTK
vtkPlainTextExtractionStrategy Class Reference

text extraction strategy that works with text/* data. More...

#include <vtkPlainTextExtractionStrategy.h>


Detailed Description

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.

See also:
vtkTextExtraction, vtkTextExtractionStrategy.
Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories.

The documentation for this class was generated from the following file: