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

Version Path
libxml-ruby-5.0.3-x64-mingw-ucrt ext/libxml/ruby_xml_attributes.h
libxml-ruby-5.0.3 ext/libxml/ruby_xml_attributes.h
libxml-ruby-5.0.2-x64-mingw-ucrt ext/libxml/ruby_xml_attributes.h
libxml-ruby-5.0.2 ext/libxml/ruby_xml_attributes.h
libxml-ruby-5.0.1-x64-mingw-ucrt ext/libxml/ruby_xml_attributes.h
libxml-ruby-5.0.1 ext/libxml/ruby_xml_attributes.h
libxml-ruby-5.0.0-x64-mingw-ucrt ext/libxml/ruby_xml_attributes.h
libxml-ruby-5.0.0 ext/libxml/ruby_xml_attributes.h