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