Searched defs:_xmlRelaxNGTypeLibrary (Results 1 – 2 of 2) sorted by relevance
646 struct _xmlRelaxNGTypeLibrary { struct647 const xmlChar *namespace; /* the datatypeLibrary value */648 void *data; /* data needed for the library */649 xmlRelaxNGTypeHave have; /* the export function */650 xmlRelaxNGTypeCheck check; /* the checking function */651 xmlRelaxNGTypeCompare comp; /* the compare function */652 xmlRelaxNGFacetCheck facet; /* the facet check function */653 xmlRelaxNGTypeFree freef; /* the freeing function */
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 */