Searched refs:xmlGetMinOccurs (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | xmlschemas.c | 6120 xmlGetMinOccurs(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, in xmlGetMinOccurs() function 6970 min = xmlGetMinOccurs(ctxt, node, 0, -1, 1, in xmlSchemaParseAny() 8546 min = xmlGetMinOccurs(ctxt, node, 0, -1, 1, "xs:nonNegativeInteger"); in xmlSchemaParseElement() 9412 min = xmlGetMinOccurs(ctxt, node, 0, -1, 1, "xs:nonNegativeInteger"); in xmlSchemaParseModelGroupDefRef() 11273 min = xmlGetMinOccurs(ctxt, node, 0, 1, 1, "(0 | 1)"); in xmlSchemaParseModelGroup() 11277 min = xmlGetMinOccurs(ctxt, node, 0, -1, 1, "xs:nonNegativeInteger"); in xmlSchemaParseModelGroup()
|