Sha256: 127d307f557ff0307da114e5489fb39e67bd713f30c0cb04e327826ad404f1ea
Contents?: true
Size: 340 Bytes
Versions: 17
Compression:
Stored size: 340 Bytes
Contents
/* Please see the LICENSE file for copyright and distribution information */ #ifndef __RXML_XPATH__ #define __RXML_XPATH__ #include <libxml/xpath.h> extern VALUE mXPath; void rxml_init_xpath(void); VALUE rxml_xpath_to_value(xmlXPathContextPtr, xmlXPathObjectPtr); xmlXPathObjectPtr rxml_xpath_from_value(VALUE); #endif
Version data entries
17 entries across 17 versions & 1 rubygems