Module com.aoapps.html
Package com.aoapps.html
Interface TABLE_content<__ extends TABLE_content<__>>
- Type Parameters:
__- This content model, which will be the parent content model of child elements
- All Superinterfaces:
AnyScriptSupportingContent<Document,,__> AnyTABLE_content<Document,,__> AnyUnion_COLGROUP_ScriptSupporting<Document,,__> AnyUnion_TBODY_THEAD_TFOOT<Document,,__> Content<Document,,__> Content<__>,DocumentWriter,ScriptSupportingContent<__>,Union_COLGROUP_ScriptSupporting<__>,Union_TBODY_THEAD_TFOOT<__>,Whitespace
- All Known Subinterfaces:
AnyContent<__>
public interface TABLE_content<__ extends TABLE_content<__>>
extends AnyTABLE_content<Document,__>, Union_TBODY_THEAD_TFOOT<__>
- See 4.9.1 The table element.
- See <table>: The Table element.
- See HTML table tag.
- Author:
- AO Industries, Inc.
-
Field Summary
Fields inherited from interface com.aoapps.encoding.Whitespace
INDENT_SPACES, NL, SPACE -
Method Summary
Modifier and TypeMethodDescriptioncaption()caption__(IOConsumerE<? super CAPTION__<__>, Ex> caption) Creates a caption element with no attributes and the given body.colgroup()colgroup__(IOConsumerE<? super COLGROUP__<__>, Ex> colgroup) Creates a colgroup element with no attributes and the given body.default COLGROUP_c<__> tbody()tbody__(IOConsumerE<? super TBODY__<__>, Ex> tbody) Creates a tbody element with no attributes and the given body.tbody_c()tfoot()tfoot__(IOConsumerE<? super TFOOT__<__>, Ex> tfoot) Creates a tfoot element with no attributes and the given body.tfoot_c()thead()thead__(IOConsumerE<? super THEAD__<__>, Ex> thead) Creates a thead element with no attributes and the given head.thead_c()tr()Deprecated.tr__(IOConsumerE<? super TR__<__>, Ex> tr) Deprecated.For maximum compatibility with bothSerialization.SGMLandSerialization.XML, it is recommended to always use<tbody>.tr_c()Deprecated.For maximum compatibility with bothSerialization.SGMLandSerialization.XML, it is recommended to always use<tbody>.Methods inherited from interface com.aoapps.html.any.AnyTABLE_content
caption__, caption__, caption__, caption__any, colgroup__, colgroup__, colgroup__any, tbody__, tbody__, tbody__any, tfoot__, tfoot__, tfoot__any, thead__, thead__, thead__any, tr__, tr__, tr__anyMethods inherited from interface com.aoapps.html.any.AnyUnion_COLGROUP_ScriptSupporting
templateMethods 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
-
caption
- Specified by:
captionin interfaceAnyTABLE_content<Document,__ extends TABLE_content<__>> - Throws:
IOException
-
caption__
default <Ex extends Throwable> __ caption__(IOConsumerE<? super CAPTION__<__>, Ex> caption) throws IOException, ExCreates a caption element with no attributes and the given body.- 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:
IOExceptionEx
-
caption_c
- Specified by:
caption_cin interfaceAnyTABLE_content<Document,__ extends TABLE_content<__>> - Throws:
IOException
-
colgroup
- Specified by:
colgroupin interfaceAnyTABLE_content<Document,__ extends TABLE_content<__>> - Throws:
IOException
-
colgroup__
default <Ex extends Throwable> __ colgroup__(IOConsumerE<? super COLGROUP__<__>, Ex> colgroup) throws IOException, ExCreates a colgroup element with no attributes and the given body.- 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:
IOExceptionEx
-
colgroup_c
- Specified by:
colgroup_cin interfaceAnyTABLE_content<Document,__ extends TABLE_content<__>> - Throws:
IOException
-
thead
- Specified by:
theadin interfaceAnyTABLE_content<Document,__ extends TABLE_content<__>> - Throws:
IOException
-
thead__
default <Ex extends Throwable> __ thead__(IOConsumerE<? super THEAD__<__>, Ex> thead) throws IOException, ExCreates a thead element with no attributes and the given head.- See 4.9.6 The thead element.
- See <thead>: The Table Head element.
- See HTML thead 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:
IOExceptionEx
-
thead_c
- Specified by:
thead_cin interfaceAnyTABLE_content<Document,__ extends TABLE_content<__>> - Throws:
IOException
-
tbody
- Specified by:
tbodyin interfaceAnyTABLE_content<Document,__ extends TABLE_content<__>> - Throws:
IOException
-
tbody__
default <Ex extends Throwable> __ tbody__(IOConsumerE<? super TBODY__<__>, Ex> tbody) throws IOException, ExCreates a tbody element with no attributes and the given body.- See 4.9.5 The tbody element.
- See <tbody>: The Table Body element.
- See HTML tbody 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:
IOExceptionEx
-
tbody_c
- Specified by:
tbody_cin interfaceAnyTABLE_content<Document,__ extends TABLE_content<__>> - Throws:
IOException
-
tr
Deprecated.For maximum compatibility with bothSerialization.SGMLandSerialization.XML, it is recommended to always use<tbody>.- Specified by:
trin interfaceAnyTABLE_content<Document,__ extends TABLE_content<__>> - Specified by:
trin interfaceAnyUnion_TBODY_THEAD_TFOOT<Document,__ extends TABLE_content<__>> - Specified by:
trin interfaceUnion_TBODY_THEAD_TFOOT<__ extends TABLE_content<__>>- Throws:
IOException
-
tr__
@Deprecated(forRemoval=false) default <Ex extends Throwable> __ tr__(IOConsumerE<? super TR__<__>, Ex> tr) throws IOException, ExDeprecated.For maximum compatibility with bothSerialization.SGMLandSerialization.XML, it is recommended to always use<tbody>.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.
- Specified by:
tr__in interfaceUnion_TBODY_THEAD_TFOOT<__ extends TABLE_content<__>>- 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:
IOExceptionEx
-
tr_c
Deprecated.For maximum compatibility with bothSerialization.SGMLandSerialization.XML, it is recommended to always use<tbody>.- Specified by:
tr_cin interfaceAnyUnion_TBODY_THEAD_TFOOT<Document,__ extends TABLE_content<__>> - Specified by:
tr_cin interfaceUnion_TBODY_THEAD_TFOOT<__ extends TABLE_content<__>>- Throws:
IOException
-
tfoot
- Specified by:
tfootin interfaceAnyTABLE_content<Document,__ extends TABLE_content<__>> - Throws:
IOException
-
tfoot__
default <Ex extends Throwable> __ tfoot__(IOConsumerE<? super TFOOT__<__>, Ex> tfoot) throws IOException, ExCreates a tfoot element with no attributes and the given body.- See 4.9.7 The tfoot element.
- See <tfoot>: The Table Foot element.
- See HTML tfoot 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:
IOExceptionEx
-
tfoot_c
- Specified by:
tfoot_cin interfaceAnyTABLE_content<Document,__ extends TABLE_content<__>> - Throws:
IOException
-

Serialization.SGMLandSerialization.XML, it is recommended to always use<tbody>.