static HtmlTree |
HtmlTree.A(HtmlVersion htmlVersion,
String attr,
Content body) |
Deprecated.
Generates an HTML anchor tag with an id or a name attribute and content.
|
static HtmlTree |
HtmlTree.A(String ref,
Content body) |
Deprecated.
Generates an HTML anchor tag.
|
static HtmlTree |
HtmlTree.A_ID(String id,
Content body) |
Deprecated.
Generates an HTML anchor tag with id attribute and a body.
|
static HtmlTree |
HtmlTree.CAPTION(Content body) |
Deprecated.
Generates a CAPTION tag with some content.
|
static HtmlTree |
HtmlTree.CODE(Content body) |
Deprecated.
Generates a CODE tag with some content.
|
static HtmlTree |
HtmlTree.DD(Content body) |
Deprecated.
Generates a DD tag with some content.
|
static HtmlTree |
HtmlTree.DIV(HtmlStyle styleClass,
Content body) |
Deprecated.
Generates a DIV tag with the style class attributes.
|
static HtmlTree |
HtmlTree.DIV(Content body) |
Deprecated.
Generates a DIV tag with some content.
|
static HtmlTree |
HtmlTree.DL(Content body) |
Deprecated.
Generates a DL tag with some content.
|
static HtmlTree |
HtmlTree.DT(Content body) |
Deprecated.
Generates a DT tag with some content.
|
static HtmlTree |
HtmlTree.FOOTER() |
Deprecated.
Generates a FOOTER tag with role attribute.
|
HtmlTree |
HtmlWriter.getBody(boolean includeScript,
String title) |
Deprecated.
Returns an HtmlTree for the BODY tag.
|
HtmlTree |
HtmlDocWriter.getStyleSheetProperties(ConfigurationImpl configuration) |
Deprecated.
Returns a link to the stylesheet file.
|
HtmlTree |
HtmlWriter.getTitle() |
Deprecated.
Returns an HtmlTree for the TITLE tag.
|
protected HtmlTree |
HtmlWriter.getWinTitleScript() |
Deprecated.
Returns an HtmlTree for the SCRIPT tag.
|
static HtmlTree |
HtmlTree.HEADER() |
Deprecated.
Generates a HEADER tag with role attribute.
|
static HtmlTree |
HtmlTree.HEADING(HtmlTag headingTag,
boolean printTitle,
HtmlStyle styleClass,
Content body) |
Deprecated.
Generates a heading tag (h1 to h6) with the title and style class attributes.
|
static HtmlTree |
HtmlTree.HEADING(HtmlTag headingTag,
boolean printTitle,
Content body) |
Deprecated.
Generates a heading tag (h1 to h6) with the title attribute.
|
static HtmlTree |
HtmlTree.HEADING(HtmlTag headingTag,
HtmlStyle styleClass,
Content body) |
Deprecated.
Generates a heading tag (h1 to h6) with style class attribute.
|
static HtmlTree |
HtmlTree.HEADING(HtmlTag headingTag,
Content body) |
Deprecated.
Generates a heading tag (h1 to h6) with some content.
|
static HtmlTree |
HtmlTree.HTML(String lang,
Content head,
Content body) |
Deprecated.
Generates an HTML tag with lang attribute.
|
static HtmlTree |
HtmlTree.IFRAME(String src,
String name,
String title) |
Deprecated.
Generates a IFRAME tag.
|
static HtmlTree |
HtmlTree.INPUT(String type,
String id) |
Deprecated.
Generates a INPUT tag with some id.
|
static HtmlTree |
HtmlTree.LI(HtmlStyle styleClass,
Content body) |
Deprecated.
Generates a LI tag with some content.
|
static HtmlTree |
HtmlTree.LI(Content body) |
Deprecated.
Generates a LI tag with some content.
|
static HtmlTree |
HtmlTree.LINK(String rel,
String type,
String href,
String title) |
Deprecated.
Generates a LINK tag with the rel, type, href and title attributes.
|
static HtmlTree |
HtmlTree.MAIN() |
Deprecated.
Generates a MAIN tag with role attribute.
|
static HtmlTree |
HtmlTree.MAIN(HtmlStyle styleClass,
Content body) |
Deprecated.
Generates a MAIN tag with role attribute, style attribute and some content.
|
static HtmlTree |
HtmlTree.MAIN(Content body) |
Deprecated.
Generates a MAIN tag with role attribute and some content.
|
static HtmlTree |
HtmlTree.META(String name,
String content) |
Deprecated.
Generates a META tag with the name and content attributes.
|
static HtmlTree |
HtmlTree.META(String httpEquiv,
String content,
String charSet) |
Deprecated.
Generates a META tag with the http-equiv, content and charset attributes.
|
static HtmlTree |
HtmlTree.NAV() |
Deprecated.
Generates a NAV tag with the role attribute.
|
static HtmlTree |
HtmlTree.NOSCRIPT(Content body) |
Deprecated.
Generates a NOSCRIPT tag with some content.
|
static HtmlTree |
HtmlTree.P(HtmlStyle styleClass,
Content body) |
Deprecated.
Generates a P tag with some content.
|
static HtmlTree |
HtmlTree.P(Content body) |
Deprecated.
Generates a P tag with some content.
|
static HtmlTree |
HtmlTree.SCRIPT() |
Deprecated.
Generates a SCRIPT tag with the type attribute.
|
static HtmlTree |
HtmlTree.SCRIPT(String src) |
Deprecated.
Generates a SCRIPT tag with the type and src attributes.
|
static HtmlTree |
HtmlTree.SECTION() |
Deprecated.
Generates a SECTION tag with role attribute.
|
static HtmlTree |
HtmlTree.SECTION(Content body) |
Deprecated.
Generates a SECTION tag with role attribute and some content.
|
static HtmlTree |
HtmlTree.SMALL(Content body) |
Deprecated.
Generates a SMALL tag with some content.
|
static HtmlTree |
HtmlTree.SPAN(HtmlStyle styleClass,
Content body) |
Deprecated.
Generates a SPAN tag with style class attribute and some content.
|
static HtmlTree |
HtmlTree.SPAN(Content body) |
Deprecated.
Generates a SPAN tag with some content.
|
static HtmlTree |
HtmlTree.SPAN(String id,
HtmlStyle styleClass,
Content body) |
Deprecated.
Generates a SPAN tag with id and style class attributes.
|
static HtmlTree |
HtmlTree.TABLE(HtmlStyle styleClass,
Content body) |
Deprecated.
Generates a Table tag with style class attribute and some content.
|
static HtmlTree |
HtmlTree.TABLE(HtmlStyle styleClass,
String summary,
Content body) |
Deprecated.
Generates a Table tag with style class and summary attributes and some content.
|
static HtmlTree |
HtmlTree.TD(HtmlStyle styleClass,
Content body) |
Deprecated.
Generates a TD tag with style class attribute and some content.
|
static HtmlTree |
HtmlTree.TD(Content body) |
Deprecated.
Generates a TD tag for an HTML table with some content.
|
static HtmlTree |
HtmlTree.TH(HtmlStyle styleClass,
String scope,
Content body) |
Deprecated.
Generates a TH tag with style class and scope attributes and some content.
|
static HtmlTree |
HtmlTree.TH(String scope,
Content body) |
Deprecated.
Generates a TH tag with scope attribute and some content.
|
static HtmlTree |
HtmlTree.TITLE(Content body) |
Deprecated.
Generates a TITLE tag with some content.
|
static HtmlTree |
HtmlTree.TR(Content body) |
Deprecated.
Generates a TR tag for an HTML table with some content.
|
static HtmlTree |
HtmlTree.UL(HtmlStyle styleClass,
Content body) |
Deprecated.
Generates a UL tag with the style class attribute and some content.
|