Lines Matching defs:standalone
401 XML_Bool standalone;
2476 return XML_L("document is not standalone");
2943 if (! dtd->hasParamEntityRefs || dtd->standalone) {
4370 int standalone = -1;
4382 &version, &versionend, &encodingName, &newEncoding, &standalone)) {
4388 if (! isGeneralTextEntity && standalone == 1) {
4389 parser->m_dtd->standalone = XML_TRUE;
4413 standalone);
4935 if (! dtd->standalone && parser->m_notStandaloneHandler
4975 if (! dtd->standalone && parser->m_notStandaloneHandler
5183 if (! dtd->standalone
5491 dtd->keepProcessing = dtd->standalone;
5506 && (dtd->standalone ? ! parser->m_openInternalEntities
5515 * If 'standalone' is false, the DTD must have no
5523 * If 'standalone' is true, it does not seem to be
5534 dtd->keepProcessing = dtd->standalone;
5570 dtd->keepProcessing = dtd->standalone;
5574 dtd->keepProcessing = dtd->standalone;
5579 if (! dtd->standalone && parser->m_notStandaloneHandler
6101 (dtd->standalone ? ! parser->m_openInternalEntities
6104 checkEntityDecl = ! dtd->hasParamEntityRefs || dtd->standalone;
6252 dtd->keepProcessing = dtd->standalone;
6277 dtd->keepProcessing = dtd->standalone;
6279 dtd->keepProcessing = dtd->standalone;
6884 p->standalone = XML_FALSE;
6926 p->standalone = XML_FALSE;
7082 newDtd->standalone = oldDtd->standalone;