Internal: the subdocument of a MWParser. More...
Public Member Functions | |
SubDocument (MRWParser &pars, MWAWInputStreamPtr input, int zoneId) | |
virtual | ~SubDocument () |
destructor | |
virtual bool | operator!= (MWAWSubDocument const &doc) const |
operator!= | |
virtual bool | operator== (MWAWSubDocument const &doc) const |
operator!== | |
void | parse (MWAWContentListenerPtr &listener, libmwaw::SubDocumentType type) |
the parser function | |
Protected Attributes | |
int | m_id |
the subdocument id |
Internal: the subdocument of a MWParser.
MRWParserInternal::SubDocument::SubDocument | ( | MRWParser & | pars, |
MWAWInputStreamPtr | input, | ||
int | zoneId | ||
) | [inline] |
virtual MRWParserInternal::SubDocument::~SubDocument | ( | ) | [inline, virtual] |
destructor
virtual bool MRWParserInternal::SubDocument::operator!= | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
virtual bool MRWParserInternal::SubDocument::operator== | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
operator!==
Reimplemented from MWAWSubDocument.
void MRWParserInternal::SubDocument::parse | ( | MWAWContentListenerPtr & | listener, |
libmwaw::SubDocumentType | type | ||
) | [virtual] |
the parser function
Implements MWAWSubDocument.
int MRWParserInternal::SubDocument::m_id [protected] |
the subdocument id
Referenced by operator!=(), and parse().