Home
last modified time | relevance | path

Searched refs:xmlSchemaIsDerivedFromBuiltInType (Results 1 – 1 of 1) sorted by relevance

/third_party/libxml2/
Dxmlschemas.c13464 xmlSchemaIsDerivedFromBuiltInType(xmlSchemaTypePtr type, int valType) in xmlSchemaIsDerivedFromBuiltInType() function
13476 return(xmlSchemaIsDerivedFromBuiltInType(type->subtypes, valType)); in xmlSchemaIsDerivedFromBuiltInType()
13478 return(xmlSchemaIsDerivedFromBuiltInType(type->subtypes, valType)); in xmlSchemaIsDerivedFromBuiltInType()
13504 return(xmlSchemaIsDerivedFromBuiltInType(type->subtypes, valType));
16111 if (xmlSchemaIsDerivedFromBuiltInType( in xmlSchemaCheckCTPropsCorrect()
19555 if (xmlSchemaIsDerivedFromBuiltInType( in xmlSchemaCheckAGPropsCorrect()
19652 if (xmlSchemaIsDerivedFromBuiltInType( in xmlSchemaCheckAttrPropsCorrect()
19834 xmlSchemaIsDerivedFromBuiltInType(typeDef, XML_SCHEMAS_ID)) || in xmlSchemaCheckElemPropsCorrect()
19837 xmlSchemaIsDerivedFromBuiltInType(typeDef->contentTypeDef, in xmlSchemaCheckElemPropsCorrect()
20389 if (xmlSchemaIsDerivedFromBuiltInType( in xmlSchemaCheckAttrUsePropsCorrect()
[all …]