- Type Parameters:
__
- This content model, which will be the parent content model of child elements
- All Superinterfaces:
AnyListContent<Document,
,__> AnyScriptSupportingContent<Document,
,__> AnyUnion_COLGROUP_ScriptSupporting<Document,
,__> Content<Document,
,__> Content<__>
,DocumentWriter
,ScriptSupportingContent<__>
,Union_COLGROUP_ScriptSupporting<__>
,Whitespace
- All Known Subinterfaces:
AnyContent<__>
public interface ListContent<__ extends ListContent<__>>
extends AnyListContent<Document,__>, ScriptSupportingContent<__>
- See 4.4.8 The li element.
- See <li>: The List Item element.
- See HTML li tag.
- Author:
- AO Industries, Inc.
-
Field Summary
Fields inherited from interface com.aoapps.encoding.Whitespace
INDENT_SPACES, NL, SPACE
-
Method Summary
Methods inherited from interface com.aoapps.html.any.AnyListContent
li__, li__, li__, li__any
Methods inherited from interface com.aoapps.html.any.AnyUnion_COLGROUP_ScriptSupporting
template
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
-
li
- Specified by:
li
in interfaceAnyListContent<Document,
__ extends ListContent<__>> - Throws:
IOException
-
li__
Creates a li element with no attributes and the given body.- See 4.4.8 The li element.
- See <li>: The List Item element.
- See HTML li 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
-
li_c
- Specified by:
li_c
in interfaceAnyListContent<Document,
__ extends ListContent<__>> - Throws:
IOException
-