Sha256: 4bf00b9f2f89a144e9a6a7b2d088200367192b4230454f39d4bb44cf030fde13
Contents?: true
Size: 484 Bytes
Versions: 2
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 ENCODING_ATTR; extern ID FILE_ATTR; extern ID STRING_ATTR; extern ID DOCUMENT_ATTR; extern ID IO_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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
libxml-ruby-0.9.3-x86-mswin32-60 | ext/libxml/ruby_xml_input.h |
libxml-ruby-0.9.3 | ext/libxml/ruby_xml_input.h |