Internal: the subdocument of a WPS4Parser. More...
Public Types | |
enum | Type { Unknown, MN } |
type of an entry stored in textId More... | |
Public Member Functions | |
SubDocument (WPXInputStreamPtr input, WPS4Parser &pars, WPSEntry const &entry) | |
constructor for a text entry | |
~SubDocument () | |
destructor | |
virtual bool | operator== (shared_ptr< WPSSubDocument > 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 WPS4Parser.
WPS4ParserInternal::SubDocument::SubDocument | ( | WPXInputStreamPtr | input, |
WPS4Parser & | pars, | ||
WPSEntry const & | entry | ||
) | [inline] |
constructor for a text entry
WPS4ParserInternal::SubDocument::~SubDocument | ( | ) | [inline] |
destructor
virtual bool WPS4ParserInternal::SubDocument::operator== | ( | shared_ptr< WPSSubDocument > const & | doc | ) | const [inline, virtual] |
operator==
Reimplemented from WPSSubDocument.
void WPS4ParserInternal::SubDocument::parse | ( | shared_ptr< WPSContentListener > & | listener, |
libwps::SubDocumentType | subDocumentType | ||
) | [virtual] |
the parser function
Implements WPSSubDocument.
the entry
Referenced by operator==(), and parse().