Internal: the subdocument of a WPS4Parser. More...
Public Member Functions | |
SubDocument (RVNGInputStreamPtr input, QuattroParser &pars, bool header) | |
constructor for a text entry | |
~SubDocument () | |
destructor | |
virtual bool | operator== (shared_ptr< WKSSubDocument > const &doc) const |
operator== | |
void | parse (shared_ptr< WKSContentListener > &listener, libwps::SubDocumentType subDocumentType) |
the parser function | |
Public Attributes | |
bool | m_header |
a flag to known if we need to send the header or the footer |
Internal: the subdocument of a WPS4Parser.
QuattroParserInternal::SubDocument::SubDocument | ( | RVNGInputStreamPtr | input, |
QuattroParser & | pars, | ||
bool | header | ||
) | [inline] |
constructor for a text entry
QuattroParserInternal::SubDocument::~SubDocument | ( | ) | [inline] |
destructor
virtual bool QuattroParserInternal::SubDocument::operator== | ( | shared_ptr< WKSSubDocument > const & | doc | ) | const [inline, virtual] |
operator==
void QuattroParserInternal::SubDocument::parse | ( | shared_ptr< WKSContentListener > & | listener, |
libwps::SubDocumentType | subDocumentType | ||
) | [virtual] |
the parser function
Implements WKSSubDocument.
a flag to known if we need to send the header or the footer
Referenced by operator==().