Sha256: 5c56fffc4cf21284ffde415d2b67b847c97f6fc628837f77fd647b3deb3d905d

Contents?: true

Size: 493 Bytes

Versions: 6

Compression:

Stored size: 493 Bytes

Contents

/* $Id: ruby_xml_xpath.h 528 2008-11-15 23:43:48Z cfis $ */

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

#ifndef __RUBY_XML_XPATH__
#define __RUBY_XML_XPATH__

extern VALUE mXPath;

typedef struct ruby_xml_xpath {
  VALUE xd;
  VALUE ctxt;
  xmlXPathObjectPtr xpop;
} ruby_xml_xpath;

void ruby_xml_xpath_free(ruby_xml_xpath *rxxp);
VALUE ruby_xml_xpath_find(VALUE class, VALUE anode, VALUE xpath_expr, VALUE nslist);

void ruby_init_xml_xpath(void);

#endif

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
libxml-ruby-0.9.1-x86-mswin32-60 ext/libxml/ruby_xml_xpath.h
libxml-ruby-0.9.0 ext/libxml/ruby_xml_xpath.h
libxml-ruby-0.9.0-x86-mswin32-60 ext/libxml/ruby_xml_xpath.h
libxml-ruby-0.9.1 ext/libxml/ruby_xml_xpath.h
libxml-ruby-0.9.2 ext/libxml/ruby_xml_xpath.h
libxml-ruby-0.9.2-x86-mswin32-60 ext/libxml/ruby_xml_xpath.h