Home | History | Annotate | Download | only in libxml2

Lines Matching full:wild

6897     xmlSchemaWildcardPtr wild;
6936 wild = xmlSchemaAddWildcard(ctxt, schema, XML_SCHEMA_TYPE_ANY, node);
6937 if (wild == NULL)
6939 xmlSchemaParseWildcardNs(ctxt, schema, wild, node);
6968 wild;
12757 xmlSchemaWildcardPtr wild;
12760 wild = (xmlSchemaWildcardPtr) particle->children;
12766 if (wild->any == 1) {
12774 start, NULL, BAD_CAST "*", BAD_CAST "*", wild);
12781 start, NULL, BAD_CAST "*", NULL, wild);
12784 } else if (wild->nsSet != NULL) {
12785 ns = wild->nsSet;
12789 pctxt->state, NULL, BAD_CAST "*", ns->value, wild);
12794 } else if (wild->negNsSet != NULL) {
12796 start, end, BAD_CAST "*", wild->negNsSet->value,
12797 wild);
12810 if (wild->any == 1) {
12813 start, NULL, BAD_CAST "*", BAD_CAST "*", wild);
12817 start, NULL, BAD_CAST "*", NULL, wild);
12819 } else if (wild->nsSet != NULL) {
12820 ns = wild->nsSet;
12824 start, NULL, BAD_CAST "*", ns->value, wild);
12829 } else if (wild->negNsSet != NULL) {
12831 start, hop, BAD_CAST "*", wild->negNsSet->value,
12832 wild);
14058 * @wild: the wildcard
14068 xmlSchemaCheckCVCWildcardNamespace(xmlSchemaWildcardPtr wild,
14071 if (wild == NULL)
14074 if (wild->any)
14076 else if (wild->nsSet != NULL) {
14079 cur = wild->nsSet;
14085 } else if ((wild->negNsSet != NULL) && (ns != NULL) &&
14086 (!xmlStrEqual(wild->negNsSet->value, ns)))
14116 xmlSchemaWildcardPtr wild,
14321 if (wild != NULL) {
14344 xmlSchemaCheckCOSNSSubset(wild, baseWild))
14373 (wild->processContents < baseWild->processContents)) {
25193 * IDCs. I.e. not "lax" (without declaration) and "skip" wild attributes.
25385 * (5) "Let [Definition:] the wild IDs be the set of
25401 * item in `wild IDs`."
25412 * (5.2) "If `wild IDs` is non-empty, there must not
25612 * the attribute was a wild attribute.
25804 xmlSchemaWildcardPtr wild
25809 if ((skip == NULL) || (wild == NULL) ||
25810 (wild->type != XML_SCHEMA_TYPE_ANY)) {
25816 if (wild->processContents == XML_SCHEMAS_ANY_SKIP) {
25834 if (wild->processContents == XML_SCHEMAS_ANY_STRICT) {
25836 VERROR(XML_SCHEMAV_CVC_ELT_1, NULL, /* WXS_BASIC_CAST wild */