Sha256: e80f4b0142d02fc1aca3d9a2c3e982bdb59c77db0097efe2cbeaf777168bb13a
Contents?: true
Size: 421 Bytes
Versions: 18
Compression:
Stored size: 421 Bytes
Contents
/* Copyright (c) 2006 Apple Computer Inc. * Please see the LICENSE file for copyright and distribution information. */ #ifndef __RXML_READER__ #define __RXML_READER__ #include <libxml/xmlreader.h> #include <libxml/xmlschemas.h> 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
18 entries across 18 versions & 1 rubygems