• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/libxml2-26/libxml2/

Lines Matching defs:content

613      * Used to build complex element content models
2457 msg = xmlStrcat(msg, BAD_CAST "The character content is not a valid "
3123 msg = xmlStrcat(msg, BAD_CAST "The character content is not a "
3154 msg = xmlStrcat(msg, BAD_CAST "The character content is not "
3181 * @onwerDes: the designation of the holder of the content
3182 * @ownerItem: the owner item of the holder of the content
3183 * @ownerElem: the node of the holder of the content
3186 * @content: the optional string describing the correct content
3188 * Reports an error concerning the content of a schema element.
3197 const char *content)
3207 if (content != NULL) {
3209 "%s: The content is not valid. Expected is %s.\n",
3210 BAD_CAST des, BAD_CAST content);
3213 "%s: The content is not valid.\n",
3308 ret->content = node;
4262 xmlChar *content;
4267 content = xmlNodeGetContent(annot->content);
4268 if (content != NULL) {
4269 fprintf(output, " Annot: %s\n", content);
4270 xmlFree(content);
4446 fprintf(output, "content: ");
4994 (((n)->type == XML_TEXT_NODE) && (xmlSchemaIsBlank((n)->content, -1)))
6551 /* TODO: make available the content of "appinfo". */
6573 /* TODO: make available the content of "documentation". */
6703 "Facet %s has unexpected child content\n",
6845 * content model.
10539 * the content of the schema doc?
11022 * TODO: Note that we won't check further content if the
11520 * the {content type} of the type definition ���resolved��� to by
11886 /* Complex content extension. */
11893 /* Simple content extension. */
12306 * for complex content restricting the ���ur-type definition���, and the
12543 * Building the content models *
12728 * @name: the complex type's name whose content is being built
12730 * Create the automaton for the {content type} of a complex type.
12732 * Returns 1 if the content is nillable, 0 otherwise
13068 * already ensured during the parse of the content of
13119 * all in the content model at this point. Fix this.
13126 "found unexpected term of type '%s' in content model",
13139 * Builds the content model of the complex type.
13153 "Building content model for %s\n", name);
13173 "Failed to compile the content model", NULL);
13179 "The content model is not determinist", NULL);
15119 * the {content type} of a complex type definition."
15821 * SPEC (2.1) "its {content type} must be a simple type definition
15823 * SPEC (2.2.2) "If the {content type} is mixed, then the {content
15834 "must be a simple type or a complex type with mixed content "
15846 * 2.2.1 If the {content type} is a simple type definition, then the
16259 * SPEC (1.4.1) "The {content type} of the {base type definition}
16260 * and the {content type} of the complex type definition itself
16267 * SPEC (1.4.2) "The {content type} of both the {base type
16278 * SPEC 1.4.3.1 The {content type} of the complex type
16284 "The content type must specify a particle", NULL);
16292 * SPEC (1.4.3.2.1) "The {content type} of the {base type
16304 * SPEC (1.4.3.2.2.1) "Both {content type}s must be mixed
16310 "The content type of both, the type and its base "
16338 * SPEC (2.1) "The {content type} must be the same simple type
16344 "The content type must be the simple base type", NULL);
16441 * SPEC (5.2.1) "The {content type} of the complex type definition
16451 * SPEC (5.2.2.1) "The {content type} of the {base type
16453 * the {content type} is validly derived given the empty
16470 "The {content type} %s is not validly derived from the "
16471 "base type's {content type} %s",
16493 "The content type of the base type must be either "
16499 * SPEC (5.3.1) "The {content type} of the complex type itself must
16504 * SPEC (5.3.2.1) "The {content type} of the {base type
16513 * SPEC (5.3.2.2) "The {content type} of the {base type
16522 "The content type of the base type must be either "
16530 * SPEC (5.4.1.1) "The {content type} of the complex type definition
16535 * SPEC (5.4.1.2) "The {content type} of the complex type
16542 "If the content type is 'mixed', then the content type of the "
16548 * must be a ���valid restriction��� of the particle of the {content
16666 * 2.1.1 a complex type definition whose {content type} is a
16674 "'%s', base type has no content type",
16683 * chosen, a complex type definition whose {content type}
16725 "mixed content and particle emptiable. The base type "
17000 * SPEC (3) "Unless B is the content model wildcard of the ���ur-type
18178 * Fixup the content type.
18187 xmlSchemaTypePtr contentBase, content;
18194 * "whose own {content type} is a simple type..."
18210 * is the {content type} of the ... base type."
18220 * Create the anonymous simple type, which will be the content
18226 content = xmlSchemaAddType(pctxt, pctxt->schema,
18230 content = xmlSchemaAddType(pctxt, pctxt->schema,
18234 if (content == NULL)
18240 content->type = XML_SCHEMA_TYPE_SIMPLE;
18241 content->baseType = contentBase;
18246 content->facets = type->facets;
18248 content->facetSet = type->facetSet;
18251 type->contentTypeDef = content;
18258 res = xmlSchemaFixupSimpleTypeStageOne(pctxt, content);
18260 res = xmlSchemaFixupSimpleTypeStageTwo(pctxt, content);
18288 * <simpleType> content, "...then the {content type} of that
18301 "a complex type with no simple content type",
18335 * Compute the "effective content":
18392 * Compute the "content type".
18409 * "If the ���effective content��� is empty, then the
18410 * {content type} of the [...] base ..."
18417 * type definition as content.
18452 "{content type} and thus cannot be derived from "
18473 "{content type}, since this would produce a "
18499 * SPEC "the particle of the {content type} of
18516 * SPEC "followed by the ���effective content���."
18533 * Just add the base types's content type.
18536 * neither the regex compilation of the content model,
18592 * Fixes the content model of the type.
18695 * NOTE: This call does not check the content nodes,
19684 * {content type}
19701 "The type definition (or type definition's content type) is or "
19930 "In the content model of %s, there are multiple "
19969 "found unexpected term of type '%s' in content model",
20071 * {content type} of a complex type definition."
20869 * constraints, create the FSA from the content model, etc.
21234 * Finally we can build the automaton from the content model of
22331 * Don't free the array, but only the content.
22717 * ... the simple-content of complex types is also allowed.
22723 * Sanity check for complex types with simple content.
22728 "field resolves to a CT with simple content "
24212 * format the character content beforehand.
25876 * This will be called if: not nilled, no content and a default/fixed
25898 * SPEC (2.1) "its {content type} must be a simple type definition
25900 * SPEC (2.2.2) "If the {content type} is mixed, then the {content
25911 "must be a simple type or a complex type with simple content "
25912 "or mixed content and a particle emptiable");
25923 * 2.2.1 If the {content type} is a simple type definition, then the
26018 * Skip validation of all content of the parent.
26033 * Check the content model.
26068 * Do not check further content if the node has been nilled
26081 * Get hold of the still expected content, since a further
26130 * Check character content.
26271 * "If the {content type} is a simple type definition, ...
26306 "The content must not containt element nodes since "
26316 * 5.2.2.2.1 If the {content type} of the ���actual type
26341 * 5.2.2.2.2 If the {content type} of the ���actual type
26502 "Neither character nor element content is allowed, "
26512 * Workaround for "anyType": we have currently no content model
26561 * SPEC (2.1) "If the {content type} is empty, then the
26568 "Element content is not allowed, "
26569 "because the content type is empty");
26584 "type has elem content but no content model");
26593 "validating elem, but elem content is already invalid");
26618 * SPEC (2.4) "If the {content type} is element-only or mixed,
26621 * order, is ���valid��� with respect to the {content type}'s
26663 * "If the {content type} is a simple type definition, then
26668 VERROR(ret, NULL, "Element content is not allowed, "
26669 "because the content type is a simple type definition");
26676 VERROR(ret, NULL, "Element content is not allowed, "
26691 * all further content of the parent element.
26711 * 1. content type is simple
26715 * Process character content.
26726 "Neither character nor element content is allowed "
26731 * SPEC (2.1) "If the {content type} is empty, then the
26738 "Character content is not allowed, "
26739 "because the content type is empty");
26749 * "If the {content type} is element-only, then the
26756 "Character content other than whitespace is not allowed "
26757 "because the content type is 'element-only'");
26767 * NOTE that even if the content type is *mixed*, we need the
26868 * Validate this element against the content model
27127 * Skip all content.
27175 * Process character content.
27219 * Process text content.
27244 * Process CDATA content.
27937 * Don't stop validation; just skip the content
27948 * Process character content.
27952 ret = xmlSchemaVPushText(vctxt, node->type, node->content,
27961 * element content here?
28307 const xmlChar *publicId, const xmlChar *systemId, xmlChar *content)
28313 systemId, content);
28333 xmlElementContentPtr content)
28338 ctxt->user_sax->elementDecl(ctxt->user_data, name, type, content);