Searched refs:doctype (Results 1 - 25 of 142) sorted by relevance

123456

/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dcanonicalform12.js96 var doctype;
114 doctype = doc.doctype;
116 assertNull("docTypeNull",doctype);
H A Dnodeissamenode02.js100 docType1 = doc.doctype;
102 docType2 = doc.doctype;
H A Dentities01.js104 var doctype;
129 doctype = doc.doctype;
131 entities = doctype.entities;
H A Dentities02.js105 var doctype;
133 doctype = doc.doctype;
135 entities = doctype.entities;
H A Dentities04.js103 var doctype;
128 doctype = doc.doctype;
130 entities = doctype.entities;
H A Dinfoset01.js105 var doctype;
133 doctype = doc.doctype;
135 entities = doctype.entities;
H A Dnodeisequalnode21.js113 docType1 = doc1.doctype;
115 docType2 = doc2.doctype;
H A Dnoderemovechild04.js102 docType = doc.doctype;
105 removedDocType = doc.doctype;
H A Dnoderemovechild05.js106 docType = doc.doctype;
125 removedDocType = doc.doctype;
H A Dnodegetbaseuri03.js98 docType = doc.doctype;
H A Dnodegetfeature12.js94 var doctype;
102 doctype = doc.doctype;
104 entities = doctype.entities;
H A Dnodegetfeature13.js94 var doctype;
102 doctype = doc.doctype;
104 notations = doctype.notations;
H A Dnodegettextcontent03.js99 docType = doc.doctype;
H A Dnodeisdefaultnamespace03.js103 docType = doc.doctype;
H A Dnodelookupnamespaceuri03.js102 docType = doc.doctype;
H A Dnodelookupprefix03.js102 docType = doc.doctype;
H A Dnodereplacechild02.js101 docType = doc.doctype;
H A Dnodesettextcontent03.js99 docType = doc.doctype;
H A Ddocumentgetdoctype01.js78 Retreive the doctype node, create a new Doctype node, call replaceChild and try replacing the
108 docType = doc.doctype;
130 replacedDocType = doc.doctype;
H A Dnodeisequalnode25.js117 docType1 = doc1.doctype;
119 docType2 = doc2.doctype;
/external/linux-tools-perf/Documentation/
H A Dasciidoc.conf36 ifdef::doctype-manpage[]
38 endif::doctype-manpage[]
40 ifdef::doctype-manpage[]
42 endif::doctype-manpage[]
48 ifdef::doctype-manpage[]
65 endif::doctype-manpage[]
69 ifdef::doctype-manpage[]
86 endif::doctype-manpage[]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DXSLOutputAttributes.java39 * doctype-public
40 * doctype-system
127 /** Set the value coming from the xsl:output doctype-public and doctype-system stylesheet properties
135 /** Set the value coming from the xsl:output doctype-public stylesheet attribute.
136 * @param doctype the public identifier to be used in the DOCTYPE
139 public void setDoctypePublic(String doctype); argument
140 /** Set the value coming from the xsl:output doctype-system stylesheet attribute.
141 * @param doctype the system identifier to be used in the DOCTYPE
144 public void setDoctypeSystem(String doctype); argument
[all...]
/external/webkit/Source/WebCore/dom/
H A DDocumentType.cpp65 if (!doc->doctype())
73 if (document() && document()->doctype() == this)
/external/webkit/LayoutTests/dom/html/level1/core/
H A Ddocumentgetdoctypenodtd.js99 docType = doc.doctype;
/external/webkit/LayoutTests/dom/xhtml/level1/core/
H A Ddocumentgetdoctypenodtd.js99 docType = doc.doctype;

Completed in 7328 milliseconds

123456