#include <WPSDocument.h>
Static Public Member Functions | |
| static WPSConfidence | isFileFormatSupported (WPSInputStream *input, bool partialContent) |
| Analyzes the content of an input stream to see if it can be parsed. | |
| static WPSResult | parse (WPSInputStream *input, WPXHLListenerImpl *listenerImpl) |
| Parses the input stream content. | |
|
||||||||||||
|
Analyzes the content of an input stream to see if it can be parsed.
|
|
||||||||||||
|
Parses the input stream content. It will make callbacks to the functions provided by a WPXHLListenerImpl class implementation when needed. This is often commonly called the 'main parsing routine'.
|