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

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. | |
Definition in file wbxml_handlers.h.
1.3-rc1