The <!DOCTYPE> declaration.
no subtypes hierarchy
Constructors | |
Doctype | Source Codeshared Doctype(String content) Constructor. |
html4Frameset | Source Codeshared html4Frameset This DTD is equal to HTML 4.01 Transitional, but allows the use of frameset content. |
html4Strict | Source Codeshared html4Strict This DTD contains all HTML elements and attributes, but does NOT INCLUDE presentational or deprecated elements (like font). Framesets are not allowed. |
html4Transitional | Source Codeshared html4Transitional This DTD contains all HTML elements and attributes, INCLUDING presentational and deprecated elements (like font). Framesets are not allowed. |
html5 | Source Codeshared html5 HTML5 doctype declaration. |
xhtml11 | Source Codeshared xhtml11 This DTD is equal to XHTML 1.0 Strict, but allows you to add modules (for example to provide ruby support for East-Asian languages). |
xhtml1Frameset | Source Codeshared xhtml1Frameset This DTD is equal to XHTML 1.0 Transitional, but allows the use of frameset content. |
xhtml1Strict | Source Codeshared xhtml1Strict This DTD contains all HTML elements and attributes, but does NOT INCLUDE presentational or deprecated elements (like font). Framesets are not allowed. The markup must also be written as well-formed XML. |
xhtml1Transitional | Source Codeshared xhtml1Transitional This DTD contains all HTML elements and attributes, INCLUDING presentational and deprecated elements (like font). Framesets are not allowed. The markup must also be written as well-formed XML. |
Attributes | |
string | Source Codeshared actual String string A developer-friendly string representing the instance.
Concatenates the name of the concrete class of the
instance with the Refines Object.string |
Inherited Attributes |
Attributes inherited from: Object |