Internal: the subdocument of a MWParser. More...
Public Member Functions | |
SubDocument (HMWKParser &pars, MWAWInputStreamPtr input, long 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 | |
long | m_id |
the subdocument id |
Internal: the subdocument of a MWParser.
HMWKParserInternal::SubDocument::SubDocument | ( | HMWKParser & | pars, |
MWAWInputStreamPtr | input, | ||
long | zoneId | ||
) | [inline] |
virtual HMWKParserInternal::SubDocument::~SubDocument | ( | ) | [inline, virtual] |
destructor
virtual bool HMWKParserInternal::SubDocument::operator!= | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
virtual bool HMWKParserInternal::SubDocument::operator== | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
operator!==
Reimplemented from MWAWSubDocument.
void HMWKParserInternal::SubDocument::parse | ( | MWAWContentListenerPtr & | listener, |
libmwaw::SubDocumentType | type | ||
) | [virtual] |
the parser function
Implements MWAWSubDocument.
long HMWKParserInternal::SubDocument::m_id [protected] |
the subdocument id
Referenced by operator!=(), and parse().