Home
last modified time | relevance | path

Searched defs:_xmlRelaxNGTypeLibrary (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Drelaxng.c647 struct _xmlRelaxNGTypeLibrary { struct
648 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 */