Searched refs:wellFormed (Results 1 – 16 of 16) sorted by relevance
64 if ctxt.wellFormed() != 1:92 if ret == 0 or ctxt.wellFormed() != 0:118 if ret == 0 or ctxt.wellFormed() != 0:145 if ret == 0 or ctxt.wellFormed() != 0:170 if doc == None or ret != 0 or ctxt.wellFormed() == 0:205 if ctxt.wellFormed() == 0:
150 ctxt->wellFormed = 0; in xmlFatalErrMsg()403 (ctxt->wellFormed && ctxt->myDoc))) { in xmlSAX2ExternalSubset()780 if ((attr != NULL) && (ctxt->validate) && (ctxt->wellFormed) && in xmlSAX2AttributeDecl()830 if (ctxt->validate && ctxt->wellFormed && in xmlSAX2ElementDecl()880 if ((ctxt->validate) && (ctxt->wellFormed) && in xmlSAX2NotationDecl()1056 if (ctxt->validate && ctxt->wellFormed && in xmlSAX2EndDocument()1216 if (nsret != NULL && ctxt->validate && ctxt->wellFormed && in xmlSAX2AttributeInternal()1279 if (nsret != NULL && ctxt->validate && ctxt->wellFormed && in xmlSAX2AttributeInternal()1312 ctxt->wellFormed = 0; in xmlSAX2AttributeInternal()1348 if ((!ctxt->html) && ctxt->validate && ctxt->wellFormed && in xmlSAX2AttributeInternal()[all …]
327 ctxt->wellFormed = 0; in xmlErrAttributeDup()542 ctxt->wellFormed = 0; in xmlFatalErr()568 ctxt->wellFormed = 0; in xmlFatalErrMsg()675 ctxt->wellFormed = 0; in xmlFatalErrMsgInt()707 ctxt->wellFormed = 0; in xmlFatalErrMsgStrIntStr()736 ctxt->wellFormed = 0; in xmlFatalErrMsgStr()7210 if (!ctxt->wellFormed) in xmlParseReference()7640 if ((ctxt->wellFormed == 1 ) && (ent == NULL) && in xmlParseEntityRef()7643 if ((ctxt->wellFormed == 1 ) && (ent == NULL) && in xmlParseEntityRef()9735 if (ctxt->wellFormed == 1) { in xmlParseStartTag2()[all …]
198 *((int *) result) = ctxt->wellFormed; in xmlGetFeature()316 ctxt->wellFormed = *((int *) value); in xmlSetFeature()
154 ctxt->wellFormed = 0; in __xmlErrEncoding()181 ctxt->wellFormed = 0; in xmlErrInternal()209 ctxt->wellFormed = 0; in xmlErrEncodingInt()1690 ctxt->wellFormed = 1; in xmlInitParserCtxt()
876 reader->ctxt->wellFormed = 0; in xmlTextReaderPushData()877 if (reader->ctxt->wellFormed == 0) in xmlTextReaderPushData()886 reader->ctxt->wellFormed = 0; in xmlTextReaderPushData()919 if (reader->ctxt->wellFormed) in xmlTextReaderPushData()920 reader->ctxt->wellFormed = 0; in xmlTextReaderPushData()927 if (reader->ctxt->wellFormed == 0) { in xmlTextReaderPushData()1838 if (reader->ctxt->wellFormed != 1)1868 if (reader->ctxt->wellFormed != 1)
123 ctxt->wellFormed = 0; in htmlParseErr()148 ctxt->wellFormed = 0; in htmlParseErrInt()4758 if (! ctxt->wellFormed) return(-1); in htmlParseDocument()4863 ctxt->wellFormed = 1; in htmlInitParserCtxt()5540 ctxt->wellFormed = 0; in htmlParseTryOrFinish()6076 ctxt->wellFormed = 0; in htmlParseChunk()6575 ctxt->wellFormed = 1; in htmlCtxtReset()
1283 } else if (ctxt->wellFormed == 0) { in saxTest()
467 if (pctxt->wellFormed) { in xmlXIncludeParseFile()
2288 ret = ctxt->wellFormed; in parseAndPrintFile()
934 if (ctxt->wellFormed) in xmlParseCatalogFile()
1855 res = ctxt->wellFormed; in pushParseTest()
28835 if ((ret == 0) && (! ctxt->parserCtxt->wellFormed)) { in xmlSchemaValidateStream()
93 res = ctxt->wellFormed; in example4Func()
188 int wellFormed; /* is the document well formed */ member
201 d wellFormed 10i 0 Well formed doc ?