|
QVisu
Qt-based visualization for smart homes
|
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_t * | xml_Create (vlc_object_t *) VLC_USED |
| VLC_API void | xml_Delete (xml_t *) |
| VLC_API xml_reader_t * | xml_ReaderCreate (vlc_object_t *, stream_t *) VLC_USED |
| VLC_API void | xml_ReaderDelete (xml_reader_t *) |
| VLC_API xml_reader_t * | xml_ReaderReset (xml_reader_t *, stream_t *) VLC_USED |
This file defines functions and structures to handle xml tags in vlc