Interface AnyUnion_Embedded_Interactive<D extends AnyDocument<D>,__ extends AnyUnion_Embedded_Interactive<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,
,__> AnyDATALIST_content<D,
,__> AnyDIV_content<D,
,__> AnyEmbeddedContent<D,
,__> AnyFlowContent<D,
,__> AnyInteractiveContent<D,
,__> AnyOBJECT_content<D,
,__> AnyPalpableContent<D,
,__> AnyPhrasingContent<D,
,__> AnyUnion_Interactive_Phrasing<D,
,__> AnyUnion_Palpable_Phrasing<D,
__>
- All Known Implementing Classes:
AnyA_c
,AnyABBR__
,AnyABBR_c
,AnyADDRESS__
,AnyADDRESS_c
,AnyARTICLE__
,AnyARTICLE_c
,AnyASIDE__
,AnyASIDE_c
,AnyB__
,AnyB_c
,AnyBDI__
,AnyBDI_c
,AnyBDO__
,AnyBDO_c
,AnyBLOCKQUOTE__
,AnyBLOCKQUOTE_c
,AnyBODY__
,AnyBODY_c
,AnyCAPTION__
,AnyCAPTION_c
,AnyCITE__
,AnyCITE_c
,AnyCODE__
,AnyCODE_c
,AnyDATA__
,AnyDATA_c
,AnyDATALIST__
,AnyDATALIST_c
,AnyDD__
,AnyDD_c
,AnyDEL_c
,AnyDFN__
,AnyDFN_c
,AnyDIV__
,AnyDIV_c
,AnyDocument
,AnyDT__
,AnyDT_c
,AnyEM__
,AnyEM_c
,AnyFOOTER__
,AnyFOOTER_c
,AnyFORM__
,AnyFORM_c
,AnyH__
,AnyH_c
,AnyH1__
,AnyH1_c
,AnyH2__
,AnyH2_c
,AnyH3__
,AnyH3_c
,AnyH4__
,AnyH4_c
,AnyH5__
,AnyH5_c
,AnyH6__
,AnyH6_c
,AnyHEADER__
,AnyHEADER_c
,AnyI__
,AnyI_c
,AnyINS_c
,AnyKBD__
,AnyKBD_c
,AnyLABEL__
,AnyLABEL_c
,AnyLI__
,AnyLI_c
,AnyMAIN__
,AnyMAIN_c
,AnyMAP_c
,AnyMARK__
,AnyMARK_c
,AnyMETER__
,AnyMETER_c
,AnyNAV__
,AnyNAV_c
,AnyOBJECT__
,AnyOBJECT_c
,AnyOUTPUT__
,AnyOUTPUT_c
,AnyP__
,AnyP_c
,AnyPRE__
,AnyPRE_c
,AnyPROGRESS__
,AnyPROGRESS_c
,AnyQ__
,AnyQ_c
,AnyS__
,AnyS_c
,AnySAMP__
,AnySAMP_c
,AnySECTION__
,AnySECTION_c
,AnySMALL__
,AnySMALL_c
,AnySPAN__
,AnySPAN_c
,AnySTRONG__
,AnySTRONG_c
,AnySUB__
,AnySUB_c
,AnySUP__
,AnySUP_c
,AnyTD__
,AnyTD_c
,AnyTH__
,AnyTH_c
,AnyU__
,AnyU_c
,AnyVAR__
,AnyVAR_c
AnyEmbeddedContent
and AnyInteractiveContent
.- Author:
- AO Industries, Inc.
-
Field Summary
Fields inherited from interface com.aoapps.encoding.Whitespace
INDENT_SPACES, NL, SPACE
-
Method Summary
Modifier and TypeMethodDescriptiondefault AnyAUDIO
audio()
Deprecated.TODO: Implement audiodefault AnyEMBED
embed()
Deprecated.TODO: Implement embeddefault AnyIFRAME
iframe()
Deprecated.TODO: Implement iframeimg()
Opens a new img element.img
(IOSupplierE<? extends String, Ex> src) Opens a new img element with the given src attribute.Opens a new img element with the given src attribute.object()
Opens a new object element.default __
object__()
Creates an empty object element with no attributes.object__
(IORunnableE<Ex> object) Creates an object element with no attributes and the given body.object__any
(IOConsumerE<? super AnyOBJECT__<D, __, ? extends AnyOBJECT__<D, __, ?>>, Ex> object) Creates an object element with no attributes and the given body.AnyOBJECT_c
<D, __, ?> object_c()
Creates an object element with no attributes then begins element content.default AnyVIDEO
video()
Deprecated.TODO: Implement videoMethods 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
-
audio
Deprecated.TODO: Implement audioOpens a new audio element.- Throws:
IOException
- Since:
- HTML 5
-
embed
Deprecated.TODO: Implement embedOpens a new embed element.- Throws:
IOException
-
iframe
Deprecated.TODO: Implement iframeOpens a new iframe element.- Throws:
IOException
-
img
Opens a new img element.- See 4.8.3 The img element.
- See <img>: The Image Embed element.
- See HTML img tag.
- Throws:
IOException
-
img
Opens a new img element with the given src attribute.- See 4.8.3 The img element.
- See <img>: The Image Embed element.
- See HTML img tag.
- Throws:
IOException
-
img
<Ex extends Throwable> AnyIMG<D,__, img?> (IOSupplierE<? extends String, Ex> src) throws IOException, ExOpens a new img element with the given src attribute.- See 4.8.3 The img element.
- See <img>: The Image Embed element.
- See HTML img tag.
- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
-
object
Opens a new object element.- Throws:
IOException
-
object__
Creates an object 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
-
object__any
default <Ex extends Throwable> __ object__any(IOConsumerE<? super AnyOBJECT__<D, __, throws IOException, Ex? extends AnyOBJECT__<D, __, ?>>, Ex> object) Creates an object element with no attributes and the given body.- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Parameters:
object
- The content model of this element, which will be the parent content model of child elements.Due to limitations in Java generics, this content model does not directly reflect the parent content model, despite this being a transparent content model. Rather, it includes only the content model that always applies to this element type.
For the full, context-aware content model, which will likely include more elements, use the parent content model directly.
- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
Ex
- See Also:
-
object__
Creates an empty object element with no attributes.- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
-
object_c
Creates an object 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.
Due to limitations in Java generics, this content model does not directly reflect the parent content model, despite this being a transparent content model. Rather, it includes only the content model that always applies to this element type.
For the full, context-aware content model, which will likely include more elements, use the parent content model directly.
- Throws:
IOException
- See Also:
-
video
Deprecated.TODO: Implement videoOpens a new video element.- Throws:
IOException
- Since:
- HTML 5
-