class LibXML::XML::Schema::Facet
Attributes
Public Instance Methods
Source
static VALUE rxml_schema_facet_node(VALUE self)
{
xmlSchemaFacetPtr facet;
TypedData_Get_Struct(self, xmlSchemaFacet, &rxml_schema_facet_type, facet);
return rxml_node_wrap(facet->node);
}
START FACET