Lines Matching refs:wild
6876 xmlSchemaWildcardPtr wild;
6915 wild = xmlSchemaAddWildcard(ctxt, schema, XML_SCHEMA_TYPE_ANY, node);
6916 if (wild == NULL)
6918 xmlSchemaParseWildcardNs(ctxt, schema, wild, node);
6947 particle->children = (xmlSchemaTreeItemPtr) wild;
12736 xmlSchemaWildcardPtr wild;
12739 wild = (xmlSchemaWildcardPtr) particle->children;
12745 if (wild->any == 1) {
12753 start, NULL, BAD_CAST "*", BAD_CAST "*", wild);
12760 start, NULL, BAD_CAST "*", NULL, wild);
12763 } else if (wild->nsSet != NULL) {
12764 ns = wild->nsSet;
12768 pctxt->state, NULL, BAD_CAST "*", ns->value, wild);
12773 } else if (wild->negNsSet != NULL) {
12775 start, end, BAD_CAST "*", wild->negNsSet->value,
12776 wild);
12789 if (wild->any == 1) {
12792 start, NULL, BAD_CAST "*", BAD_CAST "*", wild);
12796 start, NULL, BAD_CAST "*", NULL, wild);
12798 } else if (wild->nsSet != NULL) {
12799 ns = wild->nsSet;
12803 start, NULL, BAD_CAST "*", ns->value, wild);
12808 } else if (wild->negNsSet != NULL) {
12810 start, hop, BAD_CAST "*", wild->negNsSet->value,
12811 wild);
14028 * @wild: the wildcard
14038 xmlSchemaCheckCVCWildcardNamespace(xmlSchemaWildcardPtr wild,
14041 if (wild == NULL)
14044 if (wild->any)
14046 else if (wild->nsSet != NULL) {
14049 cur = wild->nsSet;
14055 } else if ((wild->negNsSet != NULL) && (ns != NULL) &&
14056 (!xmlStrEqual(wild->negNsSet->value, ns)))
14086 xmlSchemaWildcardPtr wild,
14291 if (wild != NULL) {
14314 xmlSchemaCheckCOSNSSubset(wild, baseWild))
14343 (wild->processContents < baseWild->processContents)) {
25163 * IDCs. I.e. not "lax" (without declaration) and "skip" wild attributes.
25355 * (5) "Let [Definition:] the wild IDs be the set of
25371 * item in ?wild IDs?."
25382 * (5.2) "If ?wild IDs? is non-empty, there must not
25582 * the attribute was a wild attribute.
25774 xmlSchemaWildcardPtr wild = (xmlSchemaWildcardPtr) vctxt->inode->decl;
25779 if ((skip == NULL) || (wild == NULL) ||
25780 (wild->type != XML_SCHEMA_TYPE_ANY)) {
25786 if (wild->processContents == XML_SCHEMAS_ANY_SKIP) {
25804 if (wild
25806 VERROR(XML_SCHEMAV_CVC_ELT_1, NULL, /* WXS_BASIC_CAST wild */