Sha256: 8cdd98e4e8375166d71be761bbecf2b85f4d1b9eb29fe6bd96f8b68b125daea1

Contents?: true

Size: 345 Bytes

Versions: 268

Compression:

Stored size: 345 Bytes

Contents

#ifndef NOKOGIRI_XML_NODE_SET
#define NOKOGIRI_XML_NODE_SET

#include <nokogiri.h>
void init_xml_node_set();

extern VALUE cNokogiriXmlNodeSet ;
VALUE Nokogiri_wrap_xml_node_set(xmlNodeSetPtr node_set, VALUE document) ;

typedef struct _nokogiriNodeSetTuple {
  xmlNodeSetPtr node_set;
  st_table     *namespaces;
} nokogiriNodeSetTuple;
#endif

Version data entries

268 entries across 268 versions & 22 rubygems

Version Path
nokogiri-1.6.6.1-java ext/nokogiri/xml_node_set.h
nokogiri-1.6.6.1 ext/nokogiri/xml_node_set.h
nokogiri-1.6.5 ext/nokogiri/xml_node_set.h
nokogiri-1.6.5-x86-mingw32 ext/nokogiri/xml_node_set.h
nokogiri-1.6.5-x64-mingw32 ext/nokogiri/xml_node_set.h
nokogiri-1.6.5-java ext/nokogiri/xml_node_set.h
nokogiri-1.6.4.1 ext/nokogiri/xml_node_set.h
nokogiri-1.6.4.1-x86-mingw32 ext/nokogiri/xml_node_set.h
nokogiri-1.6.4.1-x64-mingw32 ext/nokogiri/xml_node_set.h
nokogiri-1.6.4.1-java ext/nokogiri/xml_node_set.h
nokogiri-1.6.4 ext/nokogiri/xml_node_set.h
nokogiri-1.6.4-x86-mingw32 ext/nokogiri/xml_node_set.h
nokogiri-1.6.4-x64-mingw32 ext/nokogiri/xml_node_set.h
nokogiri-1.6.4-java ext/nokogiri/xml_node_set.h
nokogiri-1.6.3.1 ext/nokogiri/xml_node_set.h
nokogiri-1.6.3.1-x86-mingw32 ext/nokogiri/xml_node_set.h
nokogiri-1.6.3.1-x64-mingw32 ext/nokogiri/xml_node_set.h
nokogiri-1.6.3.1-java ext/nokogiri/xml_node_set.h
nokogiri-1.6.3 ext/nokogiri/xml_node_set.h
nokogiri-1.6.3-x86-mingw32 ext/nokogiri/xml_node_set.h