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

1 2

  /external/webkit/LayoutTests/fast/dom/Node/script-tests/
isEqualNode.js 4 var docTypeAllSet = document.implementation.createDocumentType('html', '-//W3C//DTD XHTML 1.0 Strict//EN', 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd');
5 var docTypeAllSet2 = document.implementation.createDocumentType('html', '-//W3C//DTD XHTML 1.0 Strict//EN', 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd');
6 var docTypeDifferentPublicID = document.implementation.createDocumentType('html', 'foo', 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd');
7 var docTypeDifferentSystemID = document.implementation.createDocumentType('html', '-//W3C//DTD XHTML 1.0 Strict//EN', 'bar');
initial-values.js 90 var doctype = document.implementation.createDocumentType("svg", "-//W3C//DTD SVG 1.1//EN", "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd");
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLHtmlElement01.js 79 DTD.
113 assertEquals("versionLink","-//W3C//DTD HTML 4.01 Transitional//EN",vversion);
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLHtmlElement01.js 79 DTD.
113 assertEquals("versionLink","-//W3C//DTD HTML 4.01 Transitional//EN",vversion);
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bugzilla_unittest.py 164 <!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/bugzilla.dtd">
278 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
279 "http://www.w3.org/TR/html4/loose.dtd">
349 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
350 "http://www.w3.org/TR/html4/loose.dtd">
395 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
396 "http://www.w3.org/TR/html4/loose.dtd">
  /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/webkit/LayoutTests/dom/html/level1/core/
hc_elementgetelementempty.js 80 no default value was given in the DTD file.
84 attribute without a specified or DTD default value.
documentgetdoctypenodtd.js 81 Retrieve the XML document without a DTD and invoke the
hc_attrspecifiedvaluechanged.js 82 value to "Yes"(which is the default DTD value). This
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_elementgetelementempty.js 80 no default value was given in the DTD file.
84 attribute without a specified or DTD default value.
documentgetdoctypenodtd.js 81 Retrieve the XML document without a DTD and invoke the
hc_attrspecifiedvaluechanged.js 82 value to "Yes"(which is the default DTD value). This
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
typeinfoisderivedfrom63.js 80 If the document's schema is a DTD or no schema is associated with the document, this method
83 Get schemaTypeInfo on an element that belongs to a document with an XML DTD. Invoke method
documentadoptnode16.js 79 that the entity reference value comes from the adopting documents DTD.
documentgetxmlstandalone05.js 78 Cretae a new DocumentType node whose systemId is StaffNS.DTD. Create a new Document
elementgetschematypeinfo01.js 79 Call getSchemaTypeInfo on title attribute for the first "em" element from DTD validated document.
nodereplacechild10.js 89 a notation node of retieved from the DTD of another document and verify if a
nodereplacechild21.js 89 a notation node of retieved from the DTD of another document and verify if a
typeinfoisderivedfrom01.js 79 DTD types always return false for isDerivedFrom.
  /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/webkit/Source/WebCore/dom/
XMLDocumentParserQt.cpp 411 case QXmlStreamReader::DTD: {
412 //qDebug()<<"------------- DTD";
695 //qDebug() << dtd << name << publicId << systemId;
696 if ((publicId == QLatin1String("-//W3C//DTD XHTML 1.0 Transitional//EN"))
697 || (publicId == QLatin1String("-//W3C//DTD XHTML 1.1//EN"))
698 || (publicId == QLatin1String("-//W3C//DTD XHTML 1.0 Strict//EN"))
699 || (publicId == QLatin1String("-//W3C//DTD XHTML 1.0 Frameset//EN"))
700 || (publicId == QLatin1String("-//W3C//DTD XHTML Basic 1.0//EN"))
701 || (publicId == QLatin1String("-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN"))
702 || (publicId == QLatin1String("-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN")
    [all...]
  /libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java 98 * True if the {@code <!DOCTYPE>} contents are handled. The DTD defines
115 * capture the raw DTD text while parsing the DTD.
571 * Read the document's DTD. Although this parser is non-validating, the DTD
888 * marked by a percent sign. Such entities may only be used in the DTD:
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 
  /external/libxml2/
HTMLparser.c 606 * DTD: 1 means that this element is valid only in the Loose DTD
607 * 2 means that this element is valid only in the Frameset DTD
609 * Name,Start Tag,End Tag,Save End,Empty,Deprecated,DTD,inline,Description
2206 xmlDtdPtr dtd; local
4574 xmlDtdPtr dtd; local
5877 xmlDtdPtr dtd; local
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]

Completed in 2163 milliseconds

1 2