Searched refs:xmlSchemaParseSimpleType (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlschemas.c | 6219 static xmlSchemaTypePtr xmlSchemaParseSimpleType(xmlSchemaParserCtxtPtr 7480 xmlSchemaParseSimpleType(pctxt, schema, child, 0); in xmlSchemaParseLocalAttribute() 7622 ret->subtypes = xmlSchemaParseSimpleType(pctxt, schema, child, 0); in xmlSchemaParseGlobalAttribute() 8786 WXS_ELEM_TYPEDEF(decl) = xmlSchemaParseSimpleType(ctxt, schema, child, 0); in xmlSchemaParseElement() 8976 xmlSchemaParseSimpleType(ctxt, schema, child, 0); in xmlSchemaParseUnion() 9094 type->subtypes = xmlSchemaParseSimpleType(ctxt, schema, child, 0); in xmlSchemaParseList() 9134 xmlSchemaParseSimpleType(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseSimpleType() function 9803 xmlSchemaParseSimpleType(ctxt, schema, child, 1); in xmlSchemaParseSchemaTopLevel() 11115 xmlSchemaParseSimpleType(pctxt, schema, child, 1); in xmlSchemaParseIncludeOrRedefine() 11595 xmlSchemaParseSimpleType(ctxt, schema, child, 0); in xmlSchemaParseRestriction() [all …]
|