mUPnP for C
xml_attribute.c File Reference
#include <mupnp/util/log.h>
#include <mupnp/xml/xml.h>

Functions

mUpnpXmlAttributemupnp_xml_attribute_new ()
 
void mupnp_xml_attribute_delete (mUpnpXmlAttribute *attr)
 
void mupnp_xml_attribute_setname (mUpnpXmlAttribute *attr, const char *name)
 
const char * mupnp_xml_attribute_getname (mUpnpXmlAttribute *attr)
 
bool mupnp_xml_attribute_isname (mUpnpXmlAttribute *attr, const char *name)
 
void mupnp_xml_attribute_setvalue (mUpnpXmlAttribute *attr, const char *value)
 
const char * mupnp_xml_attribute_getvalue (mUpnpXmlAttribute *attr)
 

Function Documentation

◆ mupnp_xml_attribute_delete()

void mupnp_xml_attribute_delete ( mUpnpXmlAttribute * attr)

◆ mupnp_xml_attribute_getname()

const char * mupnp_xml_attribute_getname ( mUpnpXmlAttribute * attr)

◆ mupnp_xml_attribute_getvalue()

const char * mupnp_xml_attribute_getvalue ( mUpnpXmlAttribute * attr)

◆ mupnp_xml_attribute_isname()

bool mupnp_xml_attribute_isname ( mUpnpXmlAttribute * attr,
const char * name )

◆ mupnp_xml_attribute_new()

mUpnpXmlAttribute * mupnp_xml_attribute_new ( void )

◆ mupnp_xml_attribute_setname()

void mupnp_xml_attribute_setname ( mUpnpXmlAttribute * attr,
const char * name )

◆ mupnp_xml_attribute_setvalue()

void mupnp_xml_attribute_setvalue ( mUpnpXmlAttribute * attr,
const char * value )