#include <cybergarage/xml/cxml.h>
#include <cybergarage/util/clog.h>
Functions | |
CgXmlAttribute * | cg_xml_attribute_new () |
void | cg_xml_attribute_delete (CgXmlAttribute *attr) |
void | cg_xml_attribute_setname (CgXmlAttribute *attr, char *name) |
char * | cg_xml_attribute_getname (CgXmlAttribute *attr) |
BOOL | cg_xml_attribute_isname (CgXmlAttribute *attr, char *name) |
void | cg_xml_attribute_setvalue (CgXmlAttribute *attr, char *value) |
char * | cg_xml_attribute_getvalue (CgXmlAttribute *attr) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|