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

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlTag.java71 SPAN(BlockType.INLINE, EndTag.END), enum constant in enum:HtmlTag
H A DHtmlTree.java272 * @return an HtmlTree object for the SPAN tag
511 * Generates a SPAN tag with some content.
514 * @return an HtmlTree object for the SPAN tag
516 public static HtmlTree SPAN(Content body) { method in class:HtmlTree
517 return SPAN(null, body);
521 * Generates a SPAN tag with style class attribute and some content.
525 * @return an HtmlTree object for the SPAN tag
527 public static HtmlTree SPAN(HtmlStyle styleClass, Content body) { method in class:HtmlTree
528 HtmlTree htmltree = new HtmlTree(HtmlTag.SPAN, nullCheck(body));
/openjdk7/langtools/test/tools/javac/diags/
H A DHTMLWriter.java546 public static final String SPAN = "span"; field in class:HTMLWriter
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTML.java216 public static final Tag SPAN = new Tag("span"); field in class:HTML.Tag
273 PRE, SAMP, SCRIPT, SELECT, SMALL, SPAN, STRIKE, S,
589 * PRE, SAMP, SCRIPT, SELECT, SMALL, SPAN, STRIKE, S,

Completed in 39 milliseconds