Searched refs:XML_PARSE_DTDVALID (Results 1 – 14 of 14) sorted by relevance
35 doc = xmlCtxtReadFile(ctxt, filename, NULL, XML_PARSE_DTDVALID); in exampleFunc()
71 XML_PARSE_DTDVALID); /* validate with the DTD */ in streamFile()
389 options |= XML_PARSE_DTDVALID; in xmlconfTestItem()392 options |= XML_PARSE_DTDVALID; in xmlconfTestItem()
2056 } else if (options & XML_PARSE_DTDVALID) { in errParseTest()4207 XML_PARSE_DTDVALID },4210 XML_PARSE_DTDVALID },4214 XML_PARSE_DTDVALID },4217 XML_PARSE_DTDVALID },4221 XML_PARSE_DTDVALID },
1719 ctxt->options |= XML_PARSE_DTDVALID; in xmlInitParserCtxt()
2639 ((ctxt->options & XML_PARSE_DTDVALID) == 0) && in xmlParserHandlePEReference()7241 (ctxt->options & (XML_PARSE_NOENT | XML_PARSE_DTDVALID)))) { in xmlParseReference()15167 if (options & XML_PARSE_DTDVALID) { in xmlCtxtUseOptionsInternal()15173 options -= XML_PARSE_DTDVALID; in xmlCtxtUseOptionsInternal()15174 ctxt->options |= XML_PARSE_DTDVALID; in xmlCtxtUseOptionsInternal()
3231 options |= XML_PARSE_DTDVALID; in main()
5266 if (options & XML_PARSE_DTDVALID) in xmlTextReaderSetup()
261 …) return(XML_PARSE_NOENT | XML_PARSE_DTDLOAD | XML_PARSE_DTDATTR | XML_PARSE_DTDVALID | XML_PARSE_… in gen_parseroptions()
49 libxml2.XML_PARSE_DTDVALID +
603 libxml2.XML_PARSE_DTDVALID +
1094 XML_PARSE_DTDVALID = 1<<4, /* validate with the DTD */ enumerator
34 … libxml2.XML_PARSE_XINCLUDE + libxml2.XML_PARSE_NOBLANKS + libxml2.XML_PARSE_DTDVALID + libxml2.XM…
1203 d XML_PARSE_DTDVALID... Validate with DTD