- Type Parameters:
__
- This content model, which will be the parent content model of child elements
- All Superinterfaces:
AnyScriptSupportingContent<Document,
,__> AnyTR_content<Document,
,__> AnyUnion_COLGROUP_ScriptSupporting<Document,
,__> Content<Document,
,__> Content<__>
,DocumentWriter
,ScriptSupportingContent<__>
,Union_COLGROUP_ScriptSupporting<__>
,Whitespace
- All Known Subinterfaces:
AnyContent<__>
public interface TR_content<__ extends TR_content<__>>
extends AnyTR_content<Document,__>, ScriptSupportingContent<__>
- See 4.9.8 The tr element.
- See <tr>: The Table Row element.
- See HTML tr 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.AnyTR_content
td__, td__, td__, td__any, th__, th__, th__, th__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
-
td
- Specified by:
td
in interfaceAnyTR_content<Document,
__ extends TR_content<__>> - Throws:
IOException
-
td__
Creates a td element with no attributes and the given body.- See 4.9.9 The td element.
- See <td>: The Table Data Cell element.
- See HTML td 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
-
td_c
- Specified by:
td_c
in interfaceAnyTR_content<Document,
__ extends TR_content<__>> - Throws:
IOException
-
th
- Specified by:
th
in interfaceAnyTR_content<Document,
__ extends TR_content<__>> - Throws:
IOException
-
th__
Creates a th element with no attributes and the given body.- See 4.9.10 The th element.
- See <th>: The Table Header element.
- See HTML th 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
-
th_c
- Specified by:
th_c
in interfaceAnyTR_content<Document,
__ extends TR_content<__>> - Throws:
IOException
-