Sha256: 56b9e728666d2f371d56b5d1b3d4e1a1ffdf8235791941072e7092a06244c704

Contents?: true

Size: 530 Bytes

Versions: 2

Compression:

Stored size: 530 Bytes

Contents

/* $Id: ruby_xml_node_set.h 225 2007-12-07 04:58:09Z transami $ */

/* Please see the LICENSE file for copyright and distribution information */

#ifndef __RUBY_XML_NODE_SET__
#define __RUBY_XML_NODE_SET__

extern VALUE cXMLNodeSet;

typedef struct ruby_xml_node_set {
  VALUE rxpop;
} ruby_xml_node_set;

void ruby_init_xml_node_set(void);
VALUE ruby_xml_node_set_new(VALUE class, VALUE xpop);
VALUE ruby_xml_node_set_new2(VALUE xpop);
VALUE ruby_xml_node_set_each(VALUE self);
VALUE ruby_xml_node_set_first(VALUE self);

#endif

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
libxml-ruby-0.5.3 ext/libxml/ruby_xml_node_set.h
libxml-ruby-0.5.4 ext/libxml/ruby_xml_node_set.h