Internal: the subdocument of a WPS4Parser. More...
Public Member Functions | |
SubDocument (RVNGInputStreamPtr input, WKS4Parser &pars, bool header) | |
constructor for a text entry More... | |
~SubDocument () | |
destructor More... | |
virtual bool | operator== (shared_ptr< WKSSubDocument > const &doc) const |
operator== More... | |
void | parse (shared_ptr< WKSContentListener > &listener, libwps::SubDocumentType subDocumentType) |
the parser function More... | |
![]() | |
WKSSubDocument (RVNGInputStreamPtr &input, WKSParser *parser, int id=0) | |
constructor More... | |
virtual | ~WKSSubDocument () |
destructor More... | |
WKSParser * | parser () const |
returns the parser More... | |
virtual bool | operator== (shared_ptr< WPSSubDocument > const &doc) const |
an operator = More... | |
![]() | |
WPSSubDocument (RVNGInputStreamPtr &input, int id=0) | |
constructor More... | |
virtual | ~WPSSubDocument () |
destructor More... | |
RVNGInputStreamPtr & | getInput () |
returns the input More... | |
int | id () const |
get the identificator More... | |
void | setId (int i) |
set the identificator More... | |
bool | operator!= (shared_ptr< WPSSubDocument > const &doc) const |
Public Attributes | |
bool | m_header |
a flag to known if we need to send the header or the footer More... | |
Additional Inherited Members | |
![]() | |
WKSParser * | m_parser |
![]() | |
RVNGInputStreamPtr | m_input |
int | m_id |
Internal: the subdocument of a WPS4Parser.
|
inline |
constructor for a text entry
|
inline |
destructor
|
inlinevirtual |
operator==
|
virtual |
the parser function
Implements WKSSubDocument.
bool WKS4ParserInternal::SubDocument::m_header |
a flag to known if we need to send the header or the footer
Referenced by operator==().