Sha256: ad4ed2943bf36efc198d568174f604a43939325eea2c8f9c4ace06045f689330
Contents?: true
Size: 438 Bytes
Versions: 13
Compression:
Stored size: 438 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
13 entries across 13 versions & 1 rubygems