Module com.aoapps.html
Package com.aoapps.html
Interface Union_Palpable_Phrasing<__ extends Union_Palpable_Phrasing<__>>
- Type Parameters:
__- This content model, which will be the parent content model of child elements
- All Superinterfaces:
AnyTextContent<Document,,__> AnyUnion_Embedded_Interactive<Document,,__> AnyUnion_Embedded_Palpable_Phrasing<Document,,__> AnyUnion_Interactive_Phrasing<Document,,__> AnyUnion_Palpable_Phrasing<Document,,__> Content<Document,,__> Content<__>,DocumentWriter,Encode,Text,TextContent<__>,Union_Embedded_Interactive<__>,Union_Embedded_Palpable_Phrasing<__>,Union_Interactive_Phrasing<__>,Whitespace
- All Known Subinterfaces:
AnyContent<__>,DATALIST_content<__>,DIV_content<__>,FlowContent<__>,PalpableContent<__>,PhrasingContent<__>
- All Known Implementing Classes:
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,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_Palpable_Phrasing<__ extends Union_Palpable_Phrasing<__>>
extends AnyUnion_Palpable_Phrasing<Document,__>, Union_Embedded_Palpable_Phrasing<__>, Union_Interactive_Phrasing<__>, TextContent<__>
Elements that are common to both
PalpableContent and PhrasingContent.- 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, __>> Nested classes/interfaces inherited from interface com.aoapps.html.Union_Interactive_Phrasing
Union_Interactive_Phrasing.InputFactory<__ extends Union_Interactive_Phrasing<__>> -
Field Summary
Fields inherited from interface com.aoapps.encoding.Whitespace
INDENT_SPACES, NL, SPACE -
Method Summary
Modifier and TypeMethodDescriptionabbr()abbr__(IOConsumerE<? super ABBR__<__>, Ex> abbr) Creates an abbr element with no attributes and the given body.abbr_c()b()b__(IOConsumerE<? super B__<__>, Ex> b) Creates a b element with no attributes and the given body.b_c()bdi()bdi__(IOConsumerE<? super BDI__<__>, Ex> bdi) Creates a bdi element with no attributes and the given body.bdi_c()bdo()bdo(Suppliers.String<Ex> dir) bdo(IOSupplierE<Dir.Value, Ex> dir) bdo__(Dir.Value dir, IOConsumerE<? super BDO__<__>, Ex> bdo) Creates a bdo element with the given dir attribute and the given body.cite()cite__(IOConsumerE<? super CITE__<__>, Ex> cite) Creates a cite element with no attributes and the given body.cite_c()code()code__(IOConsumerE<? super CODE__<__>, Ex> code) Creates a code element with no attributes and the given body.code_c()data()data(IOSupplierE<?, Ex> value) data__(Object value, IOConsumerE<? super DATA__<__>, Ex> data) Creates a data element with the given value and the given body.dfn()dfn__(IOConsumerE<? super DFN__<__>, Ex> dfn) Creates a dfn element with no attributes and the given body.dfn_c()em()em__(IOConsumerE<? super EM__<__>, Ex> em) Creates an em element with no attributes and the given body.em_c()i()i__(IOConsumerE<? super I__<__>, Ex> i) Creates an i element with no attributes and the given body.i_c()ins()ins_c()kbd()kbd__(IOConsumerE<? super KBD__<__>, Ex> kbd) Creates a kbd element with no attributes and the given body.kbd_c()map()map(IOSupplierE<String, Ex> name) mark()mark__(IOConsumerE<? super MARK__<__>, Ex> mark) Creates a mark element with no attributes and the given body.mark_c()meter()meter__(IOConsumerE<? super METER__<__>, Ex> meter) Creates a meter element with no attributes and the given body.meter_c()output()output__(IOConsumerE<? super OUTPUT__<__>, Ex> output) Creates an output element with no attributes and the given body.output_c()progress()progress__(IOConsumerE<? super PROGRESS__<__>, Ex> progress) Creates a progress element with no attributes and the given body.default PROGRESS_c<__> q()q__(IOConsumerE<? super Q__<__>, Ex> q) Creates a q element with no attributes and the given body.q_c()s()s__(IOConsumerE<? super S__<__>, Ex> s) Creates a s element with no attributes and the given body.s_c()samp()samp__(IOConsumerE<? super SAMP__<__>, Ex> samp) Creates a samp element with no attributes and the given body.samp_c()small()small__(IOConsumerE<? super SMALL__<__>, Ex> small) Creates a small element with no attributes and the given body.small_c()span()span__(IOConsumerE<? super SPAN__<__>, Ex> span) Creates a span element with no attributes and the given body.span_c()strong()strong__(IOConsumerE<? super STRONG__<__>, Ex> strong) Creates a strong element with no attributes and the given body.strong_c()sub()sub__(IOConsumerE<? super SUB__<__>, Ex> sub) Creates a sub element with no attributes and the given body.sub_c()sup()sup__(IOConsumerE<? super SUP__<__>, Ex> sup) Creates a sup element with no attributes and the given body.sup_c()u()u__(IOConsumerE<? super U__<__>, Ex> u) Creates a u element with no attributes and the given body.u_c()var()var__(IOConsumerE<? super VAR__<__>, Ex> var) Creates a var element with no attributes and the given body.var_c()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, textMethods inherited from interface com.aoapps.html.any.AnyUnion_Embedded_Interactive
audio, embed, iframe, object__, object__, object__any, videoMethods inherited from interface com.aoapps.html.any.AnyUnion_Embedded_Palpable_Phrasing
canvasMethods inherited from interface com.aoapps.html.any.AnyUnion_Interactive_Phrasing
a__, a__, a__, a__, button, label__, label__, label__, label__any, select__, select__, select__any, textarea__, textarea__, textarea__, textarea__anyMethods inherited from interface com.aoapps.html.any.AnyUnion_Palpable_Phrasing
abbr__, abbr__, abbr__, abbr__any, b__, b__, b__, b__any, bdi__, bdi__, bdi__, bdi__any, bdo__, bdo__, bdo__, bdo__any, cite__, cite__, cite__, cite__any, code__, code__, code__, code__any, data__, data__, data__, data__any, dfn__, dfn__, dfn__, dfn__any, em__, em__, em__, em__any, i__, i__, i__, i__any, ins__, ins__, ins__, ins__, kbd__, kbd__, kbd__, kbd__any, map__, map__, map__, map__, mark__, mark__, mark__, mark__any, meter__, meter__, meter__, meter__any, output__, output__, output__, output__any, progress__, progress__, progress__, progress__any, q__, q__, q__, q__any, ruby, s__, s__, s__, s__any, samp__, samp__, samp__, samp__any, small__, small__, small__, small__any, span__, span__, span__, span__any, strong__, strong__, strong__, strong__any, sub__, sub__, sub__, sub__any, sup__, sup__, sup__, sup__any, time, u__, u__, u__, u__any, var__, var__, var__, var__anyMethods 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, unsafeMethods inherited from interface com.aoapps.html.Union_Embedded_Interactive
img, img, img, object, object__, object_cMethods inherited from interface com.aoapps.html.Union_Interactive_Phrasing
a, a, a, a_c, input, label, label__, label_c, select, select__, select_c, textarea, textarea__, textarea_c
-
Method Details
-
abbr
- Specified by:
abbrin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
abbr__
default <Ex extends Throwable> __ abbr__(IOConsumerE<? super ABBR__<__>, Ex> abbr) throws IOException, ExCreates an abbr element with no attributes and the given body.- See 4.5.9 The abbr element.
- See <abbr>: The Abbreviation element.
- See HTML abbr 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:
IOExceptionEx
-
abbr_c
- Specified by:
abbr_cin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
b
- Specified by:
bin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
b__
Creates a b element with no attributes and the given body.- See 4.5.21 The b element.
- See <b>: The Bring Attention To element.
- See HTML b 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:
IOExceptionEx
-
b_c
- Specified by:
b_cin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
bdi
- Specified by:
bdiin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
bdi__
default <Ex extends Throwable> __ bdi__(IOConsumerE<? super BDI__<__>, Ex> bdi) throws IOException, ExCreates a bdi 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:
IOExceptionEx- Since:
- HTML 5
-
bdi_c
- Specified by:
bdi_cin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
bdo
- Specified by:
bdoin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
bdo
- Specified by:
bdoin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
bdo
- Specified by:
bdoin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx
-
bdo
- Specified by:
bdoin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
bdo
- Specified by:
bdoin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx
-
bdo__
default <Ex extends Throwable> __ bdo__(Dir.Value dir, IOConsumerE<? super BDO__<__>, Ex> bdo) throws IOException, ExCreates a bdo element with the given dir attribute and the given body.- Type Parameters:
Ex- An arbitrary exception type that may be thrown- Parameters:
dir- Theautovalue must not be specified.- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOExceptionEx
-
bdo_c
- Specified by:
bdo_cin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
cite
- Specified by:
citein interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
cite__
default <Ex extends Throwable> __ cite__(IOConsumerE<? super CITE__<__>, Ex> cite) throws IOException, ExCreates a cite element with no attributes and the given body.- See 4.5.6 The cite element.
- See <cite>: The Citation element.
- See HTML cite 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:
IOExceptionEx
-
cite_c
- Specified by:
cite_cin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
code
- Specified by:
codein interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
code__
default <Ex extends Throwable> __ code__(IOConsumerE<? super CODE__<__>, Ex> code) throws IOException, ExCreates a code 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:
IOExceptionEx
-
code_c
- Specified by:
code_cin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
data
- Specified by:
datain interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
data
- Specified by:
datain interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
data
- Specified by:
datain interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx- Since:
- HTML 5
-
data__
default <Ex extends Throwable> __ data__(Object value, IOConsumerE<? super DATA__<__>, Ex> data) throws IOException, ExCreates a data element with the given value and the given body.- See 4.5.13 The data element.
- See <data>: The Data element.
- See HTML data 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:
IOExceptionEx- Since:
- HTML 5
-
data_c
- Specified by:
data_cin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
dfn
- Specified by:
dfnin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
dfn__
default <Ex extends Throwable> __ dfn__(IOConsumerE<? super DFN__<__>, Ex> dfn) throws IOException, ExCreates a dfn element with no attributes and the given body.- See 4.5.8 The dfn element.
- See <dfn>: The Definition element.
- See HTML dfn 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:
IOExceptionEx
-
dfn_c
- Specified by:
dfn_cin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
em
- Specified by:
emin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
em__
Creates an em element with no attributes and the given body.- See 4.5.2 The em element.
- See <em>: The Emphasis element.
- See HTML em 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:
IOExceptionEx
-
em_c
- Specified by:
em_cin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
i
- Specified by:
iin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
i__
Creates an i element with no attributes and the given body.- See 4.5.20 The i element.
- See <i>: The Idiomatic Text element.
- See HTML i 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:
IOExceptionEx
-
i_c
- Specified by:
i_cin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
ins
- Specified by:
insin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
ins_c
- Specified by:
ins_cin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
kbd
- Specified by:
kbdin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
kbd__
default <Ex extends Throwable> __ kbd__(IOConsumerE<? super KBD__<__>, Ex> kbd) throws IOException, ExCreates a kbd element with no attributes and the given body.- See 4.5.18 The kbd element.
- See <kbd>: The Keyboard Input element.
- See HTML kbd 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:
IOExceptionEx
-
kbd_c
- Specified by:
kbd_cin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
map
- Specified by:
mapin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
map
- Specified by:
mapin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
map
- Specified by:
mapin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Type Parameters:
Ex- An arbitrary exception type that may be thrown- Throws:
IOExceptionEx
-
map_c
- Specified by:
map_cin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
mark
- Specified by:
markin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
mark__
default <Ex extends Throwable> __ mark__(IOConsumerE<? super MARK__<__>, Ex> mark) throws IOException, ExCreates a mark element with no attributes and the given body.- See 4.5.23 The mark element.
- See <mark>: The Mark Text element.
- See HTML mark 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:
IOExceptionEx- Since:
- HTML 5
-
mark_c
- Specified by:
mark_cin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
meter
- Specified by:
meterin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
meter__
default <Ex extends Throwable> __ meter__(IOConsumerE<? super METER__<__>, Ex> meter) throws IOException, ExCreates a meter 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:
IOExceptionEx- Since:
- HTML 5
-
meter_c
- Specified by:
meter_cin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
output
- Specified by:
outputin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
output__
default <Ex extends Throwable> __ output__(IOConsumerE<? super OUTPUT__<__>, Ex> output) throws IOException, ExCreates an output 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:
IOExceptionEx- Since:
- HTML 5
-
output_c
- Specified by:
output_cin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
progress
- Specified by:
progressin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
progress__
default <Ex extends Throwable> __ progress__(IOConsumerE<? super PROGRESS__<__>, Ex> progress) throws IOException, ExCreates a progress 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:
IOExceptionEx- Since:
- HTML 5
-
progress_c
- Specified by:
progress_cin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
q
- Specified by:
qin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
q__
Creates a q element with no attributes and the given body.- See 4.5.7 The q element.
- See <q>: The Inline Quotation element.
- See HTML q 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:
IOExceptionEx
-
q_c
- Specified by:
q_cin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
s
- Specified by:
sin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
s__
Creates a s element with no attributes and the given body.- See 4.5.5 The s element.
- See <s>: The Strikethrough element.
- See HTML s 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:
IOExceptionEx
-
s_c
- Specified by:
s_cin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
samp
- Specified by:
sampin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
samp__
default <Ex extends Throwable> __ samp__(IOConsumerE<? super SAMP__<__>, Ex> samp) throws IOException, ExCreates a samp 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:
IOExceptionEx
-
samp_c
- Specified by:
samp_cin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
small
- Specified by:
smallin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
small__
default <Ex extends Throwable> __ small__(IOConsumerE<? super SMALL__<__>, Ex> small) throws IOException, ExCreates a small 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:
IOExceptionEx
-
small_c
- Specified by:
small_cin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
span
- Specified by:
spanin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
span__
default <Ex extends Throwable> __ span__(IOConsumerE<? super SPAN__<__>, Ex> span) throws IOException, ExCreates a span element with no attributes and the given body.- See 4.5.26 The span element.
- See <span>: The Content Span element.
- See HTML span 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:
IOExceptionEx
-
span_c
- Specified by:
span_cin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
strong
- Specified by:
strongin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
strong__
default <Ex extends Throwable> __ strong__(IOConsumerE<? super STRONG__<__>, Ex> strong) throws IOException, ExCreates a strong 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:
IOExceptionEx
-
strong_c
- Specified by:
strong_cin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
sub
- Specified by:
subin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
sub__
default <Ex extends Throwable> __ sub__(IOConsumerE<? super SUB__<__>, Ex> sub) throws IOException, ExCreates a sub 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:
IOExceptionEx
-
sub_c
- Specified by:
sub_cin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
sup
- Specified by:
supin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
sup__
default <Ex extends Throwable> __ sup__(IOConsumerE<? super SUP__<__>, Ex> sup) throws IOException, ExCreates a sup 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:
IOExceptionEx
-
sup_c
- Specified by:
sup_cin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
u
- Specified by:
uin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
u__
Creates a u 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:
IOExceptionEx
-
u_c
- Specified by:
u_cin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
var
- Specified by:
varin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
var__
default <Ex extends Throwable> __ var__(IOConsumerE<? super VAR__<__>, Ex> var) throws IOException, ExCreates a var element with no attributes and the given body.- See 4.5.16 The var element.
- See <var>: The Variable element.
- See HTML var 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:
IOExceptionEx
-
var_c
- Specified by:
var_cin interfaceAnyUnion_Palpable_Phrasing<Document,__ extends Union_Palpable_Phrasing<__>> - Throws:
IOException
-
