Sha256: d885244413885130d83aa49a8609f71e02f2dbeef2d3a86278522ceb3cce9ad4
Contents?: true
Size: 366 Bytes
Versions: 13
Compression:
Stored size: 366 Bytes
Contents
#ifndef __RXML_SCHEMA_ATTRIBUTE__ #define __RXML_SCHEMA_ATTRIBUTE__ #include "ruby_xml_schema.h" #include <libxml/schemasInternals.h> #include <libxml/xmlschemas.h> #include <libxml/xmlschemastypes.h> extern VALUE cXMLSchemaAttribute; void rxml_init_schema_attribute(void); VALUE rxml_wrap_schema_attribute(xmlSchemaAttributeUsePtr attr); #endif
Version data entries
13 entries across 13 versions & 1 rubygems