1#ifndef COIN_XML_ATTRIBUTE_H
2#define COIN_XML_ATTRIBUTE_H
27#include <Inventor/C/XML/types.h>
35COIN_DLL_API cc_xml_attr * cc_xml_attr_new(
void);
36COIN_DLL_API cc_xml_attr * cc_xml_attr_new_from_data(
const char * name,
const char * value);
37COIN_DLL_API cc_xml_attr * cc_xml_attr_clone(
const cc_xml_attr * orig);
38COIN_DLL_API
void cc_xml_attr_delete_x(cc_xml_attr * attr);
40COIN_DLL_API
void cc_xml_attr_set_name_x(cc_xml_attr * attr,
const char * name);
41COIN_DLL_API
const char * cc_xml_attr_get_name(
const cc_xml_attr * attr);
42COIN_DLL_API
void cc_xml_attr_set_value_x(cc_xml_attr * attr,
const char * value);
43COIN_DLL_API
const char * cc_xml_attr_get_value(
const cc_xml_attr * attr);
Copyright © 1998-2010 by Kongsberg Oil & Gas Technologies. All rights reserved.
Generated on Wed Jul 17 2024 for Coin by Doxygen 1.12.0.