Sha256: 63971fa4663bbe93261a58b1ce89d7b36f5792b014cbff8ad4b4fbfb9c5bfc6b

Contents?: true

Size: 1.13 KB

Versions: 2

Compression:

Stored size: 1.13 KB

Contents

/* DO NOT EDIT THIS FILE - UPDATE FROM LIBXML-RUBY ONLY */
/* Generated: Thu Mar 09 23:18:22 GMT 2006 */
/* Release  : 0.3.6 */







/* $Id: ruby_xml_document.h,v 1.1 2006/02/21 20:40:16 roscopeco Exp $ */

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

#ifndef __RUBY_XML_DOCUMENT__
#define __RUBY_XML_DOCUMENT__

extern VALUE cXMLDocument;

typedef struct rxp_document {
  xmlDocPtr doc;   /* Tree/DOM interface */
  int data_type;   /* The data type referenced by *data */
  void *data;      /* Pointer to an external structure of options */
  int is_ptr;      /* Determines if this object owns its data or points to it someplace else */
  VALUE xmlver;    /* T_STRING with the xml version */
} ruby_xml_document;

VALUE ruby_xml_document_filename_get(VALUE self);
void  ruby_xml_document_free(ruby_xml_document *rxd);
VALUE ruby_xml_document_new(VALUE class, xmlDocPtr doc);
VALUE ruby_xml_document_new2(VALUE class, VALUE xmlver);
VALUE ruby_xml_document_new3(VALUE class);
VALUE ruby_xml_document_new4(VALUE class, xmlDocPtr doc);
VALUE ruby_xml_document_root_get(VALUE self);
void  ruby_init_xml_document(void);

#endif

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
libxsl-ruby-0.3.6 ext/xml/libxml-ruby/ruby_xml_document.h
libxslt-ruby-0.3.6 ext/xml/libxml-ruby/ruby_xml_document.h