This class provides all the functions an application would need to parse Works documents.
More...
#include <WPSDocument.h>
This class provides all the functions an application would need to parse Works documents.
Analyzes the content of an input stream to see if it can be parsed.
- Parameters
-
ip | The input stream |
kind | The document kind |
- Returns
- A confidence value which represents the likelyhood that the content from the input stream can be parsed
WPSLIB WPSResult WPSDocument::parse |
( |
librevenge::RVNGInputStream * |
ip, |
|
|
librevenge::RVNGTextInterface * |
documentInterface |
|
) |
| |
|
static |
Parses the input stream content.
It will make callbacks to the functions provided by a librevenge::RVNGTextInterface class implementation when needed. This is often commonly called the 'main parsing routine'.
- Parameters
-
ip | The input stream |
documentInterface | A WPSListener implementation |
WPSLIB WPSResult WPSDocument::parse |
( |
librevenge::RVNGInputStream * |
ip, |
|
|
librevenge::RVNGSpreadsheetInterface * |
documentInterface |
|
) |
| |
|
static |
Parses the input stream content.
It will make callbacks to the functions provided by a librevenge::RVNGSpreadsheetInterface class implementation when needed. This is often commonly called the 'main parsing routine'.
- Parameters
-
ip | The input stream |
documentInterface | A SpreadsheetInterface implementation |
The documentation for this class was generated from the following files: