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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c6052 * xmlGetMinOccurs:
6061 xmlGetMinOccurs(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, function
6911 min = xmlGetMinOccurs(ctxt, node, 0, -1, 1,
8487 min = xmlGetMinOccurs(ctxt, node, 0, -1, 1, "xs:nonNegativeInteger");
9353 min = xmlGetMinOccurs(ctxt, node, 0, -1, 1, "xs:nonNegativeInteger");
11202 min = xmlGetMinOccurs(ctxt, node, 0, 1, 1, "(0 | 1)");
11206 min = xmlGetMinOccurs(ctxt, node, 0, -1, 1, "xs:nonNegativeInteger");

Completed in 117 milliseconds