QVisu
Qt-based visualization for smart homes
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
vlc_xml.h File Reference

Go to the source code of this file.

Classes

struct  xml_t
 
struct  xml_reader_t
 

Macros

#define xml_Create(a)   xml_Create( VLC_OBJECT(a) )
 
#define xml_ReaderCreate(a, s)   xml_ReaderCreate(VLC_OBJECT(a), s)
 

Enumerations

enum  { XML_READER_NONE =0, XML_READER_STARTELEM, XML_READER_ENDELEM, XML_READER_TEXT }
 

Functions

VLC_API xml_txml_Create (vlc_object_t *) VLC_USED
 
VLC_API void xml_Delete (xml_t *)
 
VLC_API xml_reader_txml_ReaderCreate (vlc_object_t *, stream_t *) VLC_USED
 
VLC_API void xml_ReaderDelete (xml_reader_t *)
 
VLC_API xml_reader_txml_ReaderReset (xml_reader_t *, stream_t *) VLC_USED
 

Detailed Description

This file defines functions and structures to handle xml tags in vlc