Sha256: 953564d770f68b274787b1ec7bb4c23df7ecd4be1a0920758f7c68eae61d8fd1
Contents?: true
Size: 351 Bytes
Versions: 11
Compression:
Stored size: 351 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
11 entries across 11 versions & 1 rubygems