Sha256: 01239118c40edf4bc9e4718fee40b7cb06286b85092c6f2f0379e93318fafe2c

Contents?: true

Size: 485 Bytes

Versions: 4

Compression:

Stored size: 485 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 klass, VALUE encoding);

#endif

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
libxml-ruby-0.9.6 ext/libxml/ruby_xml_input.h
libxml-ruby-0.9.6-x86-mswin32-60 ext/libxml/ruby_xml_input.h
libxml-ruby-0.9.7 ext/libxml/ruby_xml_input.h
libxml-ruby-0.9.7-x86-mswin32-60 ext/libxml/ruby_xml_input.h