Module com.aoapps.html.any
Package com.aoapps.html.any
Interface AnyTR_content<D extends AnyDocument<D>,__ extends AnyTR_content<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,
__>
- All Known Implementing Classes:
AnyDocument
,AnyTR__
,AnyTR_c
public interface AnyTR_content<D extends AnyDocument<D>,__ extends AnyTR_content<D,__>>
extends AnyScriptSupportingContent<D,__>
- 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
Modifier and TypeMethodDescriptiontd()
Opens a new td element.default __
td__()
Creates an empty td element with no attributes.td__
(IORunnableE<Ex> td) Creates a td element with no attributes and the given body.default __
Creates a td element with no attributes and a text body.Creates a td element with no attributes and the given body.td_c()
Creates a td element with no attributes then begins element content.th()
Opens a new th element.default __
th__()
Creates an empty th element with no attributes.th__
(IORunnableE<Ex> th) Creates a th element with no attributes and the given body.default __
Creates a th element with no attributes and a text body.Creates a th element with no attributes and the given body.th_c()
Creates a th 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
-
td
Opens a new td element.- See 4.9.9 The td element.
- See <td>: The Table Data Cell element.
- See HTML td tag.
- 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__any
default <Ex extends Throwable> __ td__any(IOConsumerE<? super AnyTD__<D, __, throws IOException, Ex? extends AnyTD__<D, __, ?>>, Ex> 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__
Creates a td element with no attributes and a text body.- See 4.9.9 The td element.
- See <td>: The Table Data Cell element.
- See HTML td tag.
- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
-
td__
Creates an empty td element with no attributes.- See 4.9.9 The td element.
- See <td>: The Table Data Cell element.
- See HTML td tag.
- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
-
td_c
Creates a td element with no attributes then begins element content.- See 4.9.9 The td element.
- See <td>: The Table Data Cell element.
- See HTML td 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:
-
th
Opens a new th element.- See 4.9.10 The th element.
- See <th>: The Table Header element.
- See HTML th tag.
- 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__any
default <Ex extends Throwable> __ th__any(IOConsumerE<? super AnyTH__<D, __, throws IOException, Ex? extends AnyTH__<D, __, ?>>, Ex> 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__
Creates a th element with no attributes and a text body.- See 4.9.10 The th element.
- See <th>: The Table Header element.
- See HTML th tag.
- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
-
th__
Creates an empty th element with no attributes.- See 4.9.10 The th element.
- See <th>: The Table Header element.
- See HTML th tag.
- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
-
th_c
Creates a th element with no attributes then begins element content.- See 4.9.10 The th element.
- See <th>: The Table Header element.
- See HTML th 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:
-