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