Module com.aoapps.html.any
Package com.aoapps.html.any
Class AnyOL_c<D extends AnyDocument<D>,PC extends AnyPalpableContent<D,PC>,_c extends AnyOL_c<D,PC,_c>>
java.lang.Object
com.aoapps.html.any.Normal_c<D,PC,_c>
com.aoapps.html.any.AnyOL_c<D,PC,_c>
- Type Parameters:
D
- This document typePC
- The parent content model this element is within_c
- This content model asCloseable
, which will be the parent content model of child elements
- All Implemented Interfaces:
Whitespace
,AnyListContent<D,
,_c> AnyScriptSupportingContent<D,
,_c> AnyUnion_COLGROUP_ScriptSupporting<D,
,_c> Closeable<D,
,PC> Content<D,
,_c> DocumentWriter
,Closeable
,AutoCloseable
public abstract class AnyOL_c<D extends AnyDocument<D>,PC extends AnyPalpableContent<D,PC>,_c extends AnyOL_c<D,PC,_c>>
extends Normal_c<D,PC,_c>
implements AnyListContent<D,_c>
- See 4.4.5 The ol element.
- See <ol>: The Ordered List element.
- See HTML ol tag.
- Author:
- AO Industries, Inc.
-
Field Summary
Fields inherited from interface com.aoapps.encoding.Whitespace
INDENT_SPACES, NL, SPACE
-
Constructor Summary
-
Method Summary
Methods inherited from class com.aoapps.html.any.Normal_c
__, close, getDocument
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.aoapps.html.any.AnyListContent
li, li__, li__, li__, li__any, li_c
Methods inherited from interface com.aoapps.html.any.AnyScriptSupportingContent
script, script, script, script, script
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
-
Constructor Details
-
AnyOL_c
-