Sha256: d552e666257f38943ef855bd95f6fd5bc1345cb1887a2ece20860b8e65697471

Contents?: true

Size: 687 Bytes

Versions: 4

Compression:

Stored size: 687 Bytes

Contents

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

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

#ifndef __RUBY_XML_PARSER_CONTEXT__
#define __RUBY_XML_PARSER_CONTEXT__

extern VALUE cXMLParserContext;

typedef struct ruby_xml_parser_context {
  xmlParserCtxtPtr ctxt;
  int is_ptr;
} ruby_xml_parser_context;

void ruby_xml_parser_context_free(ruby_xml_parser_context *ctxt);
void ruby_init_xml_parser_context(void);
VALUE ruby_xml_parser_context_new(VALUE class, xmlParserCtxtPtr ctxt);
VALUE ruby_xml_parser_context_new2(VALUE class);
VALUE ruby_xml_parser_context_new3();
VALUE ruby_xml_parser_context_each(VALUE self);

#endif

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
libxml-ruby-0.5.0 ext/xml/ruby_xml_parser_context.h
libxml-ruby-0.5.1.0 ext/xml/ruby_xml_parser_context.h
libxml-ruby-0.6.0-x86-mswin32-60 ext/libxml/ruby_xml_parser_context.h
libxml-ruby-0.6.0 ext/libxml/ruby_xml_parser_context.h