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