- Type Parameters:
__
- This content model, which will be the parent content model of child elements
- All Superinterfaces:
AnyUnion_DIV_DL<Document,
,__> Content<Document,
,__> Content<__>
,DocumentWriter
,Whitespace
- All Known Subinterfaces:
AnyContent<__>
,DIV_content<__>
,DL_content<__>
public interface Union_DIV_DL<__ extends Union_DIV_DL<__>>
extends AnyUnion_DIV_DL<Document,__>, Content<__>
Elements that are common to both
DIV_content
and DL_content
.- 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.AnyUnion_DIV_DL
dd__, dd__, dd__, dd__any, dt__, dt__, dt__, dt__any
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
-
dd
- Specified by:
dd
in interfaceAnyUnion_DIV_DL<Document,
__ extends Union_DIV_DL<__>> - Throws:
IOException
-
dd__
Creates a dd 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
-
dd_c
- Specified by:
dd_c
in interfaceAnyUnion_DIV_DL<Document,
__ extends Union_DIV_DL<__>> - Throws:
IOException
-
dt
- Specified by:
dt
in interfaceAnyUnion_DIV_DL<Document,
__ extends Union_DIV_DL<__>> - Throws:
IOException
-
dt__
Creates a dt element with no attributes and the given body.- See 4.4.10 The dt element.
- See <dt>: The Description Term element.
- See HTML dt 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
-
dt_c
- Specified by:
dt_c
in interfaceAnyUnion_DIV_DL<Document,
__ extends Union_DIV_DL<__>> - Throws:
IOException
-