Sha256: ff5e72a2b3512e753aca22268b34a2174d18f3411e04765abee78d48aca57e9c

Contents?: true

Size: 350 Bytes

Versions: 4

Compression:

Stored size: 350 Bytes

Contents

/* $Id: ruby_xml_parser_context.h 666 2008-12-07 00:16:50Z cfis $ */

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

#ifndef __RXML_PARSER_CONTEXT__
#define __RXML_PARSER_CONTEXT__

extern VALUE cXMLParserContext;

void ruby_init_xml_parser_context(void);
VALUE rxml_parser_context_wrap(xmlParserCtxtPtr ctxt);

#endif

Version data entries

4 entries across 4 versions & 1 rubygems

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