Module com.aoapps.html
Package com.aoapps.html
Interface Union_Embedded_Interactive<__ extends Union_Embedded_Interactive<__>>
- Type Parameters:
__
- This content model, which will be the parent content model of child elements
- All Superinterfaces:
AnyUnion_Embedded_Interactive<Document,
,__> Content<Document,
,__> Content<__>
,DocumentWriter
,Whitespace
- All Known Subinterfaces:
AnyContent<__>
,DATALIST_content<__>
,DIV_content<__>
,EmbeddedContent<__>
,FlowContent<__>
,InteractiveContent<__>
,OBJECT_content<__>
,PalpableContent<__>
,PhrasingContent<__>
,Union_Interactive_Phrasing<__>
,Union_Palpable_Phrasing<__>
- All Known Implementing Classes:
A_c
,ABBR__
,ABBR_c
,ADDRESS__
,ADDRESS_c
,ARTICLE__
,ARTICLE_c
,ASIDE__
,ASIDE_c
,B__
,B_c
,BDI__
,BDI_c
,BDO__
,BDO_c
,BLOCKQUOTE__
,BLOCKQUOTE_c
,BODY__
,BODY_c
,CAPTION__
,CAPTION_c
,CITE__
,CITE_c
,CODE__
,CODE_c
,DATA__
,DATA_c
,DATALIST__
,DATALIST_c
,DD__
,DD_c
,DEL_c
,DFN__
,DFN_c
,DIV__
,DIV_c
,Document
,DT__
,DT_c
,EM__
,EM_c
,FOOTER__
,FOOTER_c
,FORM__
,FORM_c
,H1__
,H1_c
,H2__
,H2_c
,H3__
,H3_c
,H4__
,H4_c
,H5__
,H5_c
,H6__
,H6_c
,HEADER__
,HEADER_c
,I__
,I_c
,INS_c
,KBD__
,KBD_c
,LABEL__
,LABEL_c
,LI__
,LI_c
,MAIN__
,MAIN_c
,MAP_c
,MARK__
,MARK_c
,METER__
,METER_c
,NAV__
,NAV_c
,OBJECT__
,OBJECT_c
,OUTPUT__
,OUTPUT_c
,P__
,P_c
,PRE__
,PRE_c
,PROGRESS__
,PROGRESS_c
,Q__
,Q_c
,S__
,S_c
,SAMP__
,SAMP_c
,SECTION__
,SECTION_c
,SMALL__
,SMALL_c
,SPAN__
,SPAN_c
,STRONG__
,STRONG_c
,SUB__
,SUB_c
,SUP__
,SUP_c
,TD__
,TD_c
,TH__
,TH_c
,U__
,U_c
,VAR__
,VAR_c
public interface Union_Embedded_Interactive<__ extends Union_Embedded_Interactive<__>>
extends AnyUnion_Embedded_Interactive<Document,__>, Content<__>
Elements that are common to both
EmbeddedContent
and InteractiveContent
.- Author:
- AO Industries, Inc.
-
Field Summary
Fields inherited from interface com.aoapps.encoding.Whitespace
INDENT_SPACES, NL, SPACE
-
Method Summary
Modifier and TypeMethodDescriptionimg()
img
(IOSupplierE<? extends String, Ex> src) object()
object__
(IOConsumerE<? super OBJECT__<__>, Ex> object) Creates an object element with no attributes and the given body.object_c()
Methods inherited from interface com.aoapps.html.any.AnyUnion_Embedded_Interactive
audio, embed, iframe, object__, object__, object__any, video
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
-
img
- Specified by:
img
in interfaceAnyUnion_Embedded_Interactive<Document,
__ extends Union_Embedded_Interactive<__>> - Throws:
IOException
-
img
- Specified by:
img
in interfaceAnyUnion_Embedded_Interactive<Document,
__ extends Union_Embedded_Interactive<__>> - Throws:
IOException
-
img
default <Ex extends Throwable> IMG<__> img(IOSupplierE<? extends String, Ex> src) throws IOException, Ex- Specified by:
img
in interfaceAnyUnion_Embedded_Interactive<Document,
__ extends Union_Embedded_Interactive<__>> - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
-
object
- Specified by:
object
in interfaceAnyUnion_Embedded_Interactive<Document,
__ extends Union_Embedded_Interactive<__>> - Throws:
IOException
-
object__
default <Ex extends Throwable> __ object__(IOConsumerE<? super OBJECT__<__>, Ex> object) throws IOException, ExCreates 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_c
- Specified by:
object_c
in interfaceAnyUnion_Embedded_Interactive<Document,
__ extends Union_Embedded_Interactive<__>> - Throws:
IOException
-