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

java.lang.Object
com.aoapps.html.any.Normal_c<D,PC,_c>
com.aoapps.html.any.NormalText_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:
Encode, Text, Whitespace, AnyTextContent<D,_c>, Closeable<D,PC>, Content<D,_c>, DocumentWriter, Closeable, AutoCloseable
Direct Known Subclasses:
AnyABBR_c, AnyADDRESS_c, AnyARTICLE_c, AnyASIDE_c, AnyB_c, AnyBDI_c, AnyBDO_c, AnyBLOCKQUOTE_c, AnyCAPTION_c, AnyCITE_c, AnyCODE_c, AnyDATA_c, AnyDATALIST_c, AnyDD_c, AnyDFN_c, AnyDIV_c, AnyDT_c, AnyEM_c, AnyFOOTER_c, AnyFORM_c, AnyH_c, AnyHEADER_c, AnyI_c, AnyKBD_c, AnyLABEL_c, AnyLI_c, AnyMAIN_c, AnyMARK_c, AnyMETER_c, AnyNAV_c, AnyOPTION_c, AnyOUTPUT_c, AnyP_c, AnyPRE_c, AnyPROGRESS_c, AnyQ_c, AnyS_c, AnySAMP_c, AnySECTION_c, AnySMALL_c, AnySPAN_c, AnySTRONG_c, AnySUB_c, AnySUP_c, AnyTD_c, AnyTEXTAREA_c, AnyTH_c, AnyTITLE_c, AnyU_c, AnyVAR_c

public abstract class NormalText_c<D extends AnyDocument<D>,PC extends Content<D,PC>,_c extends NormalText_c<D,PC,_c>> extends Normal_c<D,PC,_c> implements AnyTextContent<D,_c>
A normal element that can have textual content.

See 13.1.2 Elements / Normal elements.

Author:
AO Industries, Inc.
  • Constructor Details