Internal: the subdocument of a WPS4Parser. More...
Public Member Functions | |
| SubDocument (RVNGInputStreamPtr input, WKS4Parser &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.
| WKS4ParserInternal::SubDocument::SubDocument | ( | RVNGInputStreamPtr | input, |
| WKS4Parser & | pars, | ||
| bool | header | ||
| ) | [inline] |
constructor for a text entry
| WKS4ParserInternal::SubDocument::~SubDocument | ( | ) | [inline] |
destructor
| virtual bool WKS4ParserInternal::SubDocument::operator== | ( | shared_ptr< WKSSubDocument > const & | doc | ) | const [inline, virtual] |
operator==
| void WKS4ParserInternal::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==().