Sha256: 69f860a26c6d501c19196455b11dda1e784bed2a7eb5c3ca555e258b833ab7af
Contents?: true
Size: 266 Bytes
Versions: 5
Compression:
Stored size: 266 Bytes
Contents
/* $Id$ */ /* Please see the LICENSE file for copyright and distribution information */ #ifndef __RXML_XPOINTER__ #define __RXML_XPOINTER__ extern VALUE cXMLXPointer; void rxml_init_xpointer(void); VALUE rxml_xpointer_point2(VALUE node, VALUE xptr_str); #endif
Version data entries
5 entries across 5 versions & 2 rubygems