Sha256: 7829f6c40ee54fe3101b0cf0c88c2cb6c636aa2ca7646a7e3388997c6a70096d
Contents?: true
Size: 335 Bytes
Versions: 2
Compression:
Stored size: 335 Bytes
Contents
/* $Id: ruby_xml_xpointer.h 630 2008-11-24 06:53:01Z 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
libxml-ruby-0.9.4 | ext/libxml/ruby_xml_xpointer.h |
libxml-ruby-0.9.4-x86-mswin32-60 | ext/libxml/ruby_xml_xpointer.h |