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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c6482 * xmlSchemaParseAnnotation:
6494 xmlSchemaParseAnnotation(xmlSchemaParserCtxtPtr ctxt, xmlNodePtr node, int needed) function
6681 facet->annot = xmlSchemaParseAnnotation(ctxt, child, 1);
6926 annot = xmlSchemaParseAnnotation(ctxt, child, 1);
6988 ret->annot = xmlSchemaParseAnnotation(ctxt, child, 1);
7057 ret->annot = xmlSchemaParseAnnotation(ctxt, child, 1);
7348 xmlSchemaParseAnnotation(pctxt, child, 0);
7427 use->annot = xmlSchemaParseAnnotation(pctxt, child, 1);
7589 ret->annot = xmlSchemaParseAnnotation(pctxt, child, 1);
7681 xmlSchemaParseAnnotation(pctx
[all...]

Completed in 108 milliseconds