Module com.aoapps.html.any
Package com.aoapps.html.any
Interface AnyUnion_DL_Palpable<D extends AnyDocument<D>,__ extends AnyUnion_DL_Palpable<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,
,__> AnyFlowContent<D,
,__> AnyPalpableContent<D,
__>
- All Known Implementing Classes:
AnyADDRESS__
,AnyADDRESS_c
,AnyARTICLE__
,AnyARTICLE_c
,AnyASIDE__
,AnyASIDE_c
,AnyBLOCKQUOTE__
,AnyBLOCKQUOTE_c
,AnyBODY__
,AnyBODY_c
,AnyCAPTION__
,AnyCAPTION_c
,AnyDD__
,AnyDD_c
,AnyDIV__
,AnyDIV_c
,AnyDL__
,AnyDL_c
,AnyDocument
,AnyDT__
,AnyDT_c
,AnyFOOTER__
,AnyFOOTER_c
,AnyFORM__
,AnyFORM_c
,AnyHEADER__
,AnyHEADER_c
,AnyLI__
,AnyLI_c
,AnyMAIN__
,AnyMAIN_c
,AnyNAV__
,AnyNAV_c
,AnySECTION__
,AnySECTION_c
,AnyTD__
,AnyTD_c
,AnyTH__
,AnyTH_c
public interface AnyUnion_DL_Palpable<D extends AnyDocument<D>,__ extends AnyUnion_DL_Palpable<D,__>>
extends Content<D,__>
Elements that are common to both
AnyDL_content
and AnyPalpableContent
.- Author:
- AO Industries, Inc.
-
Field Summary
Fields inherited from interface com.aoapps.encoding.Whitespace
INDENT_SPACES, NL, SPACE
-
Method Summary
Modifier and TypeMethodDescriptiondiv()
Opens a new div element.default __
div__()
Creates an empty div element with no attributes.div__
(IORunnableE<Ex> div) Creates a div element with no attributes and the given body.default __
Creates a div element with no attributes and a text body.Creates a div element with no attributes and the given body.div_c()
Creates a div 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
-
div
Opens a new div element.- Throws:
IOException
-
div__
Creates a div 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
-
div__any
default <Ex extends Throwable> __ div__any(IOConsumerE<? super AnyDIV__<D, __, throws IOException, Ex? extends AnyDIV__<D, __, ?>>, Ex> div) Creates a div 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
-
div__
Creates a div element with no attributes and a text body.- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
-
div__
Creates an empty div element with no attributes.- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
-
div_c
Creates a div 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:
-