Sha256: c8523f0479e935b2393f0a995faa6732eca699e6f11587d7058971eb83359900
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