/* $Id: rxml_attributes.h 282 2008-07-01 06:44:30Z cfis $ */ /* Please see the LICENSE file for copyright and distribution information */ #ifndef __rxml_ATTRIBUTES__ #define __rxml_ATTRIBUTES__ extern VALUE cXMLAttributesibutes; void ruby_init_xml_attributes(void); VALUE rxml_attributes_new(xmlNodePtr xnode); VALUE rxml_attributes_attribute_get(VALUE self, VALUE name); VALUE rxml_attributes_attribute_set(VALUE self, VALUE name, VALUE value); #endif