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

wbxml_tree_clb_wbxml.h File Reference

WBXML Tree Callbacks for WBXML Parser. More...

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

Included by dependency graph

Go to the source code of this file.

Functions

void wbxml_tree_clb_wbxml_start_document (void *ctx, WB_LONG charset, const WBXMLLangEntry *lang)
 Start Document Callback.

void wbxml_tree_clb_wbxml_end_document (void *ctx)
 End Document Callback.

void wbxml_tree_clb_wbxml_start_element (void *ctx, WBXMLTag *element, WBXMLAttribute **atts, WB_BOOL empty)
 Start Element Callback.

void wbxml_tree_clb_wbxml_end_element (void *ctx, WBXMLTag *element, WB_BOOL empty)
 End Element Callback.

void wbxml_tree_clb_wbxml_characters (void *ctx, WB_UTINY *ch, WB_ULONG start, WB_ULONG length)
 Characters Callback.

void wbxml_tree_clb_wbxml_pi (void *ctx, const WB_UTINY *target, WB_UTINY *data)
 Processing Instruction Callback.


Detailed Description

WBXML Tree Callbacks for WBXML Parser.

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

Definition in file wbxml_tree_clb_wbxml.h.


Function Documentation

void wbxml_tree_clb_wbxml_end_document void *    ctx
 

End Document Callback.

Parameters:
ctx User data

Definition at line 70 of file wbxml_tree_clb_wbxml.c.

References WBXMLTreeClbCtx_s::error, and WBXML_OK.


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