Internal: the subdocument of a WPS8Parser. More...
Public Types | |
| enum | Type { Unknown, TEXT } |
| type of an entry More... | |
Public Member Functions | |
| SubDocument (RVNGInputStreamPtr input, WPS8Parser &pars, WPSEntry const &entry) | |
| constructor for a text entry | |
| ~SubDocument () | |
| destructor | |
| virtual bool | operator== (shared_ptr< WPSTextSubDocument > const &doc) const |
| operator== | |
| void | parse (shared_ptr< WPSContentListener > &listener, libwps::SubDocumentType subDocumentType) |
| the parser function | |
Public Attributes | |
| WPSEntry | m_entry |
| the entry | |
Internal: the subdocument of a WPS8Parser.
| WPS8ParserInternal::SubDocument::SubDocument | ( | RVNGInputStreamPtr | input, |
| WPS8Parser & | pars, | ||
| WPSEntry const & | entry | ||
| ) | [inline] |
constructor for a text entry
| WPS8ParserInternal::SubDocument::~SubDocument | ( | ) | [inline] |
destructor
| virtual bool WPS8ParserInternal::SubDocument::operator== | ( | shared_ptr< WPSTextSubDocument > const & | doc | ) | const [inline, virtual] |
operator==
Reimplemented from WPSTextSubDocument.
| void WPS8ParserInternal::SubDocument::parse | ( | shared_ptr< WPSContentListener > & | listener, |
| libwps::SubDocumentType | subDocumentType | ||
| ) | [virtual] |
the parser function
Implements WPSTextSubDocument.
the entry
Referenced by operator==(), and parse().