Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemastypes.c320 ret->builtInType = type; in xmlSchemaInitBasicType()
662 switch (type->builtInType) { in xmlSchemaIsBuiltInTypeFacet()
1090 switch (type->builtInType) { in xmlSchemaGetBuiltInListSimpleTypeItemType()
2150 if ((type->builtInType != XML_SCHEMAS_STRING) && in xmlSchemaValAtomicType()
2151 (type->builtInType != XML_SCHEMAS_ANYTYPE) && in xmlSchemaValAtomicType()
2152 (type->builtInType != XML_SCHEMAS_ANYSIMPLETYPE)) { in xmlSchemaValAtomicType()
2153 if (type->builtInType == XML_SCHEMAS_NORMSTRING) in xmlSchemaValAtomicType()
2162 switch (type->builtInType) { in xmlSchemaValAtomicType()
2384 ret = xmlSchemaValidateDates(type->builtInType, value, val, in xmlSchemaValAtomicType()
3128 if (type->builtInType == XML_SCHEMAS_NPINTEGER) { in xmlSchemaValAtomicType()
[all …]
Dxmlschemas.c221 ( (WXS_TYPE_CAST (i))->builtInType == XML_SCHEMAS_ANYTYPE))
225 ((i)->builtInType == XML_SCHEMAS_ANYTYPE))
230 (item->builtInType != XML_SCHEMAS_ANYTYPE)))
234 ((i)->builtInType == XML_SCHEMAS_ANYSIMPLETYPE))
2456 if (type->builtInType != 0) { in xmlSchemaSimpleTypeErr()
3121 if (type->builtInType != 0) { in xmlSchemaPSimpleTypeErr()
6263 switch (type->builtInType) { in xmlSchemaPValAttrNodeValue()
13272 if (type->builtInType == valType) in xmlSchemaIsDerivedFromBuiltInType()
13274 if ((type->builtInType == XML_SCHEMAS_ANYSIMPLETYPE) || in xmlSchemaIsDerivedFromBuiltInType()
13275 (type->builtInType == XML_SCHEMAS_ANYTYPE)) in xmlSchemaIsDerivedFromBuiltInType()
[all …]
/external/libxml2/include/libxml/
DschemasInternals.h626 int builtInType; /* Type of built-in types. */ member