Sha256: 02a912e00c39c0f37aaa4b8ea5c96cd1b7d2fb788cb0b83db39ba290ea8c4d6e
Contents?: true
Size: 394 Bytes
Versions: 40
Compression:
Stored size: 394 Bytes
Contents
/* Please see the LICENSE file for copyright and distribution information */ #ifndef __RXML_ATTRIBUTES__ #define __RXML_ATTRIBUTES__ extern VALUE cXMLAttributesibutes; void rxml_init_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
Version data entries
40 entries across 40 versions & 1 rubygems