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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemastypes.c323 ret->builtInType = type;
665 switch (type->builtInType) {
1093 switch (type->builtInType) {
2150 if ((type->builtInType != XML_SCHEMAS_STRING) &&
2151 (type->builtInType != XML_SCHEMAS_ANYTYPE) &&
2152 (type->builtInType != XML_SCHEMAS_ANYSIMPLETYPE)) {
2153 if (type->builtInType == XML_SCHEMAS_NORMSTRING)
2162 switch (type->builtInType) {
2384 ret = xmlSchemaValidateDates(type->builtInType, value, val,
3128 if (type->builtInType
[all...]
H A 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) {
3121 if (type->builtInType != 0) {
6265 switch (type->builtInType) {
13274 if (type->builtInType == valType)
13276 if ((type->builtInType == XML_SCHEMAS_ANYSIMPLETYPE) ||
13277 (type->builtInType
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DschemasInternals.h626 int builtInType; /* Type of built-in types. */ member in struct:_xmlSchemaType

Completed in 645 milliseconds