Lines Matching full:standalone
274 XML_Bool standalone;
1964 XML_L("document is not standalone"),
2343 if (!dtd->hasParamEntityRefs || dtd->standalone) {
3441 int standalone = -1;
3453 &standalone)) {
3459 if (!isGeneralTextEntity && standalone == 1) {
3460 _dtd->standalone = XML_TRUE;
3485 xmlDeclHandler(handlerArg, storedversion, storedEncName, standalone);
3971 if (!dtd->standalone &&
4014 if (!dtd->standalone &&
4203 if (!dtd->standalone
4495 dtd->keepProcessing = dtd->standalone;
4511 (dtd->standalone
4520 dtd->keepProcessing = dtd->standalone;
4554 dtd->keepProcessing = dtd->standalone;
4559 dtd->keepProcessing = dtd->standalone;
4564 if (!dtd->standalone &&
5038 (dtd->standalone
5042 checkEntityDecl = !dtd->hasParamEntityRefs || dtd->standalone;
5146 dtd->keepProcessing = dtd->standalone;
5170 dtd->keepProcessing = dtd->standalone;
5173 dtd->keepProcessing = dtd->standalone;
5689 p->standalone = XML_FALSE;
5732 p->standalone = XML_FALSE;
5885 newDtd->standalone = oldDtd->standalone;