Module com.aoapps.html.any
Package com.aoapps.html.any
Interface AnyUnion_DIV_DL<D extends AnyDocument<D>,__ extends AnyUnion_DIV_DL<D,__>>
- Type Parameters:
D
- This document type__
- This content model, which will be the parent content model of child elements
- All Superinterfaces:
Content<D,
,__> DocumentWriter
,Whitespace
- All Known Subinterfaces:
AnyContent<D,
,__> AnyDIV_content<D,
,__> AnyDL_content<D,
__>
- All Known Implementing Classes:
AnyDIV__
,AnyDIV_c
,AnyDL__
,AnyDL_c
,AnyDocument
public interface AnyUnion_DIV_DL<D extends AnyDocument<D>,__ extends AnyUnion_DIV_DL<D,__>>
extends Content<D,__>
Elements that are common to both
AnyDIV_content
and AnyDL_content
.- Author:
- AO Industries, Inc.
-
Field Summary
Fields inherited from interface com.aoapps.encoding.Whitespace
INDENT_SPACES, NL, SPACE
-
Method Summary
Modifier and TypeMethodDescriptiondd()
Opens a new dd element.default __
dd__()
Creates an empty dd element with no attributes.dd__
(IORunnableE<Ex> dd) Creates a dd element with no attributes and the given body.default __
Creates a dd element with no attributes and a text body.Creates a dd element with no attributes and the given body.dd_c()
Creates a dd element with no attributes then begins element content.dt()
Opens a new dt element.default __
dt__()
Creates an empty dt element with no attributes.dt__
(IORunnableE<Ex> dt) Creates a dt element with no attributes and the given body.default __
Creates a dt element with no attributes and a text body.Creates a dt element with no attributes and the given body.dt_c()
Creates a dt element with no attributes then begins element content.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
Opens a new dd element.- 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__any
default <Ex extends Throwable> __ dd__any(IOConsumerE<? super AnyDD__<D, __, throws IOException, Ex? extends AnyDD__<D, __, ?>>, Ex> 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__
Creates a dd element with no attributes and a text body.- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
-
dd__
Creates an empty dd element with no attributes.- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
-
dd_c
Creates a dd 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:
-
dt
Opens a new dt element.- See 4.4.10 The dt element.
- See <dt>: The Description Term element.
- See HTML dt tag.
- 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__any
default <Ex extends Throwable> __ dt__any(IOConsumerE<? super AnyDT__<D, __, throws IOException, Ex? extends AnyDT__<D, __, ?>>, Ex> 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__
Creates a dt element with no attributes and a text body.- See 4.4.10 The dt element.
- See <dt>: The Description Term element.
- See HTML dt tag.
- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
-
dt__
Creates an empty dt element with no attributes.- See 4.4.10 The dt element.
- See <dt>: The Description Term element.
- See HTML dt tag.
- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
-
dt_c
Creates a dt element with no attributes then begins element content.- See 4.4.10 The dt element.
- See <dt>: The Description Term element.
- See HTML dt 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:
-