|
void | cc_xml_doc_expat_element_start_handler_cb (void *userdata, const XML_Char *elementtype, const XML_Char **attributes) |
|
void | cc_xml_doc_expat_element_end_handler_cb (void *userdata, const XML_Char *element) |
|
SbBool | cc_xml_is_all_whitespace_p (const char *strptr) |
|
void | cc_xml_doc_expat_character_data_handler_cb (void *userdata, const XML_Char *cdata, int len) |
|
void | cc_xml_doc_expat_processing_instruction_handler_cb (void *userdata, const XML_Char *target, const XML_Char *pidata) |
|
void | cc_xml_doc_create_parser_x (cc_xml_doc *doc) |
|
void | cc_xml_doc_delete_parser_x (cc_xml_doc *doc) |
|
void | cc_xml_doc_parse_buffer_partial_init_x (cc_xml_doc *doc) |
|