Home
last modified time | relevance | path

Searched refs:wellFormed (Results 1 – 16 of 16) sorted by relevance

/external/libxml2/
Dcheck-xml-test-suite.py64 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:
DSAX2.c150 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 …]
Dparser.c327 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 …]
Dlegacy.c198 *((int *) result) = ctxt->wellFormed; in xmlGetFeature()
316 ctxt->wellFormed = *((int *) value); in xmlSetFeature()
DparserInternals.c154 ctxt->wellFormed = 0; in __xmlErrEncoding()
181 ctxt->wellFormed = 0; in xmlErrInternal()
209 ctxt->wellFormed = 0; in xmlErrEncodingInt()
1690 ctxt->wellFormed = 1; in xmlInitParserCtxt()
Dxmlreader.c876 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)
DHTMLparser.c123 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()
Dtestlimits.c1283 } else if (ctxt->wellFormed == 0) { in saxTest()
Dxinclude.c467 if (pctxt->wellFormed) { in xmlXIncludeParseFile()
Dxmllint.c2288 ret = ctxt->wellFormed; in parseAndPrintFile()
Dcatalog.c934 if (ctxt->wellFormed) in xmlParseCatalogFile()
Druntest.c1855 res = ctxt->wellFormed; in pushParseTest()
Dxmlschemas.c28835 if ((ret == 0) && (! ctxt->parserCtxt->wellFormed)) { in xmlSchemaValidateStream()
/external/libxml2/doc/examples/
Dparse4.c93 res = ctxt->wellFormed; in example4Func()
/external/libxml2/include/libxml/
Dparser.h188 int wellFormed; /* is the document well formed */ member
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle201 d wellFormed 10i 0 Well formed doc ?