Searched refs:xmlSchemaPErr (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlschemas.c | 1902 xmlSchemaPErr(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, int error, in xmlSchemaPErr() function 1940 xmlSchemaPErr(ctxt, child, error, msg, str1, str2); in xmlSchemaPErr2() 1942 xmlSchemaPErr(ctxt, node, error, msg, str1, str2); in xmlSchemaPErr2() 2805 xmlSchemaPErr(ctxt, ownerElem, error, "%s: %s.\n", BAD_CAST des, BAD_CAST message); in xmlSchemaPMissingAttrErr() 2807 xmlSchemaPErr(ctxt, ownerElem, error, in xmlSchemaPMissingAttrErr() 3074 xmlSchemaPErr(ctxt, type->node, error, in xmlSchemaPIllegalFacetListUnionErr() 3188 xmlSchemaPErr(ctxt, node, error, (const char *) msg, value, NULL); in xmlSchemaPSimpleTypeErr() 3190 xmlSchemaPErr(ctxt, node, error, (const char *) msg, NULL, NULL); in xmlSchemaPSimpleTypeErr() 6433 xmlSchemaPErr(ctxt, ownerElem, in xmlSchemaPValAttr() 8048 xmlSchemaPErr(ctxt, idc->node, in xmlSchemaCheckCSelectorXPath() [all …]
|