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

/external/libxml2/
H A Dxmllint.c145 static int postvalid = 0; variable
2776 } else if (postvalid) {
2998 printf("\t--postvalid : do a posteriori validation, i.e after parsing\n");
3206 } else if ((!strcmp(argv[i], "-postvalid")) ||
3207 (!strcmp(argv[i], "--postvalid"))) {
3208 postvalid++;

Completed in 36 milliseconds