Module com.aoapps.html.any
Package com.aoapps.html.any
Interface AnyPhrasingContent<D extends AnyDocument<D>,__ extends AnyPhrasingContent<D,__>>
- Type Parameters:
D
- This document type__
- This content model, which will be the parent content model of child elements
- All Superinterfaces:
AnyEmbeddedContent<D,
,__> AnyScriptSupportingContent<D,
,__> AnyTextContent<D,
,__> AnyUnion_COLGROUP_ScriptSupporting<D,
,__> AnyUnion_Embedded_Interactive<D,
,__> AnyUnion_Embedded_Palpable_Phrasing<D,
,__> AnyUnion_Interactive_Phrasing<D,
,__> AnyUnion_Metadata_Phrasing<D,
,__> AnyUnion_Palpable_Phrasing<D,
,__> Content<D,
,__> DocumentWriter
,Encode
,Text
,Whitespace
- All Known Subinterfaces:
AnyContent<D,
,__> AnyDATALIST_content<D,
,__> AnyDIV_content<D,
,__> AnyFlowContent<D,
__>
- All Known Implementing Classes:
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
,AnyKBD__
,AnyKBD_c
,AnyLABEL__
,AnyLABEL_c
,AnyLI__
,AnyLI_c
,AnyMAIN__
,AnyMAIN_c
,AnyMARK__
,AnyMARK_c
,AnyMETER__
,AnyMETER_c
,AnyNAV__
,AnyNAV_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
public interface AnyPhrasingContent<D extends AnyDocument<D>,__ extends AnyPhrasingContent<D,__>>
extends AnyUnion_Metadata_Phrasing<D,__>, AnyUnion_Palpable_Phrasing<D,__>, AnyEmbeddedContent<D,__>
- See 3.2.5.2.5 Phrasing content.
- See Phrasing content.
- Author:
- AO Industries, Inc.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.aoapps.html.any.AnyUnion_Interactive_Phrasing
AnyUnion_Interactive_Phrasing.InputFactory<D extends AnyDocument<D>,
__ extends AnyUnion_Interactive_Phrasing<D, __>> -
Field Summary
Fields inherited from interface com.aoapps.encoding.Whitespace
INDENT_SPACES, NL, SPACE
-
Method Summary
Modifier and TypeMethodDescriptionarea()
Opens a new area element.Opens a new area element with the given coords attribute.area
(Suppliers.Circle<Ex> circle) Opens a new area element with the given coords attribute.area
(Suppliers.Polygon<Ex> poly) Opens a new area element with the given coords attribute.area
(Suppliers.Rectangle<Ex> rect) Opens a new area element with the given coords attribute.area
(Suppliers.Shape<Ex> shape) Opens a new area element with the given coords attribute.Opens a new area element with the given coords attribute.Opens a new area element with the given coords attribute.Opens a new area element with the given coords attribute.br()
Opens a new br element.default __
br__()
Creates a br element with no attributes.AnyDATALIST<D,
__, ?, ?, ?> datalist()
Opens a new datalist element.default __
Creates an empty datalist element with no attributes.datalist__
(IORunnableE<Ex> datalist) Creates a datalist element with no attributes and the given body.default __
datalist__
(Object text) Creates a datalist element with no attributes and a text body.datalist__any
(IOConsumerE<? super AnyDATALIST__<D, __, ? extends AnyDATALIST__<D, __, ?>>, Ex> datalist) Creates a datalist element with no attributes and the given body.AnyDATALIST_c<D,
__, ?> Creates a datalist element with no attributes then begins element content.del()
Opens a new del element.default __
del__()
Creates an empty del element with no attributes.del__
(IOConsumerE<? super __, Ex> del) Creates a del element with no attributes and the given body.del__
(IORunnableE<Ex> del) Creates a del element with no attributes and the given body.del_c()
Creates a del element with no attributes then begins element content.default AnySLOT
slot()
Deprecated.TODO: Implement slotwbr()
Opens a new wbr element.default __
wbr__()
Creates a wbr element with no attributes.Methods inherited from interface com.aoapps.html.any.AnyEmbeddedContent
picture
Methods inherited from interface com.aoapps.html.any.AnyScriptSupportingContent
script, script, script, script, script
Methods inherited from interface com.aoapps.html.any.AnyTextContent
decDepth, encode, encode, encode, encode, encode, encode, encode, encode, encode, incDepth, indent, indent, nbsp, nbsp, nl, nli, nli, setDepth, setIndent, sp, sp, text, text, text, text, text, text, text, text, text
Methods inherited from interface com.aoapps.html.any.AnyUnion_COLGROUP_ScriptSupporting
template
Methods inherited from interface com.aoapps.html.any.AnyUnion_Embedded_Interactive
audio, embed, iframe, img, img, img, object, object__, object__, object__any, object_c, video
Methods inherited from interface com.aoapps.html.any.AnyUnion_Embedded_Palpable_Phrasing
canvas
Methods inherited from interface com.aoapps.html.any.AnyUnion_Interactive_Phrasing
a, a, a, a__, a__, a__, a__, a_c, button, input, label, label__, label__, label__, label__any, label_c, select, select__, select__, select__any, select_c, textarea, textarea__, textarea__, textarea__, textarea__any, textarea_c
Methods inherited from interface com.aoapps.html.any.AnyUnion_Metadata_Phrasing
link, link, meta, noscript
Methods inherited from interface com.aoapps.html.any.AnyUnion_Palpable_Phrasing
abbr, abbr__, abbr__, abbr__, abbr__any, abbr_c, b, b__, b__, b__, b__any, b_c, bdi, bdi__, bdi__, bdi__, bdi__any, bdi_c, bdo, bdo, bdo, bdo, bdo, bdo__, bdo__, bdo__, bdo__any, bdo_c, cite, cite__, cite__, cite__, cite__any, cite_c, code, code__, code__, code__, code__any, code_c, data, data, data, data__, data__, data__, data__any, data_c, dfn, dfn__, dfn__, dfn__, dfn__any, dfn_c, em, em__, em__, em__, em__any, em_c, i, i__, i__, i__, i__any, i_c, ins, ins__, ins__, ins__, ins__, ins_c, kbd, kbd__, kbd__, kbd__, kbd__any, kbd_c, map, map, map, map__, map__, map__, map__, map_c, mark, mark__, mark__, mark__, mark__any, mark_c, meter, meter__, meter__, meter__, meter__any, meter_c, output, output__, output__, output__, output__any, output_c, progress, progress__, progress__, progress__, progress__any, progress_c, q, q__, q__, q__, q__any, q_c, ruby, s, s__, s__, s__, s__any, s_c, samp, samp__, samp__, samp__, samp__any, samp_c, small, small__, small__, small__, small__any, small_c, span, span__, span__, span__, span__any, span_c, strong, strong__, strong__, strong__, strong__any, strong_c, sub, sub__, sub__, sub__, sub__any, sub_c, sup, sup__, sup__, sup__, sup__any, sup_c, time, u, u__, u__, u__, u__any, u_c, var, var__, var__, var__, var__any, var_c
Methods inherited from interface com.aoapps.html.any.Content
autoIndent, autoIndent, autoNl, autoNli, autoNli, clearAtnl, getAtnl, getAutonli, getDepth, getDocument, getIndent, getRawUnsafe, getRawUnsafe, setAtnl, setAtnl, setAutonli, unsafe, unsafe, unsafe, unsafe, unsafe, unsafe, unsafe, unsafe, unsafe
-
Method Details
-
area
Opens a new area element.- Throws:
IOException
-
area
Opens a new area element with the given coords attribute.- Throws:
IOException
-
area
Opens a new area element with the given coords attribute.- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
-
area
Opens a new area element with the given coords attribute.- Throws:
IOException
-
area
Opens a new area element with the given coords attribute.- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
-
area
Opens a new area element with the given coords attribute.- Throws:
IOException
-
area
Opens a new area element with the given coords attribute.- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
-
area
Opens a new area element with the given coords attribute.- Throws:
IOException
-
area
Opens a new area element with the given coords attribute.- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
-
br
Opens a new br element.- See 4.5.27 The br element.
- See <br>: The Line Break element.
- See HTML br tag.
- Throws:
IOException
-
br__
Creates a br element with no attributes.- See 4.5.27 The br element.
- See <br>: The Line Break element.
- See HTML br tag.
- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
-
datalist
Opens a new datalist element.- Throws:
IOException
- Since:
- HTML 5
-
datalist__
Creates a datalist 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
- Since:
- HTML 5
-
datalist__any
default <Ex extends Throwable> __ datalist__any(IOConsumerE<? super AnyDATALIST__<D, __, throws IOException, Ex? extends AnyDATALIST__<D, __, ?>>, Ex> datalist) Creates a datalist 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
- Since:
- HTML 5
-
datalist__
Creates a datalist element with no attributes and a text body.- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
- Since:
- HTML 5
-
datalist__
Creates an empty datalist element with no attributes.- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
- Since:
- HTML 5
-
datalist_c
Creates a datalist 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
- Since:
- HTML 5
- See Also:
-
del
Opens a new del element.- See 4.7.2 The del element.
- See <del>: The Deleted Text element.
- See HTML del tag.
- Throws:
IOException
-
del__
Creates a del element with no attributes and the given body.- See 4.7.2 The del element.
- See <del>: The Deleted Text element.
- See HTML del 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
-
del__
Creates a del element with no attributes and the given body.- See 4.7.2 The del element.
- See <del>: The Deleted Text element.
- See HTML del 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
-
del__
Creates an empty del element with no attributes.- See 4.7.2 The del element.
- See <del>: The Deleted Text element.
- See HTML del tag.
- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
-
del_c
Creates a del element with no attributes then begins element content.- See 4.7.2 The del element.
- See <del>: The Deleted Text element.
- See HTML del 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.
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:
-
slot
Deprecated.TODO: Implement slotOpens a new slot element.- Throws:
IOException
- Since:
- HTML 5
-
wbr
Opens a new wbr element.- Throws:
IOException
- Since:
- HTML 5
-
wbr__
Creates a wbr element with no attributes.- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
- Since:
- HTML 5
-