Lines Matching defs:standalone
405 XML_Bool standalone;
2582 return XML_L("document is not standalone");
3055 if (! dtd->hasParamEntityRefs || dtd->standalone) {
4501 int standalone = -1;
4513 &version, &versionend, &encodingName, &newEncoding, &standalone)) {
4519 if (! isGeneralTextEntity && standalone == 1) {
4520 parser->m_dtd->standalone = XML_TRUE;
4544 standalone);
5066 if (! dtd->standalone && parser->m_notStandaloneHandler
5106 if (! dtd->standalone && parser->m_notStandaloneHandler
5314 if (! dtd->standalone
5622 dtd->keepProcessing = dtd->standalone;
5637 && (dtd->standalone ? ! parser->m_openInternalEntities
5646 * If 'standalone' is false, the DTD must have no
5654 * If 'standalone' is true, it does not seem to be
5665 dtd->keepProcessing = dtd->standalone;
5701 dtd->keepProcessing = dtd->standalone;
5705 dtd->keepProcessing = dtd->standalone;
5710 if (! dtd->standalone && parser->m_notStandaloneHandler
6311 (dtd->standalone ? ! parser->m_openInternalEntities
6314 checkEntityDecl = ! dtd->hasParamEntityRefs || dtd->standalone;
6453 dtd->keepProcessing = dtd->standalone;
6478 dtd->keepProcessing = dtd->standalone;
6480 dtd->keepProcessing = dtd->standalone;
7152 p->standalone = XML_FALSE;
7194 p->standalone = XML_FALSE;
7350 newDtd->standalone = oldDtd->standalone;