Module com.aoapps.html.any
Package com.aoapps.html.any
Class AnyHTML__<D extends AnyDocument<D>,PC extends Content<D,PC>,__ extends AnyHTML__<D,PC,__>>
java.lang.Object
com.aoapps.html.any.Normal__<D,PC,__>
com.aoapps.html.any.AnyHTML__<D,PC,__>
- Type Parameters:
D
- This document typePC
- The parent content model this element is within__
- This content model, which will be the parent content model of child elements
- All Implemented Interfaces:
Whitespace
,AnyHTML_content<D,
,__> Content<D,
,__> DocumentWriter
public abstract class AnyHTML__<D extends AnyDocument<D>,PC extends Content<D,PC>,__ extends AnyHTML__<D,PC,__>>
extends Normal__<D,PC,__>
implements AnyHTML_content<D,__>
- Author:
- AO Industries, Inc.
-
Field Summary
Fields inherited from interface com.aoapps.encoding.Whitespace
INDENT_SPACES, NL, SPACE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.aoapps.html.any.Normal__
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.AnyHTML_content
body, body__, body__, body__any, body_c, head, head__, head__, head__any, head_c
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
-
AnyHTML__
-