25 #ifndef XINE_DEPRECATED 26 #define XINE_DEPRECATED 29 #ifndef XINE_PROTECTED 30 #define XINE_PROTECTED 34 #define XML_PARSER_CASE_INSENSITIVE 0 35 #define XML_PARSER_CASE_SENSITIVE 1 38 #define XML_PARSER_OK 0 39 #define XML_PARSER_ERROR 1 42 #define XML_PARSER_RELAXED 1 43 #define XML_PARSER_MULTI_TEXT 2 46 #define CDATA_MARKER "[CDATA]" Definition: xmlparser.h:104
void xml_parser_free_tree(xml_node_t *root_node)
Definition: xmlparser.c:179
char * value
Definition: xmlparser.h:51
enable disable number of frames of telecine pattern sync required before mode change make frames evenly spaced for film mode(24 fps)" ) PARAM_ITEM( POST_PARAM_TYPE_BOOL
int xml_parser_build_tree(xml_node_t **root_node)
Definition: xmlparser.c:753
Definition: xmllexer.h:59
struct xml_property_s * props
Definition: xmlparser.h:67
int mode
Definition: xmlparser.h:75
struct xml_node_s xml_node_t
int xml_parser_get_property_bool(const xml_node_t *node, const char *name, int def_value)
Definition: xmlparser.c:798
const char * xml_parser_get_property(const xml_node_t *node, const char *name)
Definition: xmlparser.c:761
int xml_parser_build_tree_with_options_r(xml_parser_t *xml_parser, xml_node_t **root_node, int flags)
Definition: xmlparser.c:704
char * name
Definition: xmlparser.h:65
char * xml_escape_string(const char *s, xml_escape_quote_t quote_type)
Definition: xmlparser.c:839
xml_escape_quote_t
Definition: xmlparser.h:101
xml_parser_t * xml_parser_init_r(const char *buf, int size, int mode)
Definition: xmlparser.c:116
void xml_parser_init(const char *buf, int size, int mode)
Definition: xmlparser.c:109
int xml_parser_build_tree_r(xml_parser_t *xml_parser, xml_node_t **root_node)
Definition: xmlparser.c:757
int xml_parser_get_property_int(const xml_node_t *node, const char *name, int def_value)
Definition: xmlparser.c:781
void xml_parser_finalize_r(xml_parser_t *xml_parser)
Definition: xmlparser.c:134
void xml_parser_dump_tree(const xml_node_t *node)
Definition: xmlparser.c:878
struct xml_property_s xml_property_t
struct xml_node_s * next
Definition: xmlparser.h:69
struct xml_node_s * child
Definition: xmlparser.h:68
char * data
Definition: xmlparser.h:66
#define XINE_PROTECTED
Definition: attributes.h:73
char * name
Definition: xmlparser.h:50
Definition: xmlparser.h:103
Definition: xmlparser.h:102
Definition: xmlparser.h:73
struct xml_parser_s xml_parser_t
Definition: xmlparser.h:64
struct xml_property_s * next
Definition: xmlparser.h:52
Definition: xmlparser.h:49
struct lexer * lexer
Definition: xmlparser.h:74
int xml_parser_build_tree_with_options(xml_node_t **root_node, int flags)
Definition: xmlparser.c:700
#define XINE_DEPRECATED
Definition: xmlparser.h:26