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