Home
last modified time | relevance | path

Searched refs:xmlSchemaParseElement (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/
Dxmlschemas.c8496 xmlSchemaParseElement(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, in xmlSchemaParseElement() function
9846 xmlSchemaParseElement(ctxt, schema, child, NULL, 1); in xmlSchemaParseSchemaTopLevel()
11342 part = (xmlSchemaParticlePtr) xmlSchemaParseElement(ctxt, in xmlSchemaParseModelGroup()
11396 xmlSchemaParseElement(ctxt, schema, child, &isElemRef, 0); in xmlSchemaParseModelGroup()
DChangeLog5419 * xmlschemas.c: Un-commented a TODO in xmlSchemaParseElement.