Searched refs:xmlSchemaParseSimpleType (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libxml2/ |
H A D | xmlschemas.c | 6194 static xmlSchemaTypePtr xmlSchemaParseSimpleType(xmlSchemaParserCtxtPtr 7454 xmlSchemaParseSimpleType(pctxt, schema, child, 0); in xmlSchemaParseLocalAttribute() 7596 ret->subtypes = xmlSchemaParseSimpleType(pctxt, schema, child, 0); in xmlSchemaParseGlobalAttribute() 8757 WXS_ELEM_TYPEDEF(decl) = xmlSchemaParseSimpleType(ctxt, schema, child, 0); in xmlSchemaParseElement() 8953 xmlSchemaParseSimpleType(ctxt, schema, child, 0); in xmlSchemaParseUnion() 9071 type->subtypes = xmlSchemaParseSimpleType(ctxt, schema, child, 0); in xmlSchemaParseList() 9111 xmlSchemaParseSimpleType(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseSimpleType() function 9780 xmlSchemaParseSimpleType(ctxt, schema, child, 1); in xmlSchemaParseSchemaTopLevel() 11082 xmlSchemaParseSimpleType(pctxt, schema, child, 1); in xmlSchemaParseIncludeOrRedefine() 11562 xmlSchemaParseSimpleType(ctxt, schema, child, 0); in xmlSchemaParseRestriction() [all …]
|