Sha256: 3566d98879549df4aae4343654fc4c9d723c353d6ee38334d95485343383fa34
Contents?: true
Size: 311 Bytes
Versions: 13
Compression:
Stored size: 311 Bytes
Contents
/* Please see the LICENSE file for copyright and distribution information */ #ifndef __RXML_XPATH__ #define __RXML_XPATH__ 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
13 entries across 13 versions & 1 rubygems