Sha256: 0d8c7a3aaba124aef1e9a9486f292958d4733e73aa83c8539123e666708cf95e

Contents?: true

Size: 950 Bytes

Versions: 2

Compression:

Stored size: 950 Bytes

Contents

/* DO NOT EDIT THIS FILE - UPDATE FROM LIBXML-RUBY ONLY */
/* Generated: Thu Mar 09 23:18:22 GMT 2006 */
/* Release  : 0.3.6 */







/* $Id: ruby_xml_xpath_context.h,v 1.2 2006/02/27 12:55:32 roscopeco Exp $ */

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

#ifndef __RUBY_XML_XPATH_CONTEXT__
#define __RUBY_XML_XPATH_CONTEXT__

extern VALUE cXMLXPathContext;

typedef struct ruby_xml_xpath_context {
  VALUE xd;
  xmlXPathContextPtr ctxt;
} ruby_xml_xpath_context;

void ruby_xml_xpath_context_free(ruby_xml_xpath_context *rxxpc);
VALUE ruby_xml_xpath_context_new(VALUE class, VALUE xd,
				 xmlXPathContextPtr ctxt);
VALUE ruby_xml_xpath_context_new2(VALUE xd, xmlXPathContextPtr ctxt);
VALUE ruby_xml_xpath_context_new3(VALUE xd);
VALUE ruby_xml_xpath_context_new4(VALUE rnode);
VALUE ruby_xml_xpath_context_register_namespace(VALUE self, VALUE prefix, VALUE uri);
void ruby_init_xml_xpath_context(void);

#endif

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
libxsl-ruby-0.3.6 ext/xml/libxml-ruby/ruby_xml_xpath_context.h
libxslt-ruby-0.3.6 ext/xml/libxml-ruby/ruby_xml_xpath_context.h