WPS8ParserInternal::SubDocument Class Reference

Internal: the subdocument of a WPS8Parser. More...

Inheritance diagram for WPS8ParserInternal::SubDocument:
WPSTextSubDocument WPSSubDocument

List of all members.

Public Types

enum  Type { Unknown, TEXT }
 type of an entry More...

Public Member Functions

 SubDocument (RVNGInputStreamPtr input, WPS8Parser &pars, WPSEntry const &entry)
 constructor for a text entry
 ~SubDocument ()
 destructor
virtual bool operator== (shared_ptr< WPSTextSubDocument > const &doc) const
 operator==
void parse (shared_ptr< WPSContentListener > &listener, libwps::SubDocumentType subDocumentType)
 the parser function

Public Attributes

WPSEntry m_entry
 the entry

Detailed Description

Internal: the subdocument of a WPS8Parser.


Member Enumeration Documentation

type of an entry

Enumerator:
Unknown 
TEXT 

Constructor & Destructor Documentation

WPS8ParserInternal::SubDocument::SubDocument ( RVNGInputStreamPtr  input,
WPS8Parser pars,
WPSEntry const &  entry 
) [inline]

constructor for a text entry


Member Function Documentation

virtual bool WPS8ParserInternal::SubDocument::operator== ( shared_ptr< WPSTextSubDocument > const &  doc) const [inline, virtual]

operator==

Reimplemented from WPSTextSubDocument.

void WPS8ParserInternal::SubDocument::parse ( shared_ptr< WPSContentListener > &  listener,
libwps::SubDocumentType  subDocumentType 
) [virtual]

the parser function

Implements WPSTextSubDocument.


Member Data Documentation


The documentation for this class was generated from the following file: