class LibXML::XML::Schema::Attribute
Attributes
Public Instance Methods
Source
static VALUE rxml_schema_attribute_node(VALUE self)
{
xmlSchemaAttributeUsePtr attr;
TypedData_Get_Struct(self, xmlSchemaAttributeUse, &rxml_schema_attribute_type, attr);
return rxml_node_wrap(attr->node);
}