HomeSort by relevance Sort by last modified time
    Searched refs:dtd (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/chromium_org/third_party/libxml/src/
entities.c 201 xmlAddEntity(xmlDtdPtr dtd, const xmlChar *name, int type,
210 if (dtd == NULL)
212 if (dtd->doc != NULL)
213 dict = dtd->doc->dict;
219 if (dtd->entities == NULL)
220 dtd->entities = xmlHashCreateDict(0, dict);
221 table = dtd->entities;
225 if (dtd->pentities == NULL)
226 dtd->pentities = xmlHashCreateDict(0, dict);
227 table = dtd->pentities
303 xmlDtdPtr dtd; local
352 xmlDtdPtr dtd; local
    [all...]
valid.c 2 * valid.c : part of the code use to do the DTD handling and the validity
29 static xmlElementPtr xmlGetDtdElementDesc2(xmlDtdPtr dtd, const xmlChar *name,
535 xmlGenericError(xmlGenericErrorContext, "?dtd? ");
6745 xmlDtdPtr dtd; local
    [all...]
xmlsave.c 28 "-//W3C//DTD XHTML 1.0 Strict//EN"
30 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
32 "-//W3C//DTD XHTML 1.0 Frameset//EN"
34 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"
36 "-//W3C//DTD XHTML 1.0 Transitional//EN"
38 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
46 * Try to find if the document correspond to an XHTML DTD
935 xmlDtdPtr dtd; local
2120 xmlDtdPtr dtd; local
    [all...]
debugXML.c 445 xmlCtxtDumpDtdNode(xmlDebugCtxtPtr ctxt, xmlDtdPtr dtd)
449 if (dtd == NULL) {
451 fprintf(ctxt->output, "DTD node is NULL\n");
455 if (dtd->type != XML_DTD_NODE) {
457 "Node is not a DTD");
461 if (dtd->name != NULL)
462 fprintf(ctxt->output, "DTD(%s)", (char *) dtd->name);
464 fprintf(ctxt->output, "DTD");
465 if (dtd->ExternalID != NULL
    [all...]
runsuite.c 439 xmlChar *dtd; local
498 dtd = xmlGetProp(tmp, BAD_CAST "dtd");
506 if (dtd != NULL)
507 xmlBufferAdd(buf, dtd, -1);
549 if (dtd != NULL)
550 xmlFree(dtd);
  /external/libxml2/
entities.c 201 xmlAddEntity(xmlDtdPtr dtd, const xmlChar *name, int type,
210 if (dtd == NULL)
212 if (dtd->doc != NULL)
213 dict = dtd->doc->dict;
219 if (dtd->entities == NULL)
220 dtd->entities = xmlHashCreateDict(0, dict);
221 table = dtd->entities;
225 if (dtd->pentities == NULL)
226 dtd->pentities = xmlHashCreateDict(0, dict);
227 table = dtd->pentities
303 xmlDtdPtr dtd; local
352 xmlDtdPtr dtd; local
    [all...]
valid.c 2 * valid.c : part of the code use to do the DTD handling and the validity
29 static xmlElementPtr xmlGetDtdElementDesc2(xmlDtdPtr dtd, const xmlChar *name,
535 xmlGenericError(xmlGenericErrorContext, "?dtd? ");
6752 xmlDtdPtr dtd; local
    [all...]
xmlsave.c 28 "-//W3C//DTD XHTML 1.0 Strict//EN"
30 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
32 "-//W3C//DTD XHTML 1.0 Frameset//EN"
34 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"
36 "-//W3C//DTD XHTML 1.0 Transitional//EN"
38 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
46 * Try to find if the document correspond to an XHTML DTD
1009 xmlDtdPtr dtd; local
2194 xmlDtdPtr dtd; local
    [all...]
debugXML.c 446 xmlCtxtDumpDtdNode(xmlDebugCtxtPtr ctxt, xmlDtdPtr dtd)
450 if (dtd == NULL) {
452 fprintf(ctxt->output, "DTD node is NULL\n");
456 if (dtd->type != XML_DTD_NODE) {
458 "Node is not a DTD");
462 if (dtd->name != NULL)
463 fprintf(ctxt->output, "DTD(%s)", (char *) dtd->name);
465 fprintf(ctxt->output, "DTD");
466 if (dtd->ExternalID != NULL
    [all...]
  /external/expat/lib/
xmlparse.c 289 } DTD;
390 static DTD * dtdCreate(const XML_Memory_Handling_Suite *ms);
392 static void dtdReset(DTD *p, const XML_Memory_Handling_Suite *ms);
394 dtdDestroy(DTD *p, XML_Bool isDocEntity, const XML_Memory_Handling_Suite *ms);
397 DTD *newDtd, const DTD *oldDtd, const XML_Memory_Handling_Suite *ms);
442 DTD *dtd);
530 DTD *m_dtd;
728 DTD *dtd
2240 DTD * const dtd = _dtd; local
2702 DTD * const dtd = _dtd; \/* save one level of indirection *\/ local
3777 DTD * const dtd = _dtd; local
4942 DTD * const dtd = _dtd; \/* save one level of indirection *\/ local
5093 DTD * const dtd = _dtd; \/* save one level of indirection *\/ local
5402 DTD * const dtd = _dtd; \/* save one level of indirection *\/ local
5433 DTD * const dtd = _dtd; \/* save one level of indirection *\/ local
5495 DTD * const dtd = _dtd; \/* save one level of indirection *\/ local
5564 DTD * const dtd = _dtd; \/* save one level of indirection *\/ local
6276 DTD * const dtd = _dtd; \/* save one level of indirection *\/ local
6328 DTD * const dtd = _dtd; \/* save one level of indirection *\/ local
6362 DTD * const dtd = _dtd; \/* save one level of indirection *\/ local
6386 DTD * const dtd = _dtd; \/* save one level of indirection *\/ local
    [all...]
  /external/bzip2/
xmlproc.sh 23 echo '-v verify xml file conforms to dtd';
75 dtd='--dtdvalid http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd'
76 xmllint $flags $dtd $xmlfmtfile 2> $OUT
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-resolver.jar 
  /external/chromium_org/third_party/libxml/src/include/libxml/
valid.h 2 * Summary: The DTD validation
3 * Description: API for the DTD handling and the validity checking
93 unsigned int finishDtd; /* finished validating the Dtd ? */
114 * There is one table per DTD.
122 * There is one table per DTD.
130 * There is one table per DTD.
155 xmlDtdPtr dtd,
211 xmlDtdPtr dtd,
243 xmlDtdPtr dtd,
346 xmlDtdPtr dtd);
    [all...]
debugXML.h 59 xmlDtdPtr dtd);
186 char *dtd,
  /external/libxml2/include/libxml/
valid.h 2 * Summary: The DTD validation
3 * Description: API for the DTD handling and the validity checking
93 unsigned int finishDtd; /* finished validating the Dtd ? */
114 * There is one table per DTD.
122 * There is one table per DTD.
130 * There is one table per DTD.
155 xmlDtdPtr dtd,
211 xmlDtdPtr dtd,
243 xmlDtdPtr dtd,
346 xmlDtdPtr dtd);
    [all...]
debugXML.h 59 xmlDtdPtr dtd);
186 char *dtd,
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t012lexerXML.g 33 ( dtd=INTERNAL_DTD
34 {this.output("INTERNAL DTD: "+$dtd.text)}
  /external/chromium_org/chrome/tools/
webforms_aggregator_unittests.py 29 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" \
30 "http://www.w3.org/TR/html4/loose.dtd">
54 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" \
55 "http://www.w3.org/TR/html4/loose.dtd">
77 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" \
78 "http://www.w3.org/TR/html4/loose.dtd">
99 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" \
100 "http://www.w3.org/TR/html4/loose.dtd">
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/reftests/
extract_reference_link_unittest.py 34 html_1 = """<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
35 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 515 StringBuffer dtd = new StringBuffer(); local
517 dtd.append("<!DOCTYPE ");
518 dtd.append(docTypeName);
520 dtd.append(" PUBLIC \"");
521 dtd.append(publicId);
522 dtd.append('\"');
527 dtd.append(" SYSTEM \"");
529 dtd.append(" \"");
531 dtd.append(systemId);
532 dtd.append('\"');
    [all...]
  /external/llvm/utils/
clang-parse-diagnostics-file 55 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" \
56 "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
XMLFormatterTest.java 142 String dtd = "<!DOCTYPE log SYSTEM \"logger.dtd\">";
146 int dtdPos = result.indexOf(dtd);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_htmlparser.py 220 # from http://www.w3.org/QA/2002/04/valid-dtd-list.html
222 ('HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" '
223 '"http://www.w3.org/TR/html4/strict.dtd"'),
224 ('HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" '
225 '"http://www.w3.org/TR/html4/loose.dtd"'),
226 ('html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" '
227 '"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"'),
228 ('html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" '
229 '"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_htmlparser.py 220 # from http://www.w3.org/QA/2002/04/valid-dtd-list.html
222 ('HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" '
223 '"http://www.w3.org/TR/html4/strict.dtd"'),
224 ('HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" '
225 '"http://www.w3.org/TR/html4/loose.dtd"'),
226 ('html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" '
227 '"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"'),
228 ('html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" '
229 '"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"')
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 569 // Namespaces spec rather than by the DTD.
901 * DOM doesn't yet provide DTD-based information to distinguis
1286 DocumentType dtd = doc.getDoctype(); local
1317 DocumentType dtd = doc.getDoctype(); local
    [all...]

Completed in 1022 milliseconds

1 2 3