Lines Matching refs:wellFormed
151 ctxt->wellFormed = 0; in xmlFatalErrMsg()
404 (ctxt->wellFormed && ctxt->myDoc))) { in xmlSAX2ExternalSubset()
781 if ((attr != NULL) && (ctxt->validate) && (ctxt->wellFormed) && in xmlSAX2AttributeDecl()
831 if (ctxt->validate && ctxt->wellFormed && in xmlSAX2ElementDecl()
881 if ((ctxt->validate) && (ctxt->wellFormed) && in xmlSAX2NotationDecl()
1057 if (ctxt->validate && ctxt->wellFormed && in xmlSAX2EndDocument()
1219 if (nsret != NULL && ctxt->validate && ctxt->wellFormed && in xmlSAX2AttributeInternal()
1284 if (nsret != NULL && ctxt->validate && ctxt->wellFormed && in xmlSAX2AttributeInternal()
1317 ctxt->wellFormed = 0; in xmlSAX2AttributeInternal()
1355 if ((!ctxt->html) && ctxt->validate && ctxt->wellFormed && in xmlSAX2AttributeInternal()
1784 ctxt->wellFormed = 0; in xmlSAX2StartElement()
1827 if (ctxt->validate && ctxt->wellFormed && in xmlSAX2EndElement()
2079 if ((!ctxt->html) && ctxt->validate && ctxt->wellFormed && in xmlSAX2AttributeNs()
2332 if ((!ctxt->html) && ctxt->validate && ctxt->wellFormed && in xmlSAX2StartElementNs()
2442 ctxt->wellFormed = 0; in xmlSAX2StartElementNs()
2481 if (ctxt->validate && ctxt->wellFormed && in xmlSAX2EndElementNs()