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