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