#include <WPDocument.h>
Static Public Member Functions | |
WPDConfidence | isFileFormatSupported (WPXInputStream *input, bool partialContent) |
Analyzes the content of an input stream to see if it can be parsed. | |
WPDResult | parse (WPXInputStream *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'.
|