Module com.aoapps.html
Package com.aoapps.html
Interface Union_TBODY_THEAD_TFOOT<__ extends Union_TBODY_THEAD_TFOOT<__>>
- Type Parameters:
__
- This content model, which will be the parent content model of child elements
- All Superinterfaces:
AnyScriptSupportingContent<Document,
,__> AnyUnion_COLGROUP_ScriptSupporting<Document,
,__> AnyUnion_TBODY_THEAD_TFOOT<Document,
,__> Content<Document,
,__> Content<__>
,DocumentWriter
,ScriptSupportingContent<__>
,Union_COLGROUP_ScriptSupporting<__>
,Whitespace
- All Known Subinterfaces:
AnyContent<__>
,TABLE_content<__>
- All Known Implementing Classes:
Document
,TABLE__
,TABLE_c
,TBODY__
,TBODY_c
,TFOOT__
,TFOOT_c
,THEAD__
,THEAD_c
public interface Union_TBODY_THEAD_TFOOT<__ extends Union_TBODY_THEAD_TFOOT<__>>
extends AnyUnion_TBODY_THEAD_TFOOT<Document,__>, ScriptSupportingContent<__>
Elements that are common to all three of
TBODY
, THEAD
, and TFOOT
.
- See 4.9.5 The tbody element.
- See <tbody>: The Table Body element.
- See HTML tbody tag.
- See 4.9.6 The thead element.
- See <thead>: The Table Head element.
- See HTML thead tag.
- See 4.9.7 The tfoot element.
- See <tfoot>: The Table Foot element.
- See HTML tfoot tag.
- Author:
- AO Industries, Inc.
-
Field Summary
Fields inherited from interface com.aoapps.encoding.Whitespace
INDENT_SPACES, NL, SPACE
-
Method Summary
Methods inherited from interface com.aoapps.html.any.AnyUnion_COLGROUP_ScriptSupporting
template
Methods inherited from interface com.aoapps.html.any.AnyUnion_TBODY_THEAD_TFOOT
tr__, tr__, tr__any
Methods inherited from interface com.aoapps.html.any.Content
autoIndent, autoIndent, autoNl, autoNli, autoNli, clearAtnl, decDepth, getAtnl, getAutonli, getDepth, getDocument, getIndent, getRawUnsafe, getRawUnsafe, incDepth, indent, indent, nl, nli, nli, setAtnl, setAtnl, setAutonli, setDepth, setIndent, sp, sp, unsafe, unsafe, unsafe, unsafe, unsafe, unsafe, unsafe, unsafe, unsafe
-
Method Details
-
tr
- Specified by:
tr
in interfaceAnyUnion_TBODY_THEAD_TFOOT<Document,
__ extends Union_TBODY_THEAD_TFOOT<__>> - Throws:
IOException
-
tr__
Creates a tr element with no attributes and the given body.- See 4.9.8 The tr element.
- See <tr>: The Table Row element.
- See HTML tr tag.
- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
Ex
-
tr_c
- Specified by:
tr_c
in interfaceAnyUnion_TBODY_THEAD_TFOOT<Document,
__ extends Union_TBODY_THEAD_TFOOT<__>> - Throws:
IOException
-