/external/expat/lib/ |
D | xmlparse.c | 450 DTD *dtd); 763 DTD *dtd) in parserCreate() argument 820 if (dtd) in parserCreate() 821 _dtd = dtd; in parserCreate() 2286 DTD * const dtd = _dtd; in doContent() local 2367 name = poolStoreString(&dtd->pool, enc, in doContent() 2372 entity = (ENTITY *)lookup(parser, &dtd->generalEntities, name, 0); in doContent() 2373 poolDiscard(&dtd->pool); in doContent() 2378 if (!dtd->hasParamEntityRefs || dtd->standalone) { in doContent() 2748 DTD * const dtd = _dtd; /* save one level of indirection */ in storeAtts() local [all …]
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/data/tree_construction/ |
D | doctype01.dat | 263 "http://www.w3.org/TR/html4/strict.dtd">Hello 266 | <!DOCTYPE html "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 284 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 287 …"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 294 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> 297 …PE html "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> 317 "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"> 320 …TYPE html "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"> 326 <!DOCTYPE HTML SYSTEM "http://www.w3.org/DTD/HTML4-strict.dtd"><body><b>Mine!</b></body> 329 | <!DOCTYPE html "" "http://www.w3.org/DTD/HTML4-strict.dtd"> [all …]
|
/external/libxml2/ |
D | entities.c | 203 xmlAddEntity(xmlDtdPtr dtd, const xmlChar *name, int type, in xmlAddEntity() argument 212 if (dtd == NULL) in xmlAddEntity() 214 if (dtd->doc != NULL) in xmlAddEntity() 215 dict = dtd->doc->dict; in xmlAddEntity() 221 if (dtd->entities == NULL) in xmlAddEntity() 222 dtd->entities = xmlHashCreateDict(0, dict); in xmlAddEntity() 223 table = dtd->entities; in xmlAddEntity() 227 if (dtd->pentities == NULL) in xmlAddEntity() 228 dtd->pentities = xmlHashCreateDict(0, dict); in xmlAddEntity() 229 table = dtd->pentities; in xmlAddEntity() [all …]
|
D | valid.c | 29 static xmlElementPtr xmlGetDtdElementDesc2(xmlDtdPtr dtd, const xmlChar *name, 1382 xmlDtdPtr dtd, const xmlChar *name, in xmlAddElementDecl() argument 1390 if (dtd == NULL) { in xmlAddElementDecl() 1447 table = (xmlElementTablePtr) dtd->elements; in xmlAddElementDecl() 1451 if (dtd->doc != NULL) in xmlAddElementDecl() 1452 dict = dtd->doc->dict; in xmlAddElementDecl() 1454 dtd->elements = (void *) table; in xmlAddElementDecl() 1470 if ((dtd->doc != NULL) && (dtd->doc->intSubset != NULL)) { in xmlAddElementDecl() 1471 ret = xmlHashLookup2(dtd->doc->intSubset->elements, name, ns); in xmlAddElementDecl() 1475 xmlHashRemoveEntry2(dtd->doc->intSubset->elements, name, ns, NULL); in xmlAddElementDecl() [all …]
|
D | xmlsave.c | 707 xmlDtdDumpOutput(xmlSaveCtxtPtr ctxt, xmlDtdPtr dtd) { in xmlDtdDumpOutput() argument 712 if (dtd == NULL) return; in xmlDtdDumpOutput() 717 xmlOutputBufferWriteString(buf, (const char *)dtd->name); in xmlDtdDumpOutput() 718 if (dtd->ExternalID != NULL) { in xmlDtdDumpOutput() 720 xmlBufWriteQuotedString(buf->buffer, dtd->ExternalID); in xmlDtdDumpOutput() 722 xmlBufWriteQuotedString(buf->buffer, dtd->SystemID); in xmlDtdDumpOutput() 723 } else if (dtd->SystemID != NULL) { in xmlDtdDumpOutput() 725 xmlBufWriteQuotedString(buf->buffer, dtd->SystemID); in xmlDtdDumpOutput() 727 if ((dtd->entities == NULL) && (dtd->elements == NULL) && in xmlDtdDumpOutput() 728 (dtd->attributes == NULL) && (dtd->notations == NULL) && in xmlDtdDumpOutput() [all …]
|
/external/libxml2/python/tests/ |
D | validDTD.py | 21 dtd="""<!ELEMENT foo EMPTY>""" variable 28 dtd = libxml2.parseDTD(None, 'test.dtd') variable 35 ret = doc.validateDtd(ctxt, dtd) 43 ret = doc.validateDtd(ctxt, dtd) 48 dtd.freeDtd() 49 del dtd
|
D | dtdvalid.py | 8 dtd="""<!ELEMENT foo EMPTY>""" variable 12 dtd = libxml2.parseDTD(None, 'test.dtd') variable 15 ret = doc.validateDtd(ctxt, dtd) 21 dtd.freeDtd() 22 del dtd
|
D | tstmem.py | 12 dtd="""<!ELEMENT foo EMPTY>""" variable 16 dtd = libxml2.parseDTD(None, 'test.dtd') variable 20 ret = doc.validateDtd(ctxt, dtd) 26 dtd.freeDtd() 27 del dtd
|
/external/libxml2/result/catalogs/ |
D | whites | 1 > test/catalogs/calstblx.dtd 2 > test/catalogs/docbook.dtd 3 > test/catalogs/soextblx.dtd
|
D | catal | 1 > test/catalogs/calstblx.dtd 2 > test/catalogs/docbook.dtd 3 > test/catalogs/soextblx.dtd
|
D | docbook | 3 > http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd 4 > http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd 5 > file:///usr/share/xml/toto/toto.dtd
|
D | whitex | 5 > http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd 6 > http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd 7 > file:///usr/share/xml/toto/toto.dtd
|
/external/libxml2/test/catalogs/ |
D | whites.sgml | 1 PUBLIC " -//OASIS//DTD DocBook XML CALS Table Model V4.1//EN" "calstblx.dtd" 2 PUBLIC "-//OASIS//DTD XML Exchange Table Model 19990315//EN " "soextblx.dtd" 4 V3.0//EN" "docbook.dtd"
|
/external/libxml2/include/libxml/ |
D | valid.h | 155 xmlDtdPtr dtd, 211 xmlDtdPtr dtd, 243 xmlDtdPtr dtd, 346 xmlDtdPtr dtd); 390 xmlGetDtdAttrDesc (xmlDtdPtr dtd, 394 xmlGetDtdQAttrDesc (xmlDtdPtr dtd, 399 xmlGetDtdNotationDesc (xmlDtdPtr dtd, 402 xmlGetDtdQElementDesc (xmlDtdPtr dtd, 406 xmlGetDtdElementDesc (xmlDtdPtr dtd,
|
/external/libxml2/test/valid/dtds/ |
D | xhtml.cat | 4 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "xhtml1-strict.dtd" 5 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "xhtml1-transitional.dtd" 6 PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "xhtml1-frameset.dtd"
|
/external/libxml2/result/valid/ |
D | t4.dtd.err | 1 ./test/valid/t4.dtd:1: parser error : StartTag: invalid element name 4 ./test/valid/t4.dtd:1: parser error : Extra content at the end of the document
|
D | t4a.dtd.err.rdr | 1 ./test/valid/t4a.dtd:1: parser error : StartTag: invalid element name 4 ./test/valid/t4a.dtd:1: parser error : Extra content at the end of the document
|
D | t4a.dtd.err | 1 ./test/valid/t4a.dtd:1: parser error : StartTag: invalid element name 4 ./test/valid/t4a.dtd:1: parser error : Extra content at the end of the document
|
D | t4.dtd.err.rdr | 1 ./test/valid/t4.dtd:1: parser error : StartTag: invalid element name 4 ./test/valid/t4.dtd:1: parser error : Extra content at the end of the document
|
D | t6.dtd.err.rdr | 1 ./test/valid/t6.dtd:1: parser error : StartTag: invalid element name 4 ./test/valid/t6.dtd:1: parser error : Extra content at the end of the document
|
D | t6.dtd.err | 1 ./test/valid/t6.dtd:1: parser error : StartTag: invalid element name 4 ./test/valid/t6.dtd:1: parser error : Extra content at the end of the document
|
/external/testng/ |
D | update-beust.com | 17 ${RSYNC} -r src/main/resources/testng-1.0.dtd testng-1.0.dtd.html ${U}@beust.com:${DEST}/doc
|
/external/libxml2/result/ |
D | eve.xml.sax | 3 SAX.internalSubset(spec, -//testspec//, dtds/eve.dtd) 6 SAX.externalSubset(spec, -//testspec//, dtds/eve.dtd)
|
D | dtd1.sax | 3 SAX.internalSubset(MEMO, -//SGMLSOURCE//DTD MEMO//EN, http://www.sgmlsource.com/dtds/memo.dtd) 4 SAX.externalSubset(MEMO, -//SGMLSOURCE//DTD MEMO//EN, http://www.sgmlsource.com/dtds/memo.dtd)
|
/external/libxml2/os400/ |
D | xmllintcl.c | 44 vary2 * dtd; /* DTD location or public identifier. */ member 150 if (args->dtd && args->dtd->len) { in main() 156 vary4vargquote(&cmd, args->dtd); in main()
|