Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c6093 xmlGetMinOccurs(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, in xmlGetMinOccurs() function
6943 min = xmlGetMinOccurs(ctxt, node, 0, -1, 1, in xmlSchemaParseAny()
8519 min = xmlGetMinOccurs(ctxt, node, 0, -1, 1, "xs:nonNegativeInteger"); in xmlSchemaParseElement()
9385 min = xmlGetMinOccurs(ctxt, node, 0, -1, 1, "xs:nonNegativeInteger"); in xmlSchemaParseModelGroupDefRef()
11247 min = xmlGetMinOccurs(ctxt, node, 0, 1, 1, "(0 | 1)"); in xmlSchemaParseModelGroup()
11251 min = xmlGetMinOccurs(ctxt, node, 0, -1, 1, "xs:nonNegativeInteger"); in xmlSchemaParseModelGroup()