Module com.aoapps.html.any
Package com.aoapps.html.any
Interface AnyTABLE_content<D extends AnyDocument<D>,__ extends AnyTABLE_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,
,__> AnyUnion_TBODY_THEAD_TFOOT<D,
,__> Content<D,
,__> DocumentWriter
,Whitespace
- All Known Subinterfaces:
AnyContent<D,
__>
- All Known Implementing Classes:
AnyDocument
,AnyTABLE__
,AnyTABLE_c
public interface AnyTABLE_content<D extends AnyDocument<D>,__ extends AnyTABLE_content<D,__>>
extends AnyUnion_TBODY_THEAD_TFOOT<D,__>
- 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 TypeMethodDescriptionAnyCAPTION
<D, __, ?, ?, ?> caption()
Opens a new caption element.default __
Creates an empty caption element with no attributes.caption__
(IORunnableE<Ex> caption) Creates a caption element with no attributes and the given body.default __
Creates a caption element with no attributes and a text body.caption__any
(IOConsumerE<? super AnyCAPTION__<D, __, ? extends AnyCAPTION__<D, __, ?>>, Ex> caption) Creates a caption element with no attributes and the given body.AnyCAPTION_c
<D, __, ?> Creates a caption element with no attributes then begins element content.AnyCOLGROUP
<D, __, ?, ?, ?> colgroup()
Opens a new colgroup element.default __
Creates an empty colgroup element with no attributes.colgroup__
(IORunnableE<Ex> colgroup) Creates a colgroup element with no attributes and the given body.colgroup__any
(IOConsumerE<? super AnyCOLGROUP__<D, __, ? extends AnyCOLGROUP__<D, __, ?>>, Ex> colgroup) Creates a colgroup element with no attributes and the given body.AnyCOLGROUP_c
<D, __, ?> Creates a colgroup element with no attributes then begins element content.tbody()
Opens a new tbody element.default __
tbody__()
Creates an empty tbody element with no attributes.tbody__
(IORunnableE<Ex> tbody) Creates a tbody element with no attributes and the given body.tbody__any
(IOConsumerE<? super AnyTBODY__<D, __, ? extends AnyTBODY__<D, __, ?>>, Ex> tbody) Creates a tbody element with no attributes and the given body.AnyTBODY_c
<D, __, ?> tbody_c()
Creates a tbody element with no attributes then begins element content.tfoot()
Opens a new tfoot element.default __
tfoot__()
Creates an empty tfoot element with no attributes.tfoot__
(IORunnableE<Ex> tfoot) Creates a tfoot element with no attributes and the given body.tfoot__any
(IOConsumerE<? super AnyTFOOT__<D, __, ? extends AnyTFOOT__<D, __, ?>>, Ex> tfoot) Creates a tfoot element with no attributes and the given body.AnyTFOOT_c
<D, __, ?> tfoot_c()
Creates a tfoot element with no attributes then begins element content.thead()
Opens a new thead element.default __
thead__()
Creates an empty thead element with no attributes.thead__
(IORunnableE<Ex> thead) Creates a thead element with no attributes and the given head.thead__any
(IOConsumerE<? super AnyTHEAD__<D, __, ? extends AnyTHEAD__<D, __, ?>>, Ex> thead) Creates a thead element with no attributes and the given head.AnyTHEAD_c
<D, __, ?> thead_c()
Creates a thead element with no attributes then begins element content.tr()
Deprecated.default __
tr__()
Deprecated.For maximum compatibility with bothSerialization.SGML
andSerialization.XML
, it is recommended to always use<tbody>
.tr__
(IORunnableE<Ex> tr) Deprecated.For maximum compatibility with bothSerialization.SGML
andSerialization.XML
, it is recommended to always use<tbody>
.Deprecated.For maximum compatibility with bothSerialization.SGML
andSerialization.XML
, it is recommended to always use<tbody>
.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.AnyUnion_TBODY_THEAD_TFOOT
tr_c
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
Opens a new colgroup element.- Throws:
IOException
-
colgroup__
Creates 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__any
default <Ex extends Throwable> __ colgroup__any(IOConsumerE<? super AnyCOLGROUP__<D, __, throws IOException, Ex? extends AnyCOLGROUP__<D, __, ?>>, Ex> colgroup) Creates 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__
Creates an empty colgroup element with no attributes.- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
-
colgroup_c
Creates a colgroup element with no attributes then begins element content.- 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:
-
thead
Opens a new thead element.- See 4.9.6 The thead element.
- See <thead>: The Table Head element.
- See HTML thead tag.
- Throws:
IOException
-
thead__
Creates 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__any
default <Ex extends Throwable> __ thead__any(IOConsumerE<? super AnyTHEAD__<D, __, throws IOException, Ex? extends AnyTHEAD__<D, __, ?>>, Ex> thead) Creates 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__
Creates an empty thead element with no attributes.- See 4.9.6 The thead element.
- See <thead>: The Table Head element.
- See HTML thead tag.
- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
-
thead_c
Creates a thead element with no attributes then begins element content.- See 4.9.6 The thead element.
- See <thead>: The Table Head element.
- See HTML thead 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:
-
tbody
Opens a new tbody element.- See 4.9.5 The tbody element.
- See <tbody>: The Table Body element.
- See HTML tbody tag.
- Throws:
IOException
-
tbody__
Creates 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__any
default <Ex extends Throwable> __ tbody__any(IOConsumerE<? super AnyTBODY__<D, __, throws IOException, Ex? extends AnyTBODY__<D, __, ?>>, Ex> tbody) Creates 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__
Creates an empty tbody element with no attributes.- See 4.9.5 The tbody element.
- See <tbody>: The Table Body element.
- See HTML tbody tag.
- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
-
tbody_c
Creates a tbody element with no attributes then begins element content.- See 4.9.5 The tbody element.
- See <tbody>: The Table Body element.
- See HTML tbody 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:
-
tr
Deprecated.For maximum compatibility with bothSerialization.SGML
andSerialization.XML
, it is recommended to always use<tbody>
.Opens a new tr element.- See 4.9.8 The tr element.
- See <tr>: The Table Row element.
- See HTML tr tag.
- Specified by:
tr
in interfaceAnyUnion_TBODY_THEAD_TFOOT<D extends AnyDocument<D>,
__ extends AnyTABLE_content<D, __>> - Throws:
IOException
-
tr__
Deprecated.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 interfaceAnyUnion_TBODY_THEAD_TFOOT<D extends AnyDocument<D>,
__ extends AnyTABLE_content<D, __>> - 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
@Deprecated default <Ex extends Throwable> __ tr__any(IOConsumerE<? super AnyTR__<D, __, throws IOException, Ex? extends AnyTR__<D, __, ?>>, Ex> tr) Deprecated.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__any
in interfaceAnyUnion_TBODY_THEAD_TFOOT<D extends AnyDocument<D>,
__ extends AnyTABLE_content<D, __>> - 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__
Deprecated.For maximum compatibility with bothSerialization.SGML
andSerialization.XML
, it is recommended to always use<tbody>
.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.
- Specified by:
tr__
in interfaceAnyUnion_TBODY_THEAD_TFOOT<D extends AnyDocument<D>,
__ extends AnyTABLE_content<D, __>> - Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
-
tfoot
Opens a new tfoot element.- See 4.9.7 The tfoot element.
- See <tfoot>: The Table Foot element.
- See HTML tfoot tag.
- Throws:
IOException
-
tfoot__
Creates 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__any
default <Ex extends Throwable> __ tfoot__any(IOConsumerE<? super AnyTFOOT__<D, __, throws IOException, Ex? extends AnyTFOOT__<D, __, ?>>, Ex> tfoot) Creates 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__
Creates an empty tfoot element with no attributes.- See 4.9.7 The tfoot element.
- See <tfoot>: The Table Foot element.
- See HTML tfoot tag.
- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
-
tfoot_c
Creates a tfoot element with no attributes then begins element content.- See 4.9.7 The tfoot element.
- See <tfoot>: The Table Foot element.
- See HTML tfoot 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:
Serialization.SGML
andSerialization.XML
, it is recommended to always use<tbody>
.