strigi/src/streams
PdfParser Class Reference
#include <pdfparser.h>
Classes | |
| class | DefaultStreamHandler |
| class | DefaultTextHandler |
| class | StreamHandler |
| class | TextHandler |
Public Member Functions | |
| PdfParser () | |
| const std::string & | error () |
| Strigi::StreamStatus | parse (Strigi::StreamBase< char > *s) |
| void | setStreamHandler (StreamHandler *handler) |
| void | setTextHandler (TextHandler *handler) |
Detailed Description
Definition at line 25 of file pdfparser.h.
Constructor & Destructor Documentation
| PdfParser::PdfParser | ( | ) |
Definition at line 31 of file pdfparser.cpp.
Member Function Documentation
| const std::string& PdfParser::error | ( | ) | [inline] |
Definition at line 105 of file pdfparser.h.
| StreamStatus PdfParser::parse | ( | Strigi::StreamBase< char > * | s | ) |
Definition at line 577 of file pdfparser.cpp.
| void PdfParser::setStreamHandler | ( | StreamHandler * | handler | ) | [inline] |
Definition at line 106 of file pdfparser.h.
| void PdfParser::setTextHandler | ( | TextHandler * | handler | ) | [inline] |
Definition at line 107 of file pdfparser.h.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference