Internal: the subdocument of a ActaParser. More...
Public Member Functions | |
| SubDocument (ActaParser &pars, MWAWInputStreamPtr input) | |
| virtual | ~SubDocument () |
| destructor | |
| virtual bool | operator!= (MWAWSubDocument const &doc) const |
| operator!= | |
| virtual bool | operator== (MWAWSubDocument const &doc) const |
| operator!== | |
| void | parse (MWAWListenerPtr &listener, libmwaw::SubDocumentType type) |
| the parser function | |
Internal: the subdocument of a ActaParser.
| ActaParserInternal::SubDocument::SubDocument | ( | ActaParser & | pars, |
| MWAWInputStreamPtr | input | ||
| ) | [inline] |
| virtual ActaParserInternal::SubDocument::~SubDocument | ( | ) | [inline, virtual] |
destructor
| virtual bool ActaParserInternal::SubDocument::operator!= | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
| virtual bool ActaParserInternal::SubDocument::operator== | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
operator!==
Reimplemented from MWAWSubDocument.
| void ActaParserInternal::SubDocument::parse | ( | MWAWListenerPtr & | listener, |
| libmwaw::SubDocumentType | type | ||
| ) | [virtual] |
the parser function
Implements MWAWSubDocument.