Sha256: 5fa77738bd04df9382c9cde880886eb597c95c781d51a224ef8cf21da0967e6e
Contents?: true
Size: 385 Bytes
Versions: 4
Compression:
Stored size: 385 Bytes
Contents
/* $Id: ruby_xml_node.h 666 2008-12-07 00:16:50Z 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_node_wrap(VALUE klass, xmlNodePtr xnode); VALUE check_string_or_symbol(VALUE val); #endif
Version data entries
4 entries across 4 versions & 1 rubygems