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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemas.c6041 * xmlGetMinOccurs:
6050 xmlGetMinOccurs(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, function
6900 min = xmlGetMinOccurs(ctxt, node, 0, -1, 1,
8476 min = xmlGetMinOccurs(ctxt, node, 0, -1, 1, "xs:nonNegativeInteger");
9342 min = xmlGetMinOccurs(ctxt, node, 0, -1, 1, "xs:nonNegativeInteger");
11183 min = xmlGetMinOccurs(ctxt, node, 0, 1, 1, "(0 | 1)");
11187 min = xmlGetMinOccurs(ctxt, node, 0, -1, 1, "xs:nonNegativeInteger");

Completed in 120 milliseconds