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