exip  Alpha 0.5.4
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ContentHandler Struct Reference

Simple container for function pointers for document events.

#include <contentHandler.h>

Data Fields

errorCode(* startDocument )(void *app_data)
 
errorCode(* endDocument )(void *app_data)
 
errorCode(* startElement )(QName qname, void *app_data)
 
errorCode(* endElement )(void *app_data)
 
errorCode(* attribute )(QName qname, void *app_data)
 
errorCode(* intData )(Integer int_val, void *app_data)
 
errorCode(* booleanData )(boolean bool_val, void *app_data)
 
errorCode(* stringData )(const String str_val, void *app_data)
 
errorCode(* floatData )(Float float_val, void *app_data)
 
errorCode(* binaryData )(const char *binary_val, Index nbytes, void *app_data)
 
errorCode(* dateTimeData )(EXIPDateTime dt_val, void *app_data)
 
errorCode(* decimalData )(Decimal dec_val, void *app_data)
 
errorCode(* listData )(EXITypeClass exiType, unsigned int itemCount, void *app_data)
 
errorCode(* qnameData )(const QName qname, void *app_data)
 
errorCode(* processingInstruction )(void *app_data)
 
errorCode(* namespaceDeclaration )(const String ns, const String prefix, boolean isLocalElementNS, void *app_data)
 
errorCode(* warning )(const errorCode code, const char *msg, void *app_data)
 
errorCode(* error )(const errorCode code, const char *msg, void *app_data)
 
errorCode(* fatalError )(const errorCode code, const char *msg, void *app_data)
 
errorCode(* selfContained )(void *app_data)
 

Detailed Description

Definition at line 28 of file bin/headers/contentHandler.h.

Field Documentation

errorCode(* ContentHandler::attribute)(QName qname, void *app_data)

Definition at line 35 of file bin/headers/contentHandler.h.

errorCode(* ContentHandler::binaryData)(const char *binary_val, Index nbytes, void *app_data)

Definition at line 42 of file bin/headers/contentHandler.h.

errorCode(* ContentHandler::booleanData)(boolean bool_val, void *app_data)

Definition at line 39 of file bin/headers/contentHandler.h.

errorCode(* ContentHandler::dateTimeData)(EXIPDateTime dt_val, void *app_data)

Definition at line 43 of file bin/headers/contentHandler.h.

errorCode(* ContentHandler::decimalData)(Decimal dec_val, void *app_data)

Definition at line 44 of file bin/headers/contentHandler.h.

errorCode(* ContentHandler::endDocument)(void *app_data)

Definition at line 32 of file bin/headers/contentHandler.h.

errorCode(* ContentHandler::endElement)(void *app_data)

Definition at line 34 of file bin/headers/contentHandler.h.

errorCode(* ContentHandler::error)(const errorCode code, const char *msg, void *app_data)

Definition at line 54 of file bin/headers/contentHandler.h.

errorCode(* ContentHandler::fatalError)(const errorCode code, const char *msg, void *app_data)

Definition at line 55 of file bin/headers/contentHandler.h.

errorCode(* ContentHandler::floatData)(Float float_val, void *app_data)

Definition at line 41 of file bin/headers/contentHandler.h.

errorCode(* ContentHandler::intData)(Integer int_val, void *app_data)

Definition at line 38 of file bin/headers/contentHandler.h.

errorCode(* ContentHandler::listData)(EXITypeClass exiType, unsigned int itemCount, void *app_data)

Definition at line 45 of file bin/headers/contentHandler.h.

errorCode(* ContentHandler::namespaceDeclaration)(const String ns, const String prefix, boolean isLocalElementNS, void *app_data)

Definition at line 50 of file bin/headers/contentHandler.h.

errorCode(* ContentHandler::processingInstruction)(void *app_data)

Definition at line 49 of file bin/headers/contentHandler.h.

errorCode(* ContentHandler::qnameData)(const QName qname, void *app_data)

Definition at line 46 of file bin/headers/contentHandler.h.

errorCode(* ContentHandler::selfContained)(void *app_data)

Definition at line 58 of file bin/headers/contentHandler.h.

errorCode(* ContentHandler::startDocument)(void *app_data)

Definition at line 31 of file bin/headers/contentHandler.h.

errorCode(* ContentHandler::startElement)(QName qname, void *app_data)

Definition at line 33 of file bin/headers/contentHandler.h.

errorCode(* ContentHandler::stringData)(const String str_val, void *app_data)

Definition at line 40 of file bin/headers/contentHandler.h.

errorCode(* ContentHandler::warning)(const errorCode code, const char *msg, void *app_data)

Definition at line 53 of file bin/headers/contentHandler.h.


The documentation for this struct was generated from the following files: