Searched refs:wellFormed (Results 1 – 17 of 17) 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:
151 ctxt->wellFormed = 0; in xmlFatalErrMsg()404 (ctxt->wellFormed && ctxt->myDoc))) { in xmlSAX2ExternalSubset()752 if ((attr != NULL) && (ctxt->validate) && (ctxt->wellFormed) && in xmlSAX2AttributeDecl()802 if (ctxt->validate && ctxt->wellFormed && in xmlSAX2ElementDecl()852 if ((ctxt->validate) && (ctxt->wellFormed) && in xmlSAX2NotationDecl()1028 if (ctxt->validate && ctxt->wellFormed && in xmlSAX2EndDocument()1190 if (nsret != NULL && ctxt->validate && ctxt->wellFormed && in xmlSAX2AttributeInternal()1255 if (nsret != NULL && ctxt->validate && ctxt->wellFormed && in xmlSAX2AttributeInternal()1288 ctxt->wellFormed = 0; in xmlSAX2AttributeInternal()1326 if ((!ctxt->html) && ctxt->validate && ctxt->wellFormed && in xmlSAX2AttributeInternal()[all …]
198 *((int *) result) = ctxt->wellFormed; in xmlGetFeature()316 ctxt->wellFormed = *((int *) value); in xmlSetFeature()
376 ctxt->wellFormed = 0; in xmlErrAttributeDup()592 ctxt->wellFormed = 0; in xmlFatalErr()618 ctxt->wellFormed = 0; in xmlFatalErrMsg()725 ctxt->wellFormed = 0; in xmlFatalErrMsgInt()757 ctxt->wellFormed = 0; in xmlFatalErrMsgStrIntStr()786 ctxt->wellFormed = 0; in xmlFatalErrMsgStr()7145 if (!ctxt->wellFormed) in xmlParseReference()7580 if ((ctxt->wellFormed == 1 ) && (ent == NULL) && in xmlParseEntityRef()7583 if ((ctxt->wellFormed == 1 ) && (ent == NULL) && in xmlParseEntityRef()10074 if (ctxt->validate && ctxt->wellFormed && ctxt->myDoc && in xmlParseElementStart()[all …]
158 ctxt->wellFormed = 0; in __xmlErrEncoding()185 ctxt->wellFormed = 0; in xmlErrInternal()213 ctxt->wellFormed = 0; in xmlErrEncodingInt()1717 ctxt->wellFormed = 1; in xmlInitParserCtxt()
960 reader->ctxt->wellFormed = 0; in xmlTextReaderPushData()961 if (reader->ctxt->wellFormed == 0) in xmlTextReaderPushData()970 reader->ctxt->wellFormed = 0; in xmlTextReaderPushData()1003 if (reader->ctxt->wellFormed) in xmlTextReaderPushData()1004 reader->ctxt->wellFormed = 0; in xmlTextReaderPushData()1011 if (reader->ctxt->wellFormed == 0) { in xmlTextReaderPushData()1908 if (reader->ctxt->wellFormed != 1)1938 if (reader->ctxt->wellFormed != 1)
123 ctxt->wellFormed = 0; in htmlParseErr()148 ctxt->wellFormed = 0; in htmlParseErrInt()5011 if (! ctxt->wellFormed) return(-1); in htmlParseDocument()5116 ctxt->wellFormed = 1; in htmlInitParserCtxt()5748 ctxt->wellFormed = 0; in htmlParseTryOrFinish()6271 ctxt->wellFormed = 0; in htmlParseChunk()6771 ctxt->wellFormed = 1; in htmlCtxtReset()
1283 } else if (ctxt->wellFormed == 0) { in saxTest()
1730 ret = ctxt->wellFormed ? 0 : ctxt->errNo; in saxParseTest()1759 ret = ctxt->wellFormed ? 0 : ctxt->errNo; in saxParseTest()1926 res = ctxt->wellFormed; in pushParseTest()
476 if (pctxt->wellFormed) { in xmlXIncludeParseFile()
940 if (ctxt->wellFormed) in xmlParseCatalogFile()
2312 ret = ctxt->wellFormed; in parseAndPrintFile()
29114 if ((ret == 0) && (! ctxt->parserCtxt->wellFormed)) { in xmlSchemaValidateStream()
93 res = ctxt->wellFormed; in example4Func()
190 int wellFormed; /* is the document well formed */ member
204 d wellFormed like(xmlCint) Well formed doc ?
96715 ctxt->wellFormed = 0;96782 ctxt->wellFormed = 0;98754 if ctxt.wellFormed() != 1:98778 if ret == 0 or ctxt.wellFormed() != 0:98806 if ret == 0 or ctxt.wellFormed() != 0:98835 if ret == 0 or ctxt.wellFormed() != 0:98861 - if doc == None or ret != 0 or ctxt.wellFormed() == 0:98867 + if doc is None or ret != 0 or ctxt.wellFormed() == 0:98904 if ctxt.wellFormed() == 0: