Sha256: 888eba2f976ce2abbef5d4d941c932334afd1e6b545e8a4252c3dc690a7156d8

Contents?: true

Size: 356 Bytes

Versions: 6

Compression:

Stored size: 356 Bytes

Contents

/* $Id: ruby_xml_document.h 614 2008-11-22 08:04:39Z cfis $ */

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

#ifndef __rxml_DOCUMENT__
#define __rxml_DOCUMENT__

extern VALUE cXMLDocument;

void ruby_init_xml_document();


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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
libxml-ruby-0.9.3-x86-mswin32-60 ext/libxml/ruby_xml_document.h
libxml-ruby-0.9.5-x86-mswin32-60 ext/libxml/ruby_xml_document.h
libxml-ruby-0.9.3 ext/libxml/ruby_xml_document.h
libxml-ruby-0.9.4 ext/libxml/ruby_xml_document.h
libxml-ruby-0.9.4-x86-mswin32-60 ext/libxml/ruby_xml_document.h
libxml-ruby-0.9.5 ext/libxml/ruby_xml_document.h