Data Fields

xml_reader_t Struct Reference

Collaboration diagram for xml_reader_t:
Collaboration graph
[legend]

Data Fields

VLC_COMMON_MEMBERS
xml_reader_sys_t
p_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 *)

Field Documentation

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