Internal: the subdocument of a WPS8. More...
Public Types | |
enum | Type { Unknown, Footnote, Endnote } |
type of an entry stored in textId More... | |
Public Member Functions | |
SubDocument (WPXInputStreamPtr input, WPS8Parser &pars, Type type, int i) | |
constructor for a text entry | |
~SubDocument () | |
destructor | |
virtual bool | operator== (WPSSubDocumentPtr const &doc) const |
operator== | |
void | parse (WPSContentListenerPtr &listener, libwps::SubDocumentType type) |
the parser function | |
Public Attributes | |
Type | m_type |
Internal: the subdocument of a WPS8.
WPS8ParserInternal::SubDocument::SubDocument | ( | WPXInputStreamPtr | input, |
WPS8Parser & | pars, | ||
Type | type, | ||
int | i | ||
) | [inline] |
constructor for a text entry
WPS8ParserInternal::SubDocument::~SubDocument | ( | ) | [inline] |
destructor
virtual bool WPS8ParserInternal::SubDocument::operator== | ( | WPSSubDocumentPtr const & | doc | ) | const [inline, virtual] |
operator==
Reimplemented from WPSSubDocument.
void WPS8ParserInternal::SubDocument::parse | ( | WPSContentListenerPtr & | listener, |
libwps::SubDocumentType | type | ||
) |
the parser function
Referenced by operator==(), and parse().