Lines Matching refs:wellFormed
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()
1773 ctxt->wellFormed = 0; in xmlSAX2StartElement()
1816 if (ctxt->validate && ctxt->wellFormed && in xmlSAX2EndElement()
2068 if ((!ctxt->html) && ctxt->validate && ctxt->wellFormed && in xmlSAX2AttributeNs()
2320 if ((!ctxt->html) && ctxt->validate && ctxt->wellFormed && in xmlSAX2StartElementNs()
2426 ctxt->wellFormed = 0; in xmlSAX2StartElementNs()
2465 if (ctxt->validate && ctxt->wellFormed && in xmlSAX2EndElementNs()