Sha256: a66d35962b9bc11743a162b3316fdda167887a207fe9d9dbed8855e19c353c2d
Contents?: true
Size: 298 Bytes
Versions: 26
Compression:
Stored size: 298 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
26 entries across 26 versions & 1 rubygems