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

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DMethod.java40 * The output method for HTML documents.
42 public static final String HTML = "html"; field in class:Method
46 * The output method for HTML documents as XHTML.
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DMethod.java29 * Three default output methods are defined: XML, HTML, and TEXT.
56 * The output method type for HTML documents: <tt>html</tt>.
58 public static final String HTML = "html"; field in class:Method
74 * XML or HTML type (depending on the first tag in the output being html or
/openjdk7/langtools/src/share/classes/javax/tools/
H A DJavaFileObject.java71 * HTML files. For example, regular files ending with {@code
74 HTML(".html"), enum constant in enum:JavaFileObject.Kind
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/serial/
H A DMain.java54 static final int HTML = 1; field in class:Main
160 format = HTML;
244 case HTML:
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/rmi/
H A DMain.java90 static final int HTML = 1; field in class:Main
235 format = HTML;
413 case HTML:
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlTag.java29 * Enum representing HTML tags.
57 HTML(BlockType.OTHER, EndTag.END), enum constant in enum:HtmlTag
87 * Enum representing the type of HTML element.
96 * Enum representing HTML end tag requirement.
H A DHtmlTree.java33 * Class for generating HTML tree for javadoc output.
47 * @param tag HTML tag for the HtmlTree object
56 * @param tag HTML tag for the HtmlTree object
66 * Adds an attribute for the HTML tag.
78 * Adds a style for the HTML tag.
87 * Adds content for the HTML tag.
119 * Generates an HTML anchor tag.
132 * Generates an HTML anchor tag with name attribute and content.
145 * Generates an HTML anchor tag with name attribute.
356 * Generates an HTML ta
364 public static HtmlTree HTML(String lang, Content head, Content body) { method in class:HtmlTree
[all...]
/openjdk7/langtools/test/tools/javac/diags/
H A DHTMLWriter.java35 * A class to facilitate writing HTML via a stream.
40 * Create an HTMLWriter object, using a default doctype for HTML 3.2.
41 * @param out a Writer to which to write the generated HTML
45 this(out, "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 3.2//EN\">");
50 * @param out a Writer to which to write the generated HTML
51 * @param docType a string containing a doctype header for the HTML to be generetaed
65 * @param out a Writer to which to write the generated HTML
78 * @param out a Writer to which to write the generated HTML
79 * @param docType a string containing a doctype header for the HTML t
512 public static final String HTML = "html"; field in class:HTMLWriter
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTML.java41 public class HTML { class
44 * Typesafe enumeration for an HTML tag. Although the
45 * set of HTML tags is a closed set, we have left the
132 * in the internal HTML model. <code>false</code> - otherwise.
135 * in the internal HTML model. <code>false</code> - otherwise.
193 public static final Tag HTML = new Tag("html", true, false); field in class:HTML.Tag
239 * This is a tag synthesized by the HTML reader.
249 * This is a tag synthesized by the HTML reader.
259 * This is a tag synthesized by the HTML reader.
270 FRAMESET, H1, H2, H3, H4, H5, H6, HEAD, HR, HTML,
[all...]

Completed in 47 milliseconds