Sha256: a129944dbc5c8866a8f3fadc96cf0acafee74236c6c5f46d997ecdd33edd5057
Contents?: true
Size: 386 Bytes
Versions: 4
Compression:
Stored size: 386 Bytes
Contents
/* $Id: ruby_xml_node.h 612 2008-11-21 08:01:29Z cfis $ */ /* Please see the LICENSE file for copyright and distribution information */ #ifndef __rxml_NODE__ #define __rxml_NODE__ extern VALUE cXMLNode; void ruby_init_xml_node(void); void rxml_node_mark_common(xmlNodePtr xnode); VALUE rxml_node2_wrap(VALUE class, xmlNodePtr xnode); VALUE check_string_or_symbol(VALUE val); #endif
Version data entries
4 entries across 4 versions & 1 rubygems