Searched defs:_xmlRelaxNGTypeLibrary (Results 1 – 1 of 1) sorted by relevance
624 struct _xmlRelaxNGTypeLibrary { struct625 const xmlChar *namespace; /* the datatypeLibrary value */626 void *data; /* data needed for the library */627 xmlRelaxNGTypeHave have; /* the export function */628 xmlRelaxNGTypeCheck check; /* the checking function */629 xmlRelaxNGTypeCompare comp; /* the compare function */630 xmlRelaxNGFacetCheck facet; /* the facet check function */631 xmlRelaxNGTypeFree freef; /* the freeing function */