• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/

Lines Matching defs:content

613      * Used to build complex element content models
2438 msg = xmlStrcat(msg, BAD_CAST "The character content is not a valid "
3104 msg = xmlStrcat(msg, BAD_CAST "The character content is not a "
3135 msg = xmlStrcat(msg, BAD_CAST "The character content is not "
3162 * @onwerDes: the designation of the holder of the content
3163 * @ownerItem: the owner item of the holder of the content
3164 * @ownerElem: the node of the holder of the content
3167 * @content: the optional string describing the correct content
3169 * Reports an error concerning the content of a schema element.
3178 const char *content)
3188 if (content != NULL) {
3190 "%s: The content is not valid. Expected is %s.\n",
3191 BAD_CAST des, BAD_CAST content);
3194 "%s: The content is not valid.\n",
3289 ret->content = node;
4243 xmlChar *content;
4248 content = xmlNodeGetContent(annot->content);
4249 if (content != NULL) {
4250 fprintf(output, " Annot: %s\n", content);
4251 xmlFree(content);
4427 fprintf(output, "content: ");
4975 (((n)->type == XML_TEXT_NODE) && (xmlSchemaIsBlank((n)->content, -1)))
6532 /* TODO: make available the content of "appinfo". */
6554 /* TODO: make available the content of "documentation". */
6684 "Facet %s has unexpected child content\n",
6826 * content model.
10520 * the content of the schema doc?
11003 * TODO: Note that we won't check further content if the
11501 * the {content type} of the type definition ���resolved��� to by
11867 /* Complex content extension. */
11874 /* Simple content extension. */
12287 * for complex content restricting the ���ur-type definition���, and the
12524 * Building the content models *
12709 * @name: the complex type's name whose content is being built
12711 * Create the automaton for the {content type} of a complex type.
12713 * Returns 1 if the content is nillable, 0 otherwise
13040 * already ensured during the parse of the content of
13091 * all in the content model at this point. Fix this.
13098 "found unexpected term of type '%s' in content model",
13111 * Builds the content model of the complex type.
13125 "Building content model for %s\n", name);
13145 "Failed to compile the content model", NULL);
13151 "The content model is not determinist", NULL);
15091 * the {content type} of a complex type definition."
15792 * SPEC (2.1) "its {content type} must be a simple type definition
15794 * SPEC (2.2.2) "If the {content type} is mixed, then the {content
15805 "must be a simple type or a complex type with mixed content "
15817 * 2.2.1 If the {content type} is a simple type definition, then the
16230 * SPEC (1.4.1) "The {content type} of the {base type definition}
16231 * and the {content type} of the complex type definition itself
16238 * SPEC (1.4.2) "The {content type} of both the {base type
16249 * SPEC 1.4.3.1 The {content type} of the complex type
16255 "The content type must specify a particle", NULL);
16263 * SPEC (1.4.3.2.1) "The {content type} of the {base type
16275 * SPEC (1.4.3.2.2.1) "Both {content type}s must be mixed
16281 "The content type of both, the type and its base "
16309 * SPEC (2.1) "The {content type} must be the same simple type
16315 "The content type must be the simple base type", NULL);
16412 * SPEC (5.2.1) "The {content type} of the complex type definition
16422 * SPEC (5.2.2.1) "The {content type} of the {base type
16424 * the {content type} is validly derived given the empty
16441 "The {content type} %s is not validly derived from the "
16442 "base type's {content type} %s",
16464 "The content type of the base type must be either "
16470 * SPEC (5.3.1) "The {content type} of the complex type itself must
16475 * SPEC (5.3.2.1) "The {content type} of the {base type
16484 * SPEC (5.3.2.2) "The {content type} of the {base type
16493 "The content type of the base type must be either "
16501 * SPEC (5.4.1.1) "The {content type} of the complex type definition
16506 * SPEC (5.4.1.2) "The {content type} of the complex type
16513 "If the content type is 'mixed', then the content type of the "
16519 * must be a ���valid restriction��� of the particle of the {content
16637 * 2.1.1 a complex type definition whose {content type} is a
16645 "'%s', base type has no content type",
16654 * chosen, a complex type definition whose {content type}
16696 "mixed content and particle emptiable. The base type "
16971 * SPEC (3) "Unless B is the content model wildcard of the ���ur-type
18149 * Fixup the content type.
18158 xmlSchemaTypePtr contentBase, content;
18165 * "whose own {content type} is a simple type..."
18181 * is the {content type} of the ... base type."
18191 * Create the anonymous simple type, which will be the content
18197 content = xmlSchemaAddType(pctxt, pctxt->schema,
18201 content = xmlSchemaAddType(pctxt, pctxt->schema,
18205 if (content == NULL)
18211 content->type = XML_SCHEMA_TYPE_SIMPLE;
18212 content->baseType = contentBase;
18217 content->facets = type->facets;
18219 content->facetSet = type->facetSet;
18222 type->contentTypeDef = content;
18229 res = xmlSchemaFixupSimpleTypeStageOne(pctxt, content);
18231 res = xmlSchemaFixupSimpleTypeStageTwo(pctxt, content);
18259 * <simpleType> content, "...then the {content type} of that
18272 "a complex type with no simple content type",
18306 * Compute the "effective content":
18363 * Compute the "content type".
18380 * "If the ���effective content��� is empty, then the
18381 * {content type} of the [...] base ..."
18388 * type definition as content.
18423 "{content type} and thus cannot be derived from "
18444 "{content type}, since this would produce a "
18470 * SPEC "the particle of the {content type} of
18487 * SPEC "followed by the ���effective content���."
18504 * Just add the base types's content type.
18507 * neither the regex compilation of the content model,
18563 * Fixes the content model of the type.
18666 * NOTE: This call does not check the content nodes,
19655 * {content type}
19672 "The type definition (or type definition's content type) is or "
19901 "In the content model of %s, there are multiple "
19940 "found unexpected term of type '%s' in content model",
20042 * {content type} of a complex type definition."
20840 * constraints, create the FSA from the content model, etc.
21205 * Finally we can build the automaton from the content model of
22302 * Don't free the array, but only the content.
22688 * ... the simple-content of complex types is also allowed.
22694 * Sanity check for complex types with simple content.
22699 "field resolves to a CT with simple content "
24183 * format the character content beforehand.
25847 * This will be called if: not nilled, no content and a default/fixed
25869 * SPEC (2.1) "its {content type} must be a simple type definition
25871 * SPEC (2.2.2) "If the {content type} is mixed, then the {content
25882 "must be a simple type or a complex type with simple content "
25883 "or mixed content and a particle emptiable");
25894 * 2.2.1 If the {content type} is a simple type definition, then the
25989 * Skip validation of all content of the parent.
26004 * Check the content model.
26038 * Get hold of the still expected content, since a further
26084 * Check character content.
26225 * "If the {content type} is a simple type definition, ...
26260 "The content must not containt element nodes since "
26270 * 5.2.2.2.1 If the {content type} of the ���actual type
26295 * 5.2.2.2.2 If the {content type} of the ���actual type
26456 "Neither character nor element content is allowed, "
26466 * Workaround for "anyType": we have currently no content model
26515 * SPEC (2.1) "If the {content type} is empty, then the
26522 "Element content is not allowed, "
26523 "because the content type is empty");
26538 "type has elem content but no content model");
26547 "validating elem, but elem content is already invalid");
26572 * SPEC (2.4) "If the {content type} is element-only or mixed,
26575 * order, is ���valid��� with respect to the {content type}'s
26617 * "If the {content type} is a simple type definition, then
26622 VERROR(ret, NULL, "Element content is not allowed, "
26623 "because the content type is a simple type definition");
26630 VERROR(ret, NULL, "Element content is not allowed, "
26645 * all further content of the parent element.
26665 * 1. content type is simple
26669 * Process character content.
26680 "Neither character nor element content is allowed "
26685 * SPEC (2.1) "If the {content type} is empty, then the
26692 "Character content is not allowed, "
26693 "because the content type is empty");
26703 * "If the {content type} is element-only, then the
26710 "Character content other than whitespace is not allowed "
26711 "because the content type is 'element-only'");
26721 * NOTE that even if the content type is *mixed*, we need the
26817 * Validate this element against the content model
27076 * Skip all content.
27124 * Process character content.
27168 * Process text content.
27193 * Process CDATA content.
27856 * Don't stop validation; just skip the content
27867 * Process character content.
27871 ret = xmlSchemaVPushText(vctxt, node->type, node->content,
27880 * element content here?
28226 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content)
28232 systemId, content);
28252 xmlElementContentPtr content)
28257 ctxt->user_sax->elementDecl(ctxt->user_data, name, type, content);