Sha256: 34641ae3090441f113bcd5e805d78917c000d29b363b48840d2d58c2dc165074

Contents?: true

Size: 523 Bytes

Versions: 14

Compression:

Stored size: 523 Bytes

Contents

/* $Id: ruby_xml_xpath_context.h 412 2008-07-14 08:02:47Z cfis $ */

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

#ifndef __RUBY_XML_XPATH_CONTEXT__
#define __RUBY_XML_XPATH_CONTEXT__

extern VALUE cXMLXPathContext;
void ruby_init_xml_xpath_context(void);

VALUE ruby_xml_xpath_context_register_namespaces(VALUE self, VALUE nslist);
VALUE ruby_xml_xpath_context_register_namespaces_from_node(VALUE self, VALUE node);
VALUE ruby_xml_xpath_context_find(VALUE self, VALUE xpath_expr);

#endif

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
libxml-ruby-0.8.0-x86-mswin32-60 ext/libxml/ruby_xml_xpath_context.h
libxml-ruby-0.8.1-x86-mswin32-60 ext/libxml/ruby_xml_xpath_context.h
libxml-ruby-0.8.2 ext/libxml/ruby_xml_xpath_context.h
libxml-ruby-0.8.2-x86-mswin32-60 ext/libxml/ruby_xml_xpath_context.h
libxml-ruby-0.8.0 ext/libxml/ruby_xml_xpath_context.h
libxml-ruby-0.8.1 ext/libxml/ruby_xml_xpath_context.h
libxml-ruby-0.9.1 ext/libxml/ruby_xml_xpath_context.h
libxml-ruby-0.9.1-x86-mswin32-60 ext/libxml/ruby_xml_xpath_context.h
libxml-ruby-0.9.2-x86-mswin32-60 ext/libxml/ruby_xml_xpath_context.h
libxml-ruby-0.9.2 ext/libxml/ruby_xml_xpath_context.h
libxml-ruby-0.8.3 ext/libxml/ruby_xml_xpath_context.h
libxml-ruby-0.8.3-x86-mswin32-60 ext/libxml/ruby_xml_xpath_context.h
libxml-ruby-0.9.0 ext/libxml/ruby_xml_xpath_context.h
libxml-ruby-0.9.0-x86-mswin32-60 ext/libxml/ruby_xml_xpath_context.h