Sha256: 3ac6cbdae10b9f85c5a55694d0e92b0f555324f4151a075d2770e1ed352947d1
Contents?: true
Size: 373 Bytes
Versions: 17
Compression:
Stored size: 373 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 rxml_init_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
17 entries across 17 versions & 1 rubygems