Module com.aoapps.html.any
Package com.aoapps.html.any
Class NormalText__<D extends AnyDocument<D>,PC extends Content<D,PC>,__ extends NormalText__<D,PC,__>>
java.lang.Object
com.aoapps.html.any.Normal__<D,PC,__>
com.aoapps.html.any.NormalText__<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:
Encode
,Text
,Whitespace
,AnyTextContent<D,
,__> Content<D,
,__> DocumentWriter
- Direct Known Subclasses:
AnyABBR__
,AnyADDRESS__
,AnyARTICLE__
,AnyASIDE__
,AnyB__
,AnyBDI__
,AnyBDO__
,AnyBLOCKQUOTE__
,AnyCAPTION__
,AnyCITE__
,AnyCODE__
,AnyDATA__
,AnyDATALIST__
,AnyDD__
,AnyDFN__
,AnyDIV__
,AnyDT__
,AnyEM__
,AnyFOOTER__
,AnyFORM__
,AnyH__
,AnyHEADER__
,AnyI__
,AnyKBD__
,AnyLABEL__
,AnyLI__
,AnyMAIN__
,AnyMARK__
,AnyMETER__
,AnyNAV__
,AnyOPTION__
,AnyOUTPUT__
,AnyP__
,AnyPRE__
,AnyPROGRESS__
,AnyQ__
,AnyS__
,AnySAMP__
,AnySECTION__
,AnySMALL__
,AnySPAN__
,AnySTRONG__
,AnySUB__
,AnySUP__
,AnyTD__
,AnyTEXTAREA__
,AnyTH__
,AnyTITLE__
,AnyU__
,AnyVAR__
public abstract class NormalText__<D extends AnyDocument<D>,PC extends Content<D,PC>,__ extends NormalText__<D,PC,__>>
extends Normal__<D,PC,__>
implements AnyTextContent<D,__>
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__
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__
-