Sha256: 9c3d44d42a2d4ecdf64f53a8ab7989ba93521a89ec284652d693b590b4257cea
Contents?: true
Size: 437 Bytes
Versions: 8
Compression:
Stored size: 437 Bytes
Contents
/* Please see the LICENSE file for copyright and distribution information */ #ifndef __RXML_ATTRIBUTES__ #define __RXML_ATTRIBUTES__ #include <libxml/tree.h> 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
8 entries across 8 versions & 1 rubygems