28 #ifndef __WPGXPARSER_H__
29 #define __WPGXPARSER_H__
32 #include <libwpd-stream/WPXStream.h>
33 #include <libwpd/libwpd.h>
44 virtual bool parse() = 0;
92 void openParagraph(
const WPXPropertyList &propList,
const WPXPropertyListVector &tabStops);
96 void openSpan(
const WPXPropertyList &propList);
100 void openSection(
const WPXPropertyList & ,
const WPXPropertyListVector & ) {}
115 void openListElement(
const WPXPropertyList &propList,
const WPXPropertyListVector &tabStops);
127 void openTable(
const WPXPropertyList & ,
const WPXPropertyListVector & ) {}
150 #endif // __WPGXPARSER_H__