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.SGML
andSerialization.XML
, it is recommended to always use<tbody>
.tr_c()
Deprecated.For maximum compatibility with bothSerialization.SGML
andSerialization.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__any
Methods inherited from interface com.aoapps.html.any.AnyUnion_COLGROUP_ScriptSupporting
template
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
-
colgroup
- Specified by:
colgroup
in 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:
IOException
Ex
-
colgroup_c
- Specified by:
colgroup_c
in interfaceAnyTABLE_content<Document,
__ extends TABLE_content<__>> - Throws:
IOException
-
thead
- Specified by:
thead
in 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:
IOException
Ex
-
thead_c
- Specified by:
thead_c
in interfaceAnyTABLE_content<Document,
__ extends TABLE_content<__>> - Throws:
IOException
-
tbody
- Specified by:
tbody
in 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:
IOException
Ex
-
tbody_c
- Specified by:
tbody_c
in interfaceAnyTABLE_content<Document,
__ extends TABLE_content<__>> - Throws:
IOException
-
tr
Deprecated.For maximum compatibility with bothSerialization.SGML
andSerialization.XML
, it is recommended to always use<tbody>
.- Specified by:
tr
in interfaceAnyTABLE_content<Document,
__ extends TABLE_content<__>> - Specified by:
tr
in interfaceAnyUnion_TBODY_THEAD_TFOOT<Document,
__ extends TABLE_content<__>> - Specified by:
tr
in 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.SGML
andSerialization.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:
IOException
Ex
-
tr_c
Deprecated.For maximum compatibility with bothSerialization.SGML
andSerialization.XML
, it is recommended to always use<tbody>
.- Specified by:
tr_c
in interfaceAnyUnion_TBODY_THEAD_TFOOT<Document,
__ extends TABLE_content<__>> - Specified by:
tr_c
in interfaceUnion_TBODY_THEAD_TFOOT<__ extends TABLE_content<__>>
- Throws:
IOException
-
tfoot
- Specified by:
tfoot
in 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:
IOException
Ex
-
tfoot_c
- Specified by:
tfoot_c
in interfaceAnyTABLE_content<Document,
__ extends TABLE_content<__>> - Throws:
IOException
Serialization.SGML
andSerialization.XML
, it is recommended to always use<tbody>
.