LibreOffice Module shell (master) 1
|
Go to the source code of this file.
Macros | |
#define | UTF8ToWString(s) s |
Functions | |
static void | xml_start_element_handler (void *UserData, const XML_Char *name, const XML_Char **atts) |
static void | xml_end_element_handler (void *UserData, const XML_Char *name) |
static void | xml_character_data_handler (void *UserData, const XML_Char *s, int len) |
static void | xml_comment_handler (void *UserData, const XML_Char *Data) |
#define UTF8ToWString | ( | s | ) | s |
Definition at line 27 of file xml_parser.cxx.
|
static |
Definition at line 124 of file xml_parser.cxx.
References i_xml_parser_event_handler::characters(), xml_parser::get_document_handler(), i_xml_parser_event_handler::ignore_whitespace(), and UTF8ToWString.
Referenced by xml_parser::init().
|
static |
Definition at line 139 of file xml_parser.cxx.
References i_xml_parser_event_handler::comment(), Data, xml_parser::get_document_handler(), and UTF8ToWString.
Referenced by xml_parser::init().
|
static |
Definition at line 114 of file xml_parser.cxx.
References i_xml_parser_event_handler::end_element(), xml_parser::get_document_handler(), name, and UTF8ToWString.
Referenced by xml_parser::init().
|
static |
Definition at line 90 of file xml_parser.cxx.
References xml_parser::get_document_handler(), i, name, i_xml_parser_event_handler::start_element(), and UTF8ToWString.
Referenced by xml_parser::init().