Module com.aoapps.html.servlet
Package com.aoapps.html.servlet.any
Interface AnyContentEE<D extends AnyDocumentEE<D>,__ extends AnyContentEE<D,__>>
- Type Parameters:
D
- This document type__
- This content model, which will be the parent content model of child elements
- All Superinterfaces:
AnyCOLGROUP_content<D,
,__> AnyContent<D,
,__> AnyDATALIST_content<D,
,__> AnyDIV_content<D,
,__> AnyDL_content<D,
,__> AnyEmbeddedContent<D,
,__> AnyFlowContent<D,
,__> AnyHeadingContent<D,
,__> AnyHTML_content<D,
,__> AnyInteractiveContent<D,
,__> AnyListContent<D,
,__> AnyMetadataContent<D,
,__> AnyOBJECT_content<D,
,__> AnyOPTGROUP_content<D,
,__> AnyPalpableContent<D,
,__> AnyPhrasingContent<D,
,__> AnyScriptSupportingContent<D,
,__> AnySectioningContent<D,
,__> AnySELECT_content<D,
,__> AnyTABLE_content<D,
,__> AnyTextContent<D,
,__> AnyTR_content<D,
,__> AnyUnion_COLGROUP_ScriptSupporting<D,
,__> AnyUnion_DATALIST_OPTGROUP<D,
,__> AnyUnion_DIV_DL<D,
,__> AnyUnion_DL_Palpable<D,
,__> AnyUnion_Embedded_Interactive<D,
,__> AnyUnion_Embedded_Palpable_Phrasing<D,
,__> AnyUnion_Interactive_Phrasing<D,
,__> AnyUnion_Metadata_Phrasing<D,
,__> AnyUnion_Palpable_Phrasing<D,
,__> AnyUnion_TBODY_THEAD_TFOOT<D,
,__> Content<D,
,__> ContentEE<D,
,__> DocumentWriter
,Encode
,Text
,Whitespace
- All Known Subinterfaces:
AnyContentEE<__>
- All Known Implementing Classes:
AnyDocumentEE
,DocumentEE
public interface AnyContentEE<D extends AnyDocumentEE<D>,__ extends AnyContentEE<D,__>>
extends AnyContent<D,__>, ContentEE<D,__>
This interface extends all content interfaces and supports all element types.
- Author:
- AO Industries, Inc.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.aoapps.html.any.AnyUnion_Interactive_Phrasing
AnyUnion_Interactive_Phrasing.InputFactory<D extends AnyDocument<D>,
__ extends AnyUnion_Interactive_Phrasing<D, __>> -
Field Summary
Fields inherited from interface com.aoapps.encoding.Whitespace
INDENT_SPACES, NL, SPACE
-
Method Summary
Methods inherited from interface com.aoapps.html.any.AnyCOLGROUP_content
col
Methods inherited from interface com.aoapps.html.any.AnyContent
figcaption, html__, html__, html__any, legend, rp, rt, source, summary, tr, tr__, tr__, tr__any, track
Methods inherited from interface com.aoapps.html.any.AnyEmbeddedContent
picture
Methods inherited from interface com.aoapps.html.any.AnyFlowContent
dialog, hr, hr__
Methods inherited from interface com.aoapps.html.any.AnyHeadingContent
h, h__, h__, h__, h__, h_c, h1, h1__, h1__, h1__, h1__any, h1_c, h2, h2__, h2__, h2__, h2__any, h2_c, h3, h3__, h3__, h3__, h3__any, h3_c, h4, h4__, h4__, h4__, h4__any, h4_c, h5, h5__, h5__, h5__, h5__any, h5_c, h6, h6__, h6__, h6__, h6__any, h6_c, hgroup
Methods inherited from interface com.aoapps.html.any.AnyHTML_content
body, body__, body__, body__any, body_c, head, head__, head__, head__any, head_c
Methods inherited from interface com.aoapps.html.any.AnyInteractiveContent
details, menu, menu__, menu__, menu__any, menu_c
Methods inherited from interface com.aoapps.html.any.AnyListContent
li, li__, li__, li__, li__any, li_c
Methods inherited from interface com.aoapps.html.any.AnyMetadataContent
base, base__, style, style, style, style, style, title, title__, title__, title__any, title_c
Methods inherited from interface com.aoapps.html.any.AnyOBJECT_content
param, param__
Methods inherited from interface com.aoapps.html.any.AnyPalpableContent
address, address__, address__, address__, address__any, address_c, blockquote, blockquote__, blockquote__, blockquote__, blockquote__any, blockquote_c, dl, dl__, dl__, dl__any, dl_c, fieldset, figure, footer, footer__, footer__, footer__, footer__any, footer_c, form, form, form, form__, form__, form__, form__any, form_c, header, header__, header__, header__, header__any, header_c, main, main__, main__, main__, main__any, main_c, ol, ol__, ol__, ol__any, ol_c, p, p__, p__, p__, p__any, p_c, pre, pre__, pre__, pre__, pre__any, pre_c, table, table__, table__, table__any, table_c, ul, ul__, ul__, ul__any, ul_c
Methods inherited from interface com.aoapps.html.any.AnyPhrasingContent
area, area, area, area, area, area, area, area, area, br, br__, datalist, datalist__, datalist__, datalist__, datalist__any, datalist_c, del, del__, del__, del__, del_c, slot, wbr, wbr__
Methods inherited from interface com.aoapps.html.any.AnyScriptSupportingContent
script, script, script, script, script
Methods inherited from interface com.aoapps.html.any.AnySectioningContent
article, article__, article__, article__, article__any, article_c, aside, aside__, aside__, aside__, aside__any, aside_c, nav, nav__, nav__, nav__, nav__any, nav_c, section, section__, section__, section__, section__any, section_c
Methods inherited from interface com.aoapps.html.any.AnySELECT_content
optgroup, optgroup__, optgroup__, optgroup__any, optgroup_c
Methods inherited from interface com.aoapps.html.any.AnyTABLE_content
caption, caption__, caption__, caption__, caption__any, caption_c, colgroup, colgroup__, colgroup__, colgroup__any, colgroup_c, tbody, tbody__, tbody__, tbody__any, tbody_c, tfoot, tfoot__, tfoot__, tfoot__any, tfoot_c, thead, thead__, thead__, thead__any, thead_c
Methods inherited from interface com.aoapps.html.any.AnyTextContent
decDepth, encode, encode, encode, encode, encode, encode, encode, encode, encode, incDepth, indent, indent, nbsp, nbsp, nl, nli, nli, setDepth, setIndent, sp, sp, text, text, text, text, text, text, text, text, text
Methods inherited from interface com.aoapps.html.any.AnyTR_content
td, td__, td__, td__, td__any, td_c, th, th__, th__, th__, th__any, th_c
Methods inherited from interface com.aoapps.html.any.AnyUnion_COLGROUP_ScriptSupporting
template
Methods inherited from interface com.aoapps.html.any.AnyUnion_DATALIST_OPTGROUP
option, option__, option__, option__, option__any, option_c
Methods inherited from interface com.aoapps.html.any.AnyUnion_DIV_DL
dd, dd__, dd__, dd__, dd__any, dd_c, dt, dt__, dt__, dt__, dt__any, dt_c
Methods inherited from interface com.aoapps.html.any.AnyUnion_DL_Palpable
div, div__, div__, div__, div__any, div_c
Methods inherited from interface com.aoapps.html.any.AnyUnion_Embedded_Interactive
audio, embed, iframe, img, img, img, object, object__, object__, object__any, object_c, video
Methods inherited from interface com.aoapps.html.any.AnyUnion_Embedded_Palpable_Phrasing
canvas
Methods inherited from interface com.aoapps.html.any.AnyUnion_Interactive_Phrasing
a, a, a, a__, a__, a__, a__, a_c, button, input, label, label__, label__, label__, label__any, label_c, select, select__, select__, select__any, select_c, textarea, textarea__, textarea__, textarea__, textarea__any, textarea_c
Methods inherited from interface com.aoapps.html.any.AnyUnion_Metadata_Phrasing
link, link, meta, noscript
Methods inherited from interface com.aoapps.html.any.AnyUnion_Palpable_Phrasing
abbr, abbr__, abbr__, abbr__, abbr__any, abbr_c, b, b__, b__, b__, b__any, b_c, bdi, bdi__, bdi__, bdi__, bdi__any, bdi_c, bdo, bdo, bdo, bdo, bdo, bdo__, bdo__, bdo__, bdo__any, bdo_c, cite, cite__, cite__, cite__, cite__any, cite_c, code, code__, code__, code__, code__any, code_c, data, data, data, data__, data__, data__, data__any, data_c, dfn, dfn__, dfn__, dfn__, dfn__any, dfn_c, em, em__, em__, em__, em__any, em_c, i, i__, i__, i__, i__any, i_c, ins, ins__, ins__, ins__, ins__, ins_c, kbd, kbd__, kbd__, kbd__, kbd__any, kbd_c, map, map, map, map__, map__, map__, map__, map_c, mark, mark__, mark__, mark__, mark__any, mark_c, meter, meter__, meter__, meter__, meter__any, meter_c, output, output__, output__, output__, output__any, output_c, progress, progress__, progress__, progress__, progress__any, progress_c, q, q__, q__, q__, q__any, q_c, ruby, s, s__, s__, s__, s__any, s_c, samp, samp__, samp__, samp__, samp__any, samp_c, small, small__, small__, small__, small__any, small_c, span, span__, span__, span__, span__any, span_c, strong, strong__, strong__, strong__, strong__any, strong_c, sub, sub__, sub__, sub__, sub__any, sub_c, sup, sup__, sup__, sup__, sup__any, sup_c, time, u, u__, u__, u__, u__any, u_c, var, var__, var__, var__, var__any, var_c
Methods inherited from interface com.aoapps.html.any.AnyUnion_TBODY_THEAD_TFOOT
tr_c
Methods inherited from interface com.aoapps.html.any.Content
autoIndent, autoIndent, autoNl, autoNli, autoNli, clearAtnl, getAtnl, getAutonli, getDepth, getDocument, getIndent, getRawUnsafe, getRawUnsafe, setAtnl, setAtnl, setAutonli, unsafe, unsafe, unsafe, unsafe, unsafe, unsafe, unsafe, unsafe, unsafe
-
Method Details
-
html
- Specified by:
html
in interfaceAnyContent<D extends AnyDocumentEE<D>,
__ extends AnyContentEE<D, __>> - Throws:
IOException
-
html_c
- Specified by:
html_c
in interfaceAnyContent<D extends AnyDocumentEE<D>,
__ extends AnyContentEE<D, __>> - Throws:
IOException
-