a generic property handler More...
#include <MWAWPropertyHandler.hxx>
Public Member Functions | |
MWAWPropertyHandler () | |
constructor More... | |
virtual | ~MWAWPropertyHandler () |
destructor More... | |
virtual void | startElement (const char *psName, const WPXPropertyList &xPropList)=0 |
starts an element More... | |
virtual void | startElement (const char *psName, const WPXPropertyList &xPropList, const WPXPropertyListVector &vect) |
starts an element ( given a vector list ) More... | |
virtual void | startElement (const char *psName, const WPXPropertyList &xPropList, const WPXBinaryData &data) |
starts an element ( given a binary data ) More... | |
virtual void | endElement (const char *psName)=0 |
ends an element More... | |
virtual void | insertElement (const char *psName) |
inserts a simple element ( note: maybe used one day to code insertEOL, insertTab...) More... | |
virtual void | characters (WPXString const &sCharacters)=0 |
writes a list of characters More... | |
bool | checkData (WPXBinaryData const &encoded) |
checks a encoded WPXBinaryData created by MWAWPropertyHandlerEncoder More... | |
bool | readData (WPXBinaryData const &encoded) |
reads a encoded WPXBinaryData created by MWAWPropertyHandlerEncoder More... | |
a generic property handler
|
inline |
constructor
|
inlinevirtual |
destructor
|
pure virtual |
writes a list of characters
Implemented in MWAWDocumentInternal::GraphicExporter.
bool MWAWPropertyHandler::checkData | ( | WPXBinaryData const & | encoded | ) |
checks a encoded WPXBinaryData created by MWAWPropertyHandlerEncoder
Referenced by MWAWDocument::decodeGraphic().
|
pure virtual |
ends an element
Implemented in MWAWDocumentInternal::GraphicExporter.
|
virtual |
inserts a simple element ( note: maybe used one day to code insertEOL, insertTab...)
Reimplemented in MWAWDocumentInternal::GraphicExporter.
bool MWAWPropertyHandler::readData | ( | WPXBinaryData const & | encoded | ) |
reads a encoded WPXBinaryData created by MWAWPropertyHandlerEncoder
Referenced by MWAWDocument::decodeGraphic().
|
pure virtual |
starts an element
Implemented in MWAWDocumentInternal::GraphicExporter.
|
virtual |
starts an element ( given a vector list )
Reimplemented in MWAWDocumentInternal::GraphicExporter.
|
virtual |
starts an element ( given a binary data )
Reimplemented in MWAWDocumentInternal::GraphicExporter.