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()
2102 } else if (options & XML_PARSE_DTDVALID) { in errParseTest()4265 XML_PARSE_DTDVALID },4268 XML_PARSE_DTDVALID },4272 XML_PARSE_DTDVALID },4275 XML_PARSE_DTDVALID },4279 XML_PARSE_DTDVALID },
1736 ctxt->options |= XML_PARSE_DTDVALID; in xmlInitParserCtxt()
2658 ((ctxt->options & XML_PARSE_DTDVALID) == 0) && in xmlParserHandlePEReference()2876 ((ctxt->options & XML_PARSE_DTDVALID) != 0) || in xmlStringLenDecodeEntities()7319 (ctxt->options & (XML_PARSE_NOENT | XML_PARSE_DTDVALID)))) { in xmlParseReference()8135 ((ctxt->options & XML_PARSE_DTDVALID) == 0) && in xmlParsePEReference()15318 if (options & XML_PARSE_DTDVALID) { in xmlCtxtUseOptionsInternal()15324 options -= XML_PARSE_DTDVALID; in xmlCtxtUseOptionsInternal()15325 ctxt->options |= XML_PARSE_DTDVALID; in xmlCtxtUseOptionsInternal()
3239 options |= XML_PARSE_DTDVALID; in main()
5290 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…
1228 d XML_PARSE_DTDVALID... Validate with DTD