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 Member Functions inherited from WPSSubDocument | |
| WPSSubDocument (WPXInputStreamPtr &input, WPSParser *parser, int id=0) | |
| constructor | |
| virtual | ~WPSSubDocument () |
| destructor | |
| WPXInputStreamPtr & | getInput () |
| returns the input | |
| WPSParser * | parser () const |
| returns the parser | |
| int | id () const |
| get the identificator | |
| void | setId (int i) |
| set the identificator | |
| bool | operator!= (shared_ptr< WPSSubDocument > const &doc) const |
Public Attributes | |
| WPSEntry | m_entry |
| the entry | |
Additional Inherited Members | |
Protected Attributes inherited from WPSSubDocument | |
| WPXInputStreamPtr | m_input |
| WPSParser * | m_parser |
| int | m_id |
Internal: the subdocument of a WPS4Parser.
|
inline |
constructor for a text entry
|
inline |
destructor
|
inlinevirtual |
operator==
Reimplemented from WPSSubDocument.
|
virtual |
the parser function
Implements WPSSubDocument.
| WPSEntry WPS4ParserInternal::SubDocument::m_entry |
the entry
Referenced by operator==(), and parse().