Module com.aoapps.html
Package com.aoapps.html
Interface ScriptSupportingContent<__ extends ScriptSupportingContent<__>>
- Type Parameters:
- __- This content model, which will be the parent content model of child elements
- All Superinterfaces:
- AnyScriptSupportingContent<Document,,- __> - AnyUnion_COLGROUP_ScriptSupporting<Document,,- __> - Content<Document,,- __> - Content<__>,- DocumentWriter,- Union_COLGROUP_ScriptSupporting<__>,- Whitespace
- All Known Subinterfaces:
- AnyContent<__>,- DATALIST_content<__>,- DIV_content<__>,- DL_content<__>,- FlowContent<__>,- ListContent<__>,- MetadataContent<__>,- OPTGROUP_content<__>,- PhrasingContent<__>,- SELECT_content<__>,- TABLE_content<__>,- TR_content<__>,- Union_Metadata_Phrasing<__>,- Union_TBODY_THEAD_TFOOT<__>
- 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,- DL__,- DL_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,- HEAD__,- HEAD_c,- HEADER__,- HEADER_c,- I__,- I_c,- KBD__,- KBD_c,- LABEL__,- LABEL_c,- LI__,- LI_c,- MAIN__,- MAIN_c,- MARK__,- MARK_c,- MENU__,- MENU_c,- METER__,- METER_c,- NAV__,- NAV_c,- OL__,- OL_c,- OPTGROUP__,- OPTGROUP_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,- SELECT__,- SELECT_c,- SMALL__,- SMALL_c,- SPAN__,- SPAN_c,- STRONG__,- STRONG_c,- SUB__,- SUB_c,- SUP__,- SUP_c,- TABLE__,- TABLE_c,- TBODY__,- TBODY_c,- TD__,- TD_c,- TFOOT__,- TFOOT_c,- TH__,- TH_c,- THEAD__,- THEAD_c,- TR__,- TR_c,- U__,- U_c,- UL__,- UL_c,- VAR__,- VAR_c
public interface ScriptSupportingContent<__ extends ScriptSupportingContent<__>>
extends AnyScriptSupportingContent<Document,__>, Union_COLGROUP_ScriptSupporting<__> 
- Author:
- AO Industries, Inc.
- 
Field SummaryFields inherited from interface com.aoapps.encoding.WhitespaceINDENT_SPACES, NL, SPACE
- 
Method SummaryModifier and TypeMethodDescriptionscript()script(AnySCRIPT.Type type) script(Suppliers.String<Ex> type) script(IOSupplierE<AnySCRIPT.Type, Ex> type) Methods inherited from interface com.aoapps.html.any.AnyUnion_COLGROUP_ScriptSupportingtemplateMethods inherited from interface com.aoapps.html.any.ContentautoIndent, 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- 
script- Specified by:
- scriptin interface- AnyScriptSupportingContent<Document,- __ extends ScriptSupportingContent<__>> 
- Throws:
- IOException
 
- 
script- Specified by:
- scriptin interface- AnyScriptSupportingContent<Document,- __ extends ScriptSupportingContent<__>> 
- Throws:
- IOException
 
- 
script- Specified by:
- scriptin interface- AnyScriptSupportingContent<Document,- __ extends ScriptSupportingContent<__>> 
- Type Parameters:
- Ex- An arbitrary exception type that may be thrown
- Throws:
- IOException
- Ex
 
- 
script- Specified by:
- scriptin interface- AnyScriptSupportingContent<Document,- __ extends ScriptSupportingContent<__>> 
- Throws:
- IOException
 
- 
scriptdefault <Ex extends Throwable> SCRIPT<__> script(IOSupplierE<AnySCRIPT.Type, Ex> type) throws IOException, Ex- Specified by:
- scriptin interface- AnyScriptSupportingContent<Document,- __ extends ScriptSupportingContent<__>> 
- Type Parameters:
- Ex- An arbitrary exception type that may be thrown
- Throws:
- IOException
- Ex
 
 
- 

