Sha256: 8bea04a399d7d3dd0a0384a7c6c25c6ad4ef0dbf34eef9ca38fd236cc0473d51

Contents?: true

Size: 312 Bytes

Versions: 2

Compression:

Stored size: 312 Bytes

Contents

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

#ifndef __RXML_XPATH__
#define __RXML_XPATH__

extern VALUE mXPath;

extern VALUE rxml_xpath_to_value(xmlXPathContextPtr, xmlXPathObjectPtr);
extern xmlXPathObjectPtr rxml_xpath_from_value(VALUE);

void rxml_init_xpath(void);

#endif

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
libxml-ruby-2.1.0-x86-mingw32 ext/libxml/ruby_xml_xpath.h
libxml-ruby-2.1.0 ext/libxml/ruby_xml_xpath.h