Module com.aoapps.html.any
Package com.aoapps.html.any
Interface AnyUnion_TBODY_THEAD_TFOOT<D extends AnyDocument<D>,__ extends AnyUnion_TBODY_THEAD_TFOOT<D,__>>
- Type Parameters:
D
- This document type__
- This content model, which will be the parent content model of child elements
- All Superinterfaces:
AnyScriptSupportingContent<D,
,__> AnyUnion_COLGROUP_ScriptSupporting<D,
,__> Content<D,
,__> DocumentWriter
,Whitespace
- All Known Subinterfaces:
AnyContent<D,
,__> AnyTABLE_content<D,
__>
- All Known Implementing Classes:
AnyDocument
,AnyTABLE__
,AnyTABLE_c
,AnyTBODY__
,AnyTBODY_c
,AnyTFOOT__
,AnyTFOOT_c
,AnyTHEAD__
,AnyTHEAD_c
public interface AnyUnion_TBODY_THEAD_TFOOT<D extends AnyDocument<D>,__ extends AnyUnion_TBODY_THEAD_TFOOT<D,__>>
extends AnyScriptSupportingContent<D,__>
Elements that are common to all three of
AnyTBODY
, AnyTHEAD
, and AnyTFOOT
.
- 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
Modifier and TypeMethodDescriptiontr()
Opens a new tr element.default __
tr__()
Creates an empty tr element with no attributes.tr__
(IORunnableE<Ex> tr) Creates a tr element with no attributes and the given body.Creates a tr element with no attributes and the given body.tr_c()
Creates a tr element with no attributes then begins element content.Methods inherited from interface com.aoapps.html.any.AnyScriptSupportingContent
script, script, script, script, script
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
-
tr
Opens a new tr element.- See 4.9.8 The tr element.
- See <tr>: The Table Row element.
- See HTML tr tag.
- 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__any
default <Ex extends Throwable> __ tr__any(IOConsumerE<? super AnyTR__<D, __, throws IOException, Ex? extends AnyTR__<D, __, ?>>, Ex> 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__
Creates an empty tr element with no attributes.- See 4.9.8 The tr element.
- See <tr>: The Table Row element.
- See HTML tr tag.
- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
-
tr_c
Creates a tr element with no attributes then begins element content.- See 4.9.8 The tr element.
- See <tr>: The Table Row element.
- See HTML tr tag.
- Returns:
- The content model of this element, which will be the parent content model of child elements. This must be ended or closed in order to end the tag. This is well suited for use in a try-with-resources block.
- Throws:
IOException
- See Also:
-