Searched defs:DocType (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DDocType.java36 public class DocType extends Content{ class in inherits:Content
40 private static DocType transitional;
42 private static DocType frameset;
45 * Constructor to construct a DocType object.
49 private DocType(String type, String dtd) { method in class:DocType
55 * Construct and return a HTML 4.01 transitional DocType content
57 * @return a content tree for transitional DocType
59 public static DocType Transitional() {
61 transitional = new DocType("Transitional", "http://www.w3.org/TR/html4/loose.dtd");
66 * Construct and return a HTML 4.01 frameset DocType conten
[all...]

Completed in 680 milliseconds