a generic property handler More...
#include <STOFFPropertyHandler.hxx>
Public Member Functions | |
STOFFPropertyHandler () | |
constructor | |
virtual | ~STOFFPropertyHandler () |
destructor | |
virtual void | insertElement (const char *psName)=0 |
inserts a simple element | |
virtual void | insertElement (const char *psName, const librevenge::RVNGPropertyList &xPropList)=0 |
inserts an element ( given a property list ) | |
virtual void | characters (librevenge::RVNGString const &sCharacters)=0 |
writes a list of characters | |
bool | checkData (librevenge::RVNGBinaryData const &encoded) |
checks a encoded librevenge::RVNGBinaryData created by STOFFPropertyHandlerEncoder | |
bool | readData (librevenge::RVNGBinaryData const &encoded) |
reads a encoded librevenge::RVNGBinaryData created by STOFFPropertyHandlerEncoder | |
a generic property handler
|
inline |
constructor
|
virtual |
destructor
|
pure virtual |
writes a list of characters
Implemented in STOFFSpreadsheetDecoder, and STOFFGraphicDecoder.
Referenced by STOFFPropertyHandlerDecoder::readCharacters().
bool STOFFPropertyHandler::checkData | ( | librevenge::RVNGBinaryData const & | encoded | ) |
checks a encoded librevenge::RVNGBinaryData created by STOFFPropertyHandlerEncoder
Referenced by STOFFDocument::decodeGraphic(), and STOFFDocument::decodeSpreadsheet().
|
pure virtual |
inserts a simple element
Implemented in STOFFSpreadsheetDecoder, and STOFFGraphicDecoder.
Referenced by STOFFPropertyHandlerDecoder::readInsertElement(), and STOFFPropertyHandlerDecoder::readInsertElementWithList().
|
pure virtual |
inserts an element ( given a property list )
Implemented in STOFFSpreadsheetDecoder, and STOFFGraphicDecoder.
bool STOFFPropertyHandler::readData | ( | librevenge::RVNGBinaryData const & | encoded | ) |
reads a encoded librevenge::RVNGBinaryData created by STOFFPropertyHandlerEncoder
Referenced by STOFFDocument::decodeGraphic(), and STOFFDocument::decodeSpreadsheet().