Searched refs:xmlSchemaTypePtr (Results 1 – 9 of 9) sorted by relevance
/external/libxml2/include/libxml/ |
D | xmlschemastypes.h | 37 XMLPUBFUN xmlSchemaTypePtr XMLCALL 41 xmlSchemaValidatePredefinedType (xmlSchemaTypePtr type, 45 xmlSchemaValPredefTypeNode (xmlSchemaTypePtr type, 50 xmlSchemaValidateFacet (xmlSchemaTypePtr base, 67 xmlSchemaTypePtr typeDecl, 75 XMLPUBFUN xmlSchemaTypePtr XMLCALL 76 xmlSchemaGetBuiltInListSimpleTypeItemType (xmlSchemaTypePtr type); 82 XMLPUBFUN xmlSchemaTypePtr XMLCALL 85 xmlSchemaIsBuiltInTypeFacet (xmlSchemaTypePtr type, 94 xmlSchemaValidateLengthFacet (xmlSchemaTypePtr type, [all …]
|
D | schemasInternals.h | 140 typedef xmlSchemaType *xmlSchemaTypePtr; typedef 259 xmlSchemaTypePtr base; /* Deprecated; not used */ 262 xmlSchemaTypePtr subtypes; /* the type definition */ 389 xmlSchemaTypePtr type;/* the linked type */ 610 xmlSchemaTypePtr subtypes; 620 xmlSchemaTypePtr baseType; /* The base type component */ 630 xmlSchemaTypePtr contentTypeDef; /* Used for the simple content of complex types. 773 xmlSchemaTypePtr subtypes; /* the type definition */ 950 XMLPUBFUN void XMLCALL xmlSchemaFreeType (xmlSchemaTypePtr type);
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlschemastypes.rpgle | 40 d like(xmlSchemaTypePtr) 48 d type value like(xmlSchemaTypePtr) 55 d type value like(xmlSchemaTypePtr) 63 d base value like(xmlSchemaTypePtr) 93 d typeDecl value like(xmlSchemaTypePtr) 110 d like(xmlSchemaTypePtr) 111 d type value like(xmlSchemaTypePtr) 124 d like(xmlSchemaTypePtr) 131 d type value like(xmlSchemaTypePtr) 152 d type value like(xmlSchemaTypePtr) [all …]
|
D | schemasInternals.rpgle | 231 d xmlSchemaTypePtr... 364 d base like(xmlSchemaTypePtr) Deprecated 367 d subtypes like(xmlSchemaTypePtr) The type definition 506 d type like(xmlSchemaTypePtr) Linked type 749 d ds based(xmlSchemaTypePtr) 752 d next like(xmlSchemaTypePtr) Next type 758 d subtypes like(xmlSchemaTypePtr) 768 d baseType like(xmlSchemaTypePtr) Base type component 770 d redef like(xmlSchemaTypePtr) Deprecated; not used 780 d like(xmlSchemaTypePtr) [all …]
|
/external/libxml2/ |
D | xmlschemastypes.c | 144 static xmlSchemaTypePtr xmlSchemaTypeStringDef = NULL; 145 static xmlSchemaTypePtr xmlSchemaTypeAnyTypeDef = NULL; 146 static xmlSchemaTypePtr xmlSchemaTypeAnySimpleTypeDef = NULL; 147 static xmlSchemaTypePtr xmlSchemaTypeDecimalDef = NULL; 148 static xmlSchemaTypePtr xmlSchemaTypeDatetimeDef = NULL; 149 static xmlSchemaTypePtr xmlSchemaTypeDateDef = NULL; 150 static xmlSchemaTypePtr xmlSchemaTypeTimeDef = NULL; 151 static xmlSchemaTypePtr xmlSchemaTypeGYearDef = NULL; 152 static xmlSchemaTypePtr xmlSchemaTypeGYearMonthDef = NULL; 153 static xmlSchemaTypePtr xmlSchemaTypeGDayDef = NULL; [all …]
|
D | xmlschemas.c | 144 #define WXS_TYPE_CAST (xmlSchemaTypePtr) 629 xmlSchemaTypePtr ctxtType; /* The current context simple/complex type */ 779 xmlSchemaTypePtr type; 895 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */ 954 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */ 1071 xmlSchemaTypeFixup(xmlSchemaTypePtr type, 1079 xmlSchemaCheckFacetValues(xmlSchemaTypePtr typeDecl, 1084 xmlSchemaGetWhiteSpaceFacetValue(xmlSchemaTypePtr type); 1092 xmlSchemaGetUnionSimpleTypeMemberTypes(xmlSchemaTypePtr type); 1099 xmlSchemaTypePtr type, [all …]
|
D | relaxng.c | 2417 xmlSchemaTypePtr typ; in xmlRelaxNGSchemaTypeHave() 2447 xmlSchemaTypePtr typ; in xmlRelaxNGSchemaTypeCheck() 2488 xmlSchemaTypePtr typ; in xmlRelaxNGSchemaFacetCheck() 2580 xmlSchemaTypePtr typ; in xmlRelaxNGSchemaTypeCompare()
|
D | testapi.c | 857 static void desret_xmlSchemaTypePtr(xmlSchemaTypePtr val ATTRIBUTE_UNUSED) { in desret_xmlSchemaTypePtr() 35166 static xmlSchemaTypePtr gen_xmlSchemaTypePtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_xmlSchemaTypePtr() 35169 static void des_xmlSchemaTypePtr(int no ATTRIBUTE_UNUSED, xmlSchemaTypePtr val ATTRIBUTE_UNUSED, in… in des_xmlSchemaTypePtr() 35183 xmlSchemaTypePtr typeDecl; /* the schema type definition */ in test_xmlSchemaCheckFacet() 35402 xmlSchemaTypePtr ret_val; in test_xmlSchemaGetBuiltInListSimpleTypeItemType() 35403 xmlSchemaTypePtr type; /* the built-in simple type. */ in test_xmlSchemaGetBuiltInListSimpleTypeItemType() 35435 xmlSchemaTypePtr ret_val; in test_xmlSchemaGetBuiltInType() 35584 xmlSchemaTypePtr ret_val; in test_xmlSchemaGetPredefinedType() 35677 xmlSchemaTypePtr type; /* the built-in type */ in test_xmlSchemaIsBuiltInTypeFacet() 35768 xmlSchemaTypePtr type; /* the predefined type */ in test_xmlSchemaValPredefTypeNode() [all …]
|
/external/libxml2/doc/html/ |
D | index.sgml | 168 <ANCHOR id="xmlSchemaTypePtr" href="libxml/libxml-schemasInternals.html#xmlSchemaTypePtr">
|