Lines Matching refs:actxt

1086 xmlSchemaInternalErr(xmlSchemaAbstractCtxtPtr actxt,
1785 xmlSchemaFormatFacetEnumSet(xmlSchemaAbstractCtxtPtr actxt,
1809 xmlSchemaInternalErr(actxt,
2141 xmlSchemaErr3(xmlSchemaAbstractCtxtPtr actxt,
2145 xmlSchemaErr4Line(actxt, XML_ERR_ERROR, error, node, 0,
2150 xmlSchemaErr4(xmlSchemaAbstractCtxtPtr actxt,
2155 xmlSchemaErr4Line(actxt, XML_ERR_ERROR, error, node, 0,
2160 xmlSchemaErr(xmlSchemaAbstractCtxtPtr actxt,
2164 xmlSchemaErr4(actxt, error, node, msg, str1, str2, NULL, NULL);
2169 xmlSchemaAbstractCtxtPtr actxt,
2215 } else if (actxt->type == XML_SCHEMA_CTXT_VALIDATOR) {
2216 xmlSchemaValidCtxtPtr vctxt = (xmlSchemaValidCtxtPtr) actxt;
2237 } else if (actxt->type == XML_SCHEMA_CTXT_PARSER) {
2264 xmlSchemaInternalErr2(xmlSchemaAbstractCtxtPtr actxt,
2272 if (actxt == NULL)
2280 if (actxt->type == XML_SCHEMA_CTXT_VALIDATOR)
2281 xmlSchemaErr(actxt, XML_SCHEMAV_INTERNAL, NULL,
2284 else if (actxt->type == XML_SCHEMA_CTXT_PARSER)
2285 xmlSchemaErr(actxt, XML_SCHEMAP_INTERNAL, NULL,
2292 xmlSchemaInternalErr(xmlSchemaAbstractCtxtPtr actxt,
2296 xmlSchemaInternalErr2(actxt, funcName, message, NULL, NULL);
2313 xmlSchemaCustomErr4(xmlSchemaAbstractCtxtPtr actxt,
2324 (actxt->type == XML_SCHEMA_CTXT_PARSER)) {
2329 xmlSchemaFormatNodeForError(&msg, actxt, node);
2332 xmlSchemaErr4(actxt, error, node,
2338 xmlSchemaCustomErr(xmlSchemaAbstractCtxtPtr actxt,
2346 xmlSchemaCustomErr4(actxt, error, node, item,
2353 xmlSchemaCustomWarning(xmlSchemaAbstractCtxtPtr actxt,
2364 xmlSchemaFormatNodeForError(&msg, actxt, node);
2369 xmlSchemaErr4Line(actxt, XML_ERR_WARNING, error, node, 0,
2402 xmlSchemaEvalErrorNodeType(xmlSchemaAbstractCtxtPtr actxt,
2407 if ((actxt->type == XML_SCHEMA_CTXT_VALIDATOR) &&
2408 (((xmlSchemaValidCtxtPtr) actxt)->inode != NULL))
2409 return ( ((xmlSchemaValidCtxtPtr) actxt)->inode->nodeType);
2442 xmlSchemaSimpleTypeErr(xmlSchemaAbstractCtxtPtr actxt,
2451 xmlSchemaFormatNodeForError(&msg, actxt, node);
2453 if (displayValue || (xmlSchemaEvalErrorNodeType(actxt, node) ==
2486 if (displayValue || (xmlSchemaEvalErrorNodeType(actxt, node) ==
2488 xmlSchemaErr(actxt, error, node, (const char *) msg, value, NULL);
2490 xmlSchemaErr(actxt, error, node, (const char *) msg, NULL, NULL);
2510 xmlSchemaIllegalAttrErr(xmlSchemaAbstractCtxtPtr actxt,
2517 xmlSchemaFormatNodeForError(&msg, actxt, node);
2519 xmlSchemaErr(actxt, error, node, (const char *) msg,
2527 xmlSchemaComplexTypeErr(xmlSchemaAbstractCtxtPtr actxt,
2541 xmlSchemaFormatNodeForError(&msg, actxt, node);
2622 xmlSchemaErr(actxt, error, node, (const char *) msg, NULL, NULL);
2627 xmlSchemaFacetErr(xmlSchemaAbstractCtxtPtr actxt,
2640 int nodeType = xmlSchemaEvalErrorNodeType(actxt, node);
2642 xmlSchemaFormatNodeForError(&msg, actxt, node);
2687 xmlSchemaErr3(actxt, error, node, (const char *) msg,
2690 xmlSchemaErr(actxt, error, node, (const char *) msg,
2696 xmlSchemaErr(actxt, error, node, (const char *) msg, value,
2697 xmlSchemaFormatFacetEnumSet(actxt, &str, type));
2701 xmlSchemaErr(actxt, error, node, (const char *) msg, value,
2706 xmlSchemaErr(actxt, error, node, (const char *) msg, value,
2711 xmlSchemaErr(actxt, error, node, (const char *) msg, value,
2716 xmlSchemaErr(actxt, error, node, (const char *) msg, value,
2721 xmlSchemaErr(actxt, error, node, (const char *) msg, value,
2726 xmlSchemaErr(actxt, error, node, (const char*) msg, value,
2731 xmlSchemaErr(actxt, error, node, (const char*) msg, value,
2735 xmlSchemaErr(actxt, error, node, (const char *) msg, value, NULL);
2738 xmlSchemaErr(actxt, error, node, (const char *) msg, NULL, NULL);
2743 xmlSchemaErr(actxt, error, node, (const char *) msg, str1, str2);
2757 #define AERROR_INT(func, msg) xmlSchemaInternalErr(actxt, func, msg);
14786 * @actxt: a context
14800 xmlSchemaCheckCOSSTDerivedOK(xmlSchemaAbstractCtxtPtr actxt,
14821 if (xmlSchemaTypeFixup(type, actxt) == -1)
14824 if (xmlSchemaTypeFixup(baseType, actxt) == -1)
14844 (xmlSchemaCheckCOSSTDerivedOK(actxt, type->baseType,
14870 if (xmlSchemaTypeFixup(cur->type, actxt) == -1)
14872 if (xmlSchemaCheckCOSSTDerivedOK(actxt,
15777 xmlSchemaVCheckCVCSimpleType(xmlSchemaAbstractCtxtPtr actxt,
16028 xmlSchemaCheckCOSCTDerivedOK(xmlSchemaAbstractCtxtPtr actxt,
16073 return (xmlSchemaCheckCOSCTDerivedOK(actxt, type->baseType,
16081 return (xmlSchemaCheckCOSSTDerivedOK(actxt, type->baseType,
16099 xmlSchemaCheckCOSDerivedOK(xmlSchemaAbstractCtxtPtr actxt,
16105 return (xmlSchemaCheckCOSSTDerivedOK(actxt, type, baseType, set));
16107 return (xmlSchemaCheckCOSCTDerivedOK(actxt, type, baseType, set));
18597 xmlSchemaAbstractCtxtPtr actxt)
18601 if (actxt->type != XML_SCHEMA_CTXT_PARSER) {
18609 return(xmlSchemaFixupComplexType(PCTXT_CAST actxt, type));
18611 return(xmlSchemaFixupSimpleTypeStageTwo(PCTXT_CAST actxt, type));
24150 xmlSchemaValidateFacets(xmlSchemaAbstractCtxtPtr actxt,
24236 xmlSchemaFacetErr(actxt, ret, node,
24272 xmlSchemaFacetErr(actxt, ret, node,
24324 xmlSchemaFacetErr(actxt, ret, node,
24369 xmlSchemaFacetErr(actxt, ret, node,
24465 xmlSchemaVCheckCVCSimpleType(xmlSchemaAbstractCtxtPtr actxt,
24548 if (actxt->type == XML_SCHEMA_CTXT_VALIDATOR) {
24552 (xmlSchemaValidCtxtPtr) actxt,
24553 ((xmlSchemaValidCtxtPtr) actxt)->schema,
24557 ret = xmlSchemaValidateQName((xmlSchemaValidCtxtPtr) actxt,
24570 } else if (actxt->type == XML_SCHEMA_CTXT_PARSER) {
24574 ((xmlSchemaParserCtxtPtr) actxt)->schema, node,
24609 ret = xmlSchemaValidateFacets(actxt, node, type,
24625 xmlSchemaSimpleTypeErr(actxt, ret, node, value, type, 1);
24660 ret = xmlSchemaVCheckCVCSimpleType(actxt, node, itemType,
24663 ret = xmlSchemaVCheckCVCSimpleType(actxt, node, itemType,
24693 ret = xmlSchemaValidateFacets(actxt, node, type,
24711 xmlSchemaSimpleTypeErr(actxt, ret, node, value, type, 1);
24745 ret = xmlSchemaVCheckCVCSimpleType(actxt, node,
24748 ret = xmlSchemaVCheckCVCSimpleType(actxt, node,
24772 ret = xmlSchemaValidateFacets(actxt, node, type,
24785 xmlSchemaSimpleTypeErr(actxt, ret, node, value, type, 1);