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