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