LibreOffice Module shell (master) 1
Macros | Functions
xml_parser.cxx File Reference
#include <xml_parser.hxx>
#include <i_xml_parser_event_handler.hxx>
#include <assert.h>
Include dependency graph for xml_parser.cxx:

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)
 

Macro Definition Documentation

◆ UTF8ToWString

#define UTF8ToWString (   s)    s

Definition at line 27 of file xml_parser.cxx.

Function Documentation

◆ xml_character_data_handler()

static void xml_character_data_handler ( void *  UserData,
const XML_Char *  s,
int  len 
)
static

◆ xml_comment_handler()

static void xml_comment_handler ( void *  UserData,
const XML_Char *  Data 
)
static

◆ xml_end_element_handler()

static void xml_end_element_handler ( void *  UserData,
const XML_Char *  name 
)
static

◆ xml_start_element_handler()

static void xml_start_element_handler ( void *  UserData,
const XML_Char *  name,
const XML_Char **  atts 
)
static