Data Fields

xml_reader_t Struct Reference

Collaboration diagram for xml_reader_t:
Collaboration graph
[legend]

Data Fields

xml_reader_sys_tp_sys
stream_tp_stream
module_tp_module
int(* pf_next_node )(xml_reader_t *, const char **)
const char *(* pf_next_attr )(xml_reader_t *, const char **)
int(* pf_use_dtd )(xml_reader_t *)
int(* pf_is_empty )(xml_reader_t *)
VLC_COMMON_MEMBERS \ * these members are common for all vlc objects \

const char * psz_object_type
char * psz_header
int i_flags
bool b_force
 set by the outside (eg.
libvlc_int_tp_libvlc
 (root of all evil) - 1
vlc_object_tp_parent
 our parent

Field Documentation

set by the outside (eg.

module_need())

(root of all evil) - 1

our parent

const char*(* xml_reader_t::pf_next_attr)(xml_reader_t *, const char **)

Referenced by xml_ReaderNextAttr().

int(* xml_reader_t::pf_next_node)(xml_reader_t *, const char **)

Referenced by xml_ReaderUseDTD().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines