Go to the documentation of this file.
24 #ifndef _ABWDOCUMENTHANDLER_HXX_
25 #define _ABWDOCUMENTHANDLER_HXX_
26 #include <librevenge/librevenge.h>
40 typedef bool (*
ABWCheckImage)(
const librevenge::RVNGString &mimeType,
const librevenge::RVNGBinaryData &image);
48 typedef bool (*
ABWEmbeddedImage)(
const librevenge::RVNGBinaryData &input, librevenge::RVNGBinaryData &output);
55 typedef bool (*
ABWEmbeddedObject)(
const librevenge::RVNGBinaryData &data, ABWGenerator &generator);
71 virtual void startDocument() = 0;
75 virtual void endDocument() = 0;
82 virtual void startElement(
const char *psName,
const librevenge::RVNGPropertyList &xPropList) = 0;
89 virtual void endElement(
const char *psName) = 0;
95 virtual void characters(
const librevenge::RVNGString &sCharacters) = 0;
virtual ~ABWDocumentHandler()
Definition: ABWDocumentHandler.hxx:67
Definition: ABWDocumentHandler.hxx:30
XML writer.
Definition: ABWDocumentHandler.hxx:64
bool(* ABWEmbeddedImage)(const librevenge::RVNGBinaryData &input, librevenge::RVNGBinaryData &output)
Handler for embedded images.
Definition: ABWDocumentHandler.hxx:48
bool(* ABWCheckImage)(const librevenge::RVNGString &mimeType, const librevenge::RVNGBinaryData &image)
Handler for to check the images type.
Definition: ABWDocumentHandler.hxx:40
bool(* ABWEmbeddedObject)(const librevenge::RVNGBinaryData &data, ABWGenerator &generator)
Handler for embedded objects.
Definition: ABWDocumentHandler.hxx:55
#define RVNGABWAPI
Definition: librvngabw-api.hxx:36
Generated for librvngabw by
doxygen 1.8.17