Module com.aoapps.html.any
Package com.aoapps.html.any
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 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:
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.
- 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.AnyTextContent
decDepth, encode, encode, encode, encode, encode, encode, encode, encode, encode, incDepth, indent, indent, nbsp, nbsp, nl, nli, nli, setDepth, setIndent, sp, sp, text, text, text, text, text, text, text, text, text
Methods inherited from interface com.aoapps.html.any.Content
autoIndent, autoIndent, autoNl, autoNli, autoNli, clearAtnl, getAtnl, getAutonli, getDepth, getDocument, getIndent, getRawUnsafe, getRawUnsafe, setAtnl, setAtnl, setAutonli, unsafe, unsafe, unsafe, unsafe, unsafe, unsafe, unsafe, unsafe, unsafe
-
Constructor Details
-
NormalText_c
-