#include <vtkPlainTextExtractionStrategy.h>
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.
Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories.