Searched refs:xmlGetMinOccurs (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlschemas.c | 6059 xmlGetMinOccurs(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, in xmlGetMinOccurs() function 6909 min = xmlGetMinOccurs(ctxt, node, 0, -1, 1, in xmlSchemaParseAny() 8485 min = xmlGetMinOccurs(ctxt, node, 0, -1, 1, "xs:nonNegativeInteger"); in xmlSchemaParseElement() 9351 min = xmlGetMinOccurs(ctxt, node, 0, -1, 1, "xs:nonNegativeInteger"); in xmlSchemaParseModelGroupDefRef() 11200 min = xmlGetMinOccurs(ctxt, node, 0, 1, 1, "(0 | 1)"); in xmlSchemaParseModelGroup() 11204 min = xmlGetMinOccurs(ctxt, node, 0, -1, 1, "xs:nonNegativeInteger"); in xmlSchemaParseModelGroup()
|