Sha256: 5d37f3a660d9d435322a041a40a3df718a3c4163f9752819b66b7257f2139e24
Contents?: true
Size: 506 Bytes
Versions: 8
Compression:
Stored size: 506 Bytes
Contents
/* $Id: ruby_xml_node.h 348 2008-07-09 18:18:19Z cfis $ */ /* Please see the LICENSE file for copyright and distribution information */ #ifndef __RUBY_XML_NODE__ #define __RUBY_XML_NODE__ extern VALUE cXMLNode; extern VALUE eXMLNodeSetNamespace; extern VALUE eXMLNodeFailedModify; extern VALUE eXMLNodeUnknownType; void ruby_init_xml_node(void); void ruby_xml_node_mark_common(xmlNodePtr xnode); VALUE ruby_xml_node2_wrap(VALUE class, xmlNodePtr xnode); VALUE check_string_or_symbol(VALUE val); #endif
Version data entries
8 entries across 8 versions & 1 rubygems