Sha256: 6e2d109de03eb7eca94ac87717dd6fd41b293335b32adab8a5457207c5aa2afe

Contents?: true

Size: 385 Bytes

Versions: 2

Compression:

Stored size: 385 Bytes

Contents

/* $Id: ruby_xml_node.h 649 2008-11-30 03:15:57Z 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 class, xmlNodePtr xnode);
VALUE check_string_or_symbol(VALUE val);
#endif

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
libxml-ruby-0.9.5 ext/libxml/ruby_xml_node.h
libxml-ruby-0.9.5-x86-mswin32-60 ext/libxml/ruby_xml_node.h