Sha256: 2264e4e3a4b4e7265a8bc75fc6d365ec9b08993c9dc562b16afd2a717b574172
Contents?: true
Size: 322 Bytes
Versions: 6
Compression:
Stored size: 322 Bytes
Contents
/* $Id: ruby_xml_xpointer.h 666 2008-12-07 00:16:50Z cfis $ */ /* Please see the LICENSE file for copyright and distribution information */ #ifndef __RXML_XPOINTER__ #define __RXML_XPOINTER__ extern VALUE cXMLXPointer; void ruby_init_xml_xpointer(void); VALUE rxml_xpointer_point2(VALUE node, VALUE xptr_str); #endif
Version data entries
6 entries across 6 versions & 1 rubygems