Sha256: ac2b072035bb6b20f72d8ea7bfc97312ca5effa87c1fdd271770d0cc48a0b928

Contents?: true

Size: 484 Bytes

Versions: 4

Compression:

Stored size: 484 Bytes

Contents

/* $Id: rxml_parser.h 39 2006-02-21 20:40:16Z roscopeco $ */

/* Please see the LICENSE file for copyright and distribution information */

#ifndef __rxml_INPUT__
#define __rxml_INPUT__

extern VALUE cXMLInput;

extern ID BASE_URL_ATTR;
extern ID ENCODING_ATTR;
extern ID FILE_ATTR;
extern ID IO_ATTR;
extern ID STRING_ATTR;

void ruby_init_xml_input();
int rxml_read_callback(void *context, char *buffer, int len);
VALUE rxml_input_encoding_to_s(VALUE self, VALUE encoding);

#endif

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
libxml-ruby-0.9.4 ext/libxml/ruby_xml_input.h
libxml-ruby-0.9.4-x86-mswin32-60 ext/libxml/ruby_xml_input.h
libxml-ruby-0.9.5 ext/libxml/ruby_xml_input.h
libxml-ruby-0.9.5-x86-mswin32-60 ext/libxml/ruby_xml_input.h