Internal: the subdocument of a LWParser. More...
Public Member Functions | |
SubDocument (LWParser &pars, MWAWInputStreamPtr input, bool header) | |
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_isHeader |
true if we need to send the parser |
Internal: the subdocument of a LWParser.
LWParserInternal::SubDocument::SubDocument | ( | LWParser & | pars, |
MWAWInputStreamPtr | input, | ||
bool | header | ||
) | [inline] |
virtual LWParserInternal::SubDocument::~SubDocument | ( | ) | [inline, virtual] |
destructor
virtual bool LWParserInternal::SubDocument::operator!= | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
virtual bool LWParserInternal::SubDocument::operator== | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
operator!==
Reimplemented from MWAWSubDocument.
void LWParserInternal::SubDocument::parse | ( | MWAWContentListenerPtr & | listener, |
libmwaw::SubDocumentType | type | ||
) | [virtual] |
the parser function
Implements MWAWSubDocument.
int LWParserInternal::SubDocument::m_isHeader [protected] |
true if we need to send the parser
Referenced by operator!=(), and parse().