Sha256: 25dfd5d8cf93bb42545e64651e121318f73df056b44a200cb08a39e6d047bf5e

Contents?: true

Size: 400 Bytes

Versions: 6

Compression:

Stored size: 400 Bytes

Contents

#ifndef WANKEL_SAX_PARSER
#define WANKEL_SAX_PARSER

#include <ruby.h>
#include <ruby/encoding.h>
#include <yajl/yajl_common.h>
#include <yajl/yajl_parse.h>

#include "wankel.h"
#include "yajl_helpers.h"

void Init_wankel_sax_parser();

typedef struct {
    yajl_handle h;
	yajl_callbacks callbacks;
    yajl_alloc_funcs alloc_funcs;
    int symbolize_keys;
    VALUE rbufsize;
} sax_parser;


#endif

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
wankel-0.4.0 ext/wankel/wankel_sax_parser.h
wankel-0.3.1 ext/wankel/wankel_sax_parser.h
wankel-0.3.0 ext/wankel/wankel_sax_parser.h
wankel-0.2.0 ext/wankel/wankel_sax_parser.h
wankel-0.1.1 ext/wankel/wankel_sax_parser.h
wankel-0.1.0 ext/wankel/wankel_sax_parser.h