Lines Matching refs:standalone
378 XML_Bool standalone;
2406 return XML_L("document is not standalone");
2858 if (! dtd->hasParamEntityRefs || dtd->standalone) {
4285 int standalone = -1;
4297 &version, &versionend, &encodingName, &newEncoding, &standalone)) {
4303 if (! isGeneralTextEntity && standalone == 1) {
4304 parser->m_dtd->standalone = XML_TRUE;
4328 standalone);
4848 if (! dtd->standalone && parser->m_notStandaloneHandler
4888 if (! dtd->standalone && parser->m_notStandaloneHandler
5074 if (! dtd->standalone
5372 dtd->keepProcessing = dtd->standalone;
5387 && (dtd->standalone ? ! parser->m_openInternalEntities
5396 * If 'standalone' is false, the DTD must have no
5404 * If 'standalone' is true, it does not seem to be
5415 dtd->keepProcessing = dtd->standalone;
5451 dtd->keepProcessing = dtd->standalone;
5455 dtd->keepProcessing = dtd->standalone;
5460 if (! dtd->standalone && parser->m_notStandaloneHandler
5987 (dtd->standalone ? ! parser->m_openInternalEntities
5990 checkEntityDecl = ! dtd->hasParamEntityRefs || dtd->standalone;
6139 dtd->keepProcessing = dtd->standalone;
6164 dtd->keepProcessing = dtd->standalone;
6166 dtd->keepProcessing = dtd->standalone;
6740 p->standalone = XML_FALSE;
6782 p->standalone = XML_FALSE;
6928 newDtd->standalone = oldDtd->standalone;