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