Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/
Drelaxng.c646 struct _xmlRelaxNGTypeLibrary { struct
647 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 */
/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 */