Sha256: 8371cdfd24eeefcee0207ecb8450a27b7e5218d86cfa46a3a94fc2794085cbc6

Contents?: true

Size: 300 Bytes

Versions: 5

Compression:

Stored size: 300 Bytes

Contents

/* $Id$ */

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

#ifndef __RXML_DOCUMENT__
#define __RXML_DOCUMENT__

extern VALUE cXMLDocument;

void rxml_init_document();


#if defined(_WIN32)
__declspec(dllexport) 
#endif
VALUE rxml_document_wrap(xmlDocPtr xnode);
#endif

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
libxml-ruby-2.0.0-x86-mingw32 ext/libxml/ruby_xml_document.h
libxml-ruby-2.0.0 ext/libxml/ruby_xml_document.h
libxml-ruby-r19mingw-1.1.4 ext/libxml/ruby_xml_document.h
libxml-ruby-1.1.4 ext/libxml/ruby_xml_document.h
libxml-ruby-1.1.4-x86-mswin32-60 ext/libxml/ruby_xml_document.h