Home | History | Annotate | Download | only in libxml2

Lines Matching refs:contentTypeDef

11628 	    * type->contentTypeDef *temporarily*.
11630 type->contentTypeDef = (xmlSchemaTypePtr)
11632 if ( type->contentTypeDef == NULL)
15827 type->contentTypeDef, value, val, 1, 1, 0);
16228 if ((type->contentTypeDef != NULL) &&
16229 (type->contentTypeDef == base->contentTypeDef)) {
16308 if (type->contentTypeDef != base) {
16433 type->contentTypeDef, base->contentTypeDef, 0);
16445 type->contentTypeDef),
16447 base->contentTypeDef));
16642 if (base->contentTypeDef == NULL) {
16664 * ->contentTypeDef (put there during parsing).
16666 if (type->contentTypeDef == NULL) {
18157 (baseType->contentTypeDef != NULL) &&
18168 if (type->contentTypeDef != NULL) {
18174 * into ->contentTypeDef during parsing.
18176 contentBase = type->contentTypeDef;
18177 type->contentTypeDef = NULL;
18184 contentBase = baseType->contentTypeDef;
18223 type->contentTypeDef = content;
18243 if ((type->contentTypeDef == NULL) ||
18244 (type->contentTypeDef->baseType == NULL)) {
18263 if (baseType->contentTypeDef == NULL) {
18277 type->contentTypeDef = baseType->contentTypeDef;
18283 type->contentTypeDef = baseType;
18391 type->contentTypeDef = baseType->contentTypeDef;
19666 xmlSchemaIsDerivedFromBuiltInType(typeDef->contentTypeDef,
22697 simpleType = type->contentTypeDef;
25907 NULL, inode->typeDef->contentTypeDef, value, val, 1, 1, 0);
26096 inode, inode->typeDef->contentTypeDef,
26163 inode, inode->typeDef->contentTypeDef,
26232 inode, inode->typeDef->contentTypeDef, inode->value);