28 #ifndef __WPGXPARSER_H__
29 #define __WPGXPARSER_H__
32 #include <libwpd-stream/WPXStream.h>
33 #include <libwpd/libwpd.h>
44 virtual bool parse() = 0;
87 void openParagraph(
const WPXPropertyList &propList,
const WPXPropertyListVector &tabStops);
91 void openSpan(
const WPXPropertyList &propList);
95 void openSection(
const WPXPropertyList & ,
const WPXPropertyListVector & ) {}
110 void openListElement(
const WPXPropertyList &propList,
const WPXPropertyListVector &tabStops);
122 void openTable(
const WPXPropertyList & ,
const WPXPropertyListVector & ) {}
146 #endif // __WPGXPARSER_H__