Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxmlschemastypes.h37 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 …]
DschemasInternals.h140 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/
Dxmlschemastypes.rpgle40 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 …]
DschemasInternals.rpgle231 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/
Dxmlschemastypes.c139 static xmlSchemaTypePtr xmlSchemaTypeStringDef = NULL;
140 static xmlSchemaTypePtr xmlSchemaTypeAnyTypeDef = NULL;
141 static xmlSchemaTypePtr xmlSchemaTypeAnySimpleTypeDef = NULL;
142 static xmlSchemaTypePtr xmlSchemaTypeDecimalDef = NULL;
143 static xmlSchemaTypePtr xmlSchemaTypeDatetimeDef = NULL;
144 static xmlSchemaTypePtr xmlSchemaTypeDateDef = NULL;
145 static xmlSchemaTypePtr xmlSchemaTypeTimeDef = NULL;
146 static xmlSchemaTypePtr xmlSchemaTypeGYearDef = NULL;
147 static xmlSchemaTypePtr xmlSchemaTypeGYearMonthDef = NULL;
148 static xmlSchemaTypePtr xmlSchemaTypeGDayDef = NULL;
[all …]
Dxmlschemas.c138 #define WXS_TYPE_CAST (xmlSchemaTypePtr)
621 xmlSchemaTypePtr ctxtType; /* The current context simple/complex type */
771 xmlSchemaTypePtr type;
887 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */
946 xmlSchemaTypePtr typeDef; /* the complex/simple type definition if any */
1063 xmlSchemaTypeFixup(xmlSchemaTypePtr type,
1071 xmlSchemaCheckFacetValues(xmlSchemaTypePtr typeDecl,
1076 xmlSchemaGetWhiteSpaceFacetValue(xmlSchemaTypePtr type);
1084 xmlSchemaGetUnionSimpleTypeMemberTypes(xmlSchemaTypePtr type);
1091 xmlSchemaTypePtr type,
[all …]
Drelaxng.c2416 xmlSchemaTypePtr typ; in xmlRelaxNGSchemaTypeHave()
2446 xmlSchemaTypePtr typ; in xmlRelaxNGSchemaTypeCheck()
2487 xmlSchemaTypePtr typ; in xmlRelaxNGSchemaFacetCheck()
2579 xmlSchemaTypePtr typ; in xmlRelaxNGSchemaTypeCompare()
Dtestapi.c856 static void desret_xmlSchemaTypePtr(xmlSchemaTypePtr val ATTRIBUTE_UNUSED) { in desret_xmlSchemaTypePtr()
35001 static xmlSchemaTypePtr gen_xmlSchemaTypePtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_xmlSchemaTypePtr()
35004 static void des_xmlSchemaTypePtr(int no ATTRIBUTE_UNUSED, xmlSchemaTypePtr val ATTRIBUTE_UNUSED, in… in des_xmlSchemaTypePtr()
35018 xmlSchemaTypePtr typeDecl; /* the schema type definition */ in test_xmlSchemaCheckFacet()
35237 xmlSchemaTypePtr ret_val; in test_xmlSchemaGetBuiltInListSimpleTypeItemType()
35238 xmlSchemaTypePtr type; /* the built-in simple type. */ in test_xmlSchemaGetBuiltInListSimpleTypeItemType()
35270 xmlSchemaTypePtr ret_val; in test_xmlSchemaGetBuiltInType()
35419 xmlSchemaTypePtr ret_val; in test_xmlSchemaGetPredefinedType()
35512 xmlSchemaTypePtr type; /* the built-in type */ in test_xmlSchemaIsBuiltInTypeFacet()
35603 xmlSchemaTypePtr type; /* the predefined type */ in test_xmlSchemaValPredefTypeNode()
[all …]
/external/libxml2/doc/html/
Dindex.sgml168 <ANCHOR id="xmlSchemaTypePtr" href="libxml/libxml-schemasInternals.html#xmlSchemaTypePtr">