This graph shows which files directly or indirectly include this file:
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. |
Definition in file wbxml_tree_clb_wbxml.h.
|
End Document Callback.
Definition at line 70 of file wbxml_tree_clb_wbxml.c. References WBXMLTreeClbCtx_s::error, and WBXML_OK. |