Searched defs:_xmlRelaxNGTypeLibrary (Results 1 – 1 of 1) sorted by relevance
647 struct _xmlRelaxNGTypeLibrary { struct648 const xmlChar *namespace; /* the datatypeLibrary value */649 void *data; /* data needed for the library */650 xmlRelaxNGTypeHave have; /* the export function */651 xmlRelaxNGTypeCheck check; /* the checking function */652 xmlRelaxNGTypeCompare comp; /* the compare function */653 xmlRelaxNGFacetCheck facet; /* the facet check function */654 xmlRelaxNGTypeFree freef; /* the freeing function */