WPS8ParserInternal::SubDocument Class Reference

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

Inheritance diagram for WPS8ParserInternal::SubDocument:
WPSTextSubDocument WPSSubDocument

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 More...
 
 ~SubDocument ()
 destructor More...
 
virtual bool operator== (shared_ptr< WPSTextSubDocument > const &doc) const
 operator== More...
 
void parse (shared_ptr< WPSContentListener > &listener, libwps::SubDocumentType subDocumentType)
 the parser function More...
 
- Public Member Functions inherited from WPSTextSubDocument
 WPSTextSubDocument (RVNGInputStreamPtr &input, WPSParser *parser, int id=0)
 constructor More...
 
virtual ~WPSTextSubDocument ()
 destructor More...
 
RVNGInputStreamPtrgetInput ()
 returns the input More...
 
WPSParserparser () const
 returns the parser More...
 
- Public Member Functions inherited from WPSSubDocument
 WPSSubDocument (RVNGInputStreamPtr &input, int id=0)
 constructor More...
 
virtual ~WPSSubDocument ()
 destructor More...
 
RVNGInputStreamPtrgetInput ()
 returns the input More...
 
int id () const
 get the identificator More...
 
void setId (int i)
 set the identificator More...
 
virtual bool operator== (shared_ptr< WPSSubDocument > const &doc) const
 an operator = More...
 
bool operator!= (shared_ptr< WPSSubDocument > const &doc) const
 

Public Attributes

WPSEntry m_entry
 the entry More...
 

Additional Inherited Members

- Protected Attributes inherited from WPSTextSubDocument
WPSParserm_parser
 
- Protected Attributes inherited from WPSSubDocument
RVNGInputStreamPtr m_input
 
int m_id
 

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

WPS8ParserInternal::SubDocument::~SubDocument ( )
inline

destructor

Member Function Documentation

virtual bool WPS8ParserInternal::SubDocument::operator== ( shared_ptr< WPSTextSubDocument > const &  doc) const
inlinevirtual

operator==

Reimplemented from WPSTextSubDocument.

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

the parser function

Implements WPSTextSubDocument.

Member Data Documentation

WPSEntry WPS8ParserInternal::SubDocument::m_entry

the entry

Referenced by operator==(), and parse().


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

Generated on Mon Nov 23 2015 07:09:19 for libwps by doxygen 1.8.5