Module com.aoapps.html.any
Package com.aoapps.html.any
Class TransparentText_c<D extends AnyDocument<D>,PC extends Content<D,PC>,_c extends TransparentText_c<D,PC,_c>>
java.lang.Object
com.aoapps.html.any.Normal_c<D,PC,_c>
com.aoapps.html.any.Transparent_c<D,PC,_c>
com.aoapps.html.any.TransparentText_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
public abstract class TransparentText_c<D extends AnyDocument<D>,PC extends Content<D,PC>,_c extends TransparentText_c<D,PC,_c>>
extends Transparent_c<D,PC,_c>
implements AnyTextContent<D,_c>
A transparent element that can have textual content.
See 3.2.5.3 Transparent content models.
Due to limitations in Java generics, this content model does not directly reflect the parent content model, despite this being a transparent content model. Rather, it includes only the content model that always applies to this element type.
For the full, context-aware content model, which will likely include more elements, use the parent content model directly.
- Author:
- AO Industries, Inc.
- See Also:
-
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.Transparent_c
pc
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
-
TransparentText_c
-