Sha256: 1a40ed06fcabb4d50a19a5e6d499fe0593c5a3681508511bc3245f8cbebeaf40
Contents?: true
Size: 379 Bytes
Versions: 18
Compression:
Stored size: 379 Bytes
Contents
/* Copyright (c) 2006 Apple Computer Inc. * Please see the LICENSE file for copyright and distribution information. */ #ifndef __RUBY_XML_READER__ #define __RUBY_XML_READER__ extern VALUE cXMLReader; void ruby_init_xml_reader(void); /* Exported to be used by XML::Document#reader */ VALUE ruby_xml_reader_new_walker(VALUE self, VALUE doc); #endif /* __RUBY_XML_READER__ */
Version data entries
18 entries across 18 versions & 1 rubygems