Class Normal_c<D extends AnyDocument<D>,PC extends Content<D,PC>,_c extends Normal_c<D,PC,_c>>

java.lang.Object
com.aoapps.html.any.Normal_c<D,PC,_c>
Type Parameters:
D - This document type
PC - The parent content model this element is within
_c - This content model as Closeable, which will be the parent content model of child elements
All Implemented Interfaces:
Whitespace, Closeable<D,PC>, Content<D,_c>, DocumentWriter, Closeable, AutoCloseable
Direct Known Subclasses:
AnyBODY_c, AnyCOLGROUP_c, AnyDL_c, AnyHEAD_c, AnyHTML_c, AnyMENU_c, AnyOBJECT_c, AnyOL_c, AnyOPTGROUP_c, AnySELECT_c, AnyTABLE_c, AnyTBODY_c, AnyTFOOT_c, AnyTHEAD_c, AnyTR_c, AnyUL_c, NormalText_c, Transparent_c

public abstract class Normal_c<D extends AnyDocument<D>,PC extends Content<D,PC>,_c extends Normal_c<D,PC,_c>> extends Object implements Content<D,_c>, Closeable<D,PC>
Author:
AO Industries, Inc.