SDGParserInternal::SubDocument Class Reference

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

Inheritance diagram for SDGParserInternal::SubDocument:
STOFFSubDocument

List of all members.

Public Member Functions

 SubDocument (librevenge::RVNGString const &text)
virtual ~SubDocument ()
 destructor
virtual bool operator!= (STOFFSubDocument const &doc) const
 operator!=
virtual bool operator== (STOFFSubDocument const &doc) const
 operator!==
void parse (STOFFListenerPtr &listener, libstoff::SubDocumentType type)
 the parser function

Protected Attributes

librevenge::RVNGString m_text
 the text

Detailed Description

Internal: the subdocument of a SDGParser.


Constructor & Destructor Documentation

SDGParserInternal::SubDocument::SubDocument ( librevenge::RVNGString const &  text) [inline, explicit]
virtual SDGParserInternal::SubDocument::~SubDocument ( ) [inline, virtual]

destructor


Member Function Documentation

virtual bool SDGParserInternal::SubDocument::operator!= ( STOFFSubDocument const &  doc) const [inline, virtual]

operator!=

Reimplemented from STOFFSubDocument.

Referenced by operator==().

virtual bool SDGParserInternal::SubDocument::operator== ( STOFFSubDocument const &  doc) const [inline, virtual]

operator!==

Reimplemented from STOFFSubDocument.

the parser function

Implements STOFFSubDocument.


Member Data Documentation

librevenge::RVNGString SDGParserInternal::SubDocument::m_text [protected]

the text

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


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