Home | History | Annotate | Download | only in libxml2

Lines Matching refs:includes

12  *   - when types are redefined in includes, check that all
30 * IDC XPath expression and chameleon includes: the targetNamespace is changed, so
430 /* For chameleon includes, @origTargetNamespace will be NULL */
433 * For chameleon includes, @targetNamespace will be the
3689 /* Includes got into the "includes" slot of the *main* schema. */
3690 if (mainSchema->includes == NULL) {
3691 mainSchema->includes = xmlSchemaItemListCreate();
3692 if (mainSchema->includes == NULL) {
3697 xmlSchemaItemListAdd(mainSchema->includes, ret);
4169 if (schema->includes != NULL) {
4170 xmlSchemaItemListPtr list = (xmlSchemaItemListPtr) schema->includes;
9932 * "includes" slots of the xmlSchema.
13703 * 5.1 If the set S includes both the negated namespace
13717 * 5.2 If the set S includes the negated namespace name
13733 * 5.3 If the set S includes `absent` but not the negated
13778 * 6.1 If the set S includes `absent`, then any must be the
21581 * Note that this includes built-in list datatypes.