Home
last modified time | relevance | path

Searched refs:xmlSchemaIsValid (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
Dxmlschemas.h143 xmlSchemaIsValid (xmlSchemaValidCtxtPtr ctxt);
/external/libxml2/
Delfgcchack.h9686 #undef xmlSchemaIsValid
9687 extern __typeof (xmlSchemaIsValid) xmlSchemaIsValid __attribute((alias("xmlSchemaIsValid__internal_…
9689 #ifndef xmlSchemaIsValid
9690 extern __typeof (xmlSchemaIsValid) xmlSchemaIsValid__internal_alias __attribute((visibility("hidden…
9691 #define xmlSchemaIsValid xmlSchemaIsValid__internal_alias macro
Dxmlreader.c1578 reader->xsdValidErrors = !xmlSchemaIsValid(reader->xsdValidCtxt); in xmlTextReaderRead()
Dxmlschemas.c27575 xmlSchemaIsValid(xmlSchemaValidCtxtPtr ctxt) in xmlSchemaIsValid() function