Sha256: d7e84b25edcc061b9a0a5dbbfb0e845d030f4b3687f7030915e3a261e47bbcca
Contents?: true
Size: 471 Bytes
Versions: 2
Compression:
Stored size: 471 Bytes
Contents
/* DO NOT EDIT THIS FILE - UPDATE FROM LIBXML-RUBY ONLY */ /* Generated: Thu Mar 09 23:18:22 GMT 2006 */ /* Release : 0.3.6 */ #ifndef __RUBY_XML_SCHEMA__ #define __RUBY_XML_SCHEMA__ #include <libxml/schemasInternals.h> #include <libxml/xmlschemas.h> extern VALUE cXMLSchema; typedef struct rxp_schema { xmlSchemaPtr schema; /* Schema interface */ } ruby_xml_schema; void ruby_init_xml_schema(void); void ruby_schema_free(ruby_xml_schema *rxs); #endif
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
libxsl-ruby-0.3.6 | ext/xml/libxml-ruby/ruby_xml_schema.h |
libxslt-ruby-0.3.6 | ext/xml/libxml-ruby/ruby_xml_schema.h |