Home
last modified time | relevance | path

Searched refs:wellFormed (Results 1 – 15 of 15) 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.c329 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 …]
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()
1701 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)
Dtestlimits.c1283 } else if (ctxt->wellFormed == 0) { in saxTest()
Dxinclude.c467 if (pctxt->wellFormed) { in xmlXIncludeParseFile()
Dcatalog.c934 if (ctxt->wellFormed) in xmlParseCatalogFile()
Dxmllint.c2288 ret = ctxt->wellFormed; in parseAndPrintFile()
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.rpgle202 d wellFormed 10i 0 Well formed doc ?