Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c6080 xmlGetMinOccurs(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, in xmlGetMinOccurs() function
6930 min = xmlGetMinOccurs(ctxt, node, 0, -1, 1, in xmlSchemaParseAny()
8506 min = xmlGetMinOccurs(ctxt, node, 0, -1, 1, "xs:nonNegativeInteger"); in xmlSchemaParseElement()
9372 min = xmlGetMinOccurs(ctxt, node, 0, -1, 1, "xs:nonNegativeInteger"); in xmlSchemaParseModelGroupDefRef()
11234 min = xmlGetMinOccurs(ctxt, node, 0, 1, 1, "(0 | 1)"); in xmlSchemaParseModelGroup()
11238 min = xmlGetMinOccurs(ctxt, node, 0, -1, 1, "xs:nonNegativeInteger"); in xmlSchemaParseModelGroup()