Home
last modified time | relevance | path

Searched refs:XML_PARSE_DTDVALID (Results 1 – 11 of 11) sorted by relevance

/external/libxml2/doc/examples/
Dparse2.c35 doc = xmlCtxtReadFile(ctxt, filename, NULL, XML_PARSE_DTDVALID); in exampleFunc()
Dreader2.c71 XML_PARSE_DTDVALID); /* validate with the DTD */ in streamFile()
/external/libxml2/
Drunxmlconf.c389 options |= XML_PARSE_DTDVALID; in xmlconfTestItem()
392 options |= XML_PARSE_DTDVALID; in xmlconfTestItem()
Druntest.c2124 } else if (options & XML_PARSE_DTDVALID) { in errParseTest()
4296 XML_PARSE_DTDVALID },
4299 XML_PARSE_DTDVALID },
4303 XML_PARSE_DTDVALID },
4306 XML_PARSE_DTDVALID },
4310 XML_PARSE_DTDVALID },
DparserInternals.c1734 ctxt->options |= XML_PARSE_DTDVALID; in xmlInitParserCtxt()
Dparser.c2709 ((ctxt->options & XML_PARSE_DTDVALID) != 0) || in xmlStringLenDecodeEntities()
7088 (ctxt->options & (XML_PARSE_NOENT | XML_PARSE_DTDVALID)))) { in xmlParseReference()
7915 ((ctxt->options & XML_PARSE_DTDVALID) == 0) && in xmlParsePEReference()
15062 if (options & XML_PARSE_DTDVALID) { in xmlCtxtUseOptionsInternal()
15068 options -= XML_PARSE_DTDVALID; in xmlCtxtUseOptionsInternal()
15069 ctxt->options |= XML_PARSE_DTDVALID; in xmlCtxtUseOptionsInternal()
Dxmllint.c3221 options |= XML_PARSE_DTDVALID; in main()
Dxmlreader.c5295 if (options & XML_PARSE_DTDVALID) in xmlTextReaderSetup()
Dtestapi.c261 …) return(XML_PARSE_NOENT | XML_PARSE_DTDLOAD | XML_PARSE_DTDATTR | XML_PARSE_DTDVALID | XML_PARSE_… in gen_parseroptions()
/external/libxml2/include/libxml/
Dparser.h1094 XML_PARSE_DTDVALID = 1<<4, /* validate with the DTD */ enumerator
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle1228 d XML_PARSE_DTDVALID... Validate with DTD