#include <cybergarage/contentdirectory/cdidllite.h>
#include <cybergarage/avdebug.h>
#include <cybergarage/util/cstring.h>
Functions | |
CgXmlNodeList * | cg_upnp_av_cds_didllite_getchildren (CgXmlNodeList *nodelist, BOOL strict) |
char * | cg_upnp_av_cds_didllite_res_getprotocol (CgXmlNode *resNode) |
char * | cg_upnp_av_cds_didllite_res_getnetwork (CgXmlNode *resNode) |
char * | cg_upnp_av_cds_didllite_res_getmimetype (CgXmlNode *resNode) |
char * | cg_upnp_av_cds_didllite_res_getadditionalinfo (CgXmlNode *resNode) |
|
Check the validity of a DIDL-Lite nodelist and return the direct list of children for the DIDL-Lite root node
|
|
Extract the additional info parameter from the protocolInfo field in a <res> node
|
|
Extract the mime type parameter from the protocolInfo field in a <res> node
|
|
Extract the network parameter from the protocolInfo field in a <res> node
|
|
Extract the protocol parameter from the protocolInfo field in a <res> node
|