Main Page   Modules   Compound List   File List   Compound Members   File Members   Related Pages  

wbxml_handlers.h File Reference

WBXML Parser Handlers. More...

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Compounds

struct  WBXMLContentHandler_s
 WBXMLContentHandler structure. More...


Typedefs

typedef void(* WBXMLStartDocumentHandler )(void *ctx, WB_LONG charset, const WBXMLLangEntry *lang)
 Start Document Handler.

typedef void(* WBXMLEndDocumentHandler )(void *ctx)
 End Document handler.

typedef void(* WBXMLStartElementHandler )(void *ctx, WBXMLTag *localName, WBXMLAttribute **atts, WB_BOOL empty)
 Start Element handler.

typedef void(* WBXMLEndElementHandler )(void *ctx, WBXMLTag *localName, WB_BOOL empty)
 End Element handler.

typedef void(* WBXMLCharactersHandler )(void *ctx, WB_UTINY *ch, WB_ULONG start, WB_ULONG length)
 Characters handler.

typedef void(* WBXMLProcessingInstructionHandler )(void *ctx, const WB_UTINY *target, WB_UTINY *data)
 Processing Instruction Handler.

typedef WBXMLContentHandler_s WBXMLContentHandler
 WBXMLContentHandler structure.


Detailed Description

WBXML Parser Handlers.

Author:
Aymerick Jéhanne <libwbxml@jehanne.org>
Date:
02/06/09

Definition in file wbxml_handlers.h.


Generated on Mon Nov 24 20:09:45 2003 for WBXML Library by doxygen1.3-rc1