Searched refs:wellFormed (Results 1 – 15 of 15) 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 …]
329 ctxt->wellFormed = 0; in xmlErrAttributeDup()544 ctxt->wellFormed = 0; in xmlFatalErr()570 ctxt->wellFormed = 0; in xmlFatalErrMsg()677 ctxt->wellFormed = 0; in xmlFatalErrMsgInt()709 ctxt->wellFormed = 0; in xmlFatalErrMsgStrIntStr()738 ctxt->wellFormed = 0; in xmlFatalErrMsgStr()7253 if (!ctxt->wellFormed) in xmlParseReference()7683 if ((ctxt->wellFormed == 1 ) && (ent == NULL) && in xmlParseEntityRef()7686 if ((ctxt->wellFormed == 1 ) && (ent == NULL) && in xmlParseEntityRef()9794 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()1701 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)
1283 } else if (ctxt->wellFormed == 0) { in saxTest()
467 if (pctxt->wellFormed) { in xmlXIncludeParseFile()
934 if (ctxt->wellFormed) in xmlParseCatalogFile()
2288 ret = ctxt->wellFormed; in parseAndPrintFile()
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
202 d wellFormed 10i 0 Well formed doc ?