Interface AnyTextContent<D extends AnyDocument<D>,__ extends AnyTextContent<D,__>>
- Type Parameters:
D
- This document type__
- This content model, which will be the parent content model of child elements
- All Superinterfaces:
Content<D,
,__> DocumentWriter
,Encode
,Text
,Whitespace
- All Known Subinterfaces:
AnyContent<D,
,__> AnyDATALIST_content<D,
,__> AnyDIV_content<D,
,__> AnyFlowContent<D,
,__> AnyPalpableContent<D,
,__> AnyPhrasingContent<D,
,__> AnyUnion_Palpable_Phrasing<D,
__>
- All Known Implementing Classes:
AnyABBR__
,AnyABBR_c
,AnyADDRESS__
,AnyADDRESS_c
,AnyARTICLE__
,AnyARTICLE_c
,AnyASIDE__
,AnyASIDE_c
,AnyB__
,AnyB_c
,AnyBDI__
,AnyBDI_c
,AnyBDO__
,AnyBDO_c
,AnyBLOCKQUOTE__
,AnyBLOCKQUOTE_c
,AnyBODY__
,AnyBODY_c
,AnyCAPTION__
,AnyCAPTION_c
,AnyCITE__
,AnyCITE_c
,AnyCODE__
,AnyCODE_c
,AnyDATA__
,AnyDATA_c
,AnyDATALIST__
,AnyDATALIST_c
,AnyDD__
,AnyDD_c
,AnyDEL_c
,AnyDFN__
,AnyDFN_c
,AnyDIV__
,AnyDIV_c
,AnyDocument
,AnyDT__
,AnyDT_c
,AnyEM__
,AnyEM_c
,AnyFOOTER__
,AnyFOOTER_c
,AnyFORM__
,AnyFORM_c
,AnyH__
,AnyH_c
,AnyH1__
,AnyH1_c
,AnyH2__
,AnyH2_c
,AnyH3__
,AnyH3_c
,AnyH4__
,AnyH4_c
,AnyH5__
,AnyH5_c
,AnyH6__
,AnyH6_c
,AnyHEADER__
,AnyHEADER_c
,AnyI__
,AnyI_c
,AnyINS_c
,AnyKBD__
,AnyKBD_c
,AnyLABEL__
,AnyLABEL_c
,AnyLI__
,AnyLI_c
,AnyMAIN__
,AnyMAIN_c
,AnyMAP_c
,AnyMARK__
,AnyMARK_c
,AnyMETER__
,AnyMETER_c
,AnyNAV__
,AnyNAV_c
,AnyOPTION__
,AnyOPTION_c
,AnyOUTPUT__
,AnyOUTPUT_c
,AnyP__
,AnyP_c
,AnyPRE__
,AnyPRE_c
,AnyPROGRESS__
,AnyPROGRESS_c
,AnyQ__
,AnyQ_c
,AnyS__
,AnyS_c
,AnySAMP__
,AnySAMP_c
,AnySECTION__
,AnySECTION_c
,AnySMALL__
,AnySMALL_c
,AnySPAN__
,AnySPAN_c
,AnySTRONG__
,AnySTRONG_c
,AnySUB__
,AnySUB_c
,AnySUP__
,AnySUP_c
,AnyTD__
,AnyTD_c
,AnyTEXTAREA__
,AnyTEXTAREA_c
,AnyTH__
,AnyTH_c
,AnyTITLE__
,AnyTITLE_c
,AnyU__
,AnyU_c
,AnyVAR__
,AnyVAR_c
,NormalText__
,NormalText_c
,TransparentText_c
- Author:
- AO Industries, Inc.
-
Field Summary
Fields inherited from interface com.aoapps.encoding.Whitespace
INDENT_SPACES, NL, SPACE
-
Method Summary
Modifier and TypeMethodDescriptiondefault __
decDepth()
Deprecated.Deprecated to keep out of the way in code assist, since this not expected to be used normally.default MediaWriter
default __
default __
default __
encode
(MediaType contentType, MediaWritable<Ex> content) encode
(MediaType contentType, IOSupplierE<?, Ex> content) default __
encode
(MediaType contentType, CharSequence csq) default __
encode
(MediaType contentType, CharSequence csq, int start, int end) default __
default __
incDepth()
Deprecated.Deprecated to keep out of the way in code assist, since this not expected to be used normally.default __
indent()
Deprecated.Deprecated to keep out of the way in code assist, since this not expected to be used normally.default __
indent
(int depthOffset) Deprecated.Deprecated to keep out of the way in code assist, since this not expected to be used normally.default __
nbsp()
default __
nbsp
(int count) default __
nl()
default __
nli()
default __
nli
(int depthOffset) default __
setDepth
(int depth) Deprecated.Deprecated to keep out of the way in code assist, since this not expected to be used normally.default __
setIndent
(boolean indent) Deprecated.Deprecated to keep out of the way in code assist, since this not expected to be used normally.default __
sp()
default __
sp
(int count) default TextWriter
text()
default __
text
(char ch) default __
text
(char[] cbuf) default __
text
(char[] cbuf, int offset, int len) text
(TextWritable<Ex> text) text
(IOSupplierE<?, Ex> text) default __
text
(CharSequence csq) default __
text
(CharSequence csq, int start, int end) default __
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
-
Method Details
-
nl
Description copied from interface:Content
Delegates to
AnyDocument.nl()
.- Specified by:
nl
in interfaceContent<D extends AnyDocument<D>,
__ extends AnyTextContent<D, __>> - Specified by:
nl
in interfaceDocumentWriter
- Specified by:
nl
in interfaceWhitespace
- Throws:
IOException
-
nli
Description copied from interface:Content
Delegates to
AnyDocument.nli()
.- Specified by:
nli
in interfaceContent<D extends AnyDocument<D>,
__ extends AnyTextContent<D, __>> - Specified by:
nli
in interfaceDocumentWriter
- Specified by:
nli
in interfaceWhitespace
- Throws:
IOException
-
nli
Description copied from interface:Content
Delegates to
AnyDocument.nli(int)
.- Specified by:
nli
in interfaceContent<D extends AnyDocument<D>,
__ extends AnyTextContent<D, __>> - Specified by:
nli
in interfaceDocumentWriter
- Specified by:
nli
in interfaceWhitespace
- Throws:
IOException
-
indent
Deprecated.Deprecated to keep out of the way in code assist, since this not expected to be used normally.Delegates to
AnyDocument.indent()
.- Specified by:
indent
in interfaceContent<D extends AnyDocument<D>,
__ extends AnyTextContent<D, __>> - Specified by:
indent
in interfaceDocumentWriter
- Specified by:
indent
in interfaceWhitespace
- Throws:
IOException
-
indent
Deprecated.Deprecated to keep out of the way in code assist, since this not expected to be used normally.Delegates to
AnyDocument.indent(int)
.- Specified by:
indent
in interfaceContent<D extends AnyDocument<D>,
__ extends AnyTextContent<D, __>> - Specified by:
indent
in interfaceDocumentWriter
- Specified by:
indent
in interfaceWhitespace
- Throws:
IOException
-
setIndent
Deprecated.Deprecated to keep out of the way in code assist, since this not expected to be used normally.Delegates to
AnyDocument.setIndent(boolean)
.- Specified by:
setIndent
in interfaceContent<D extends AnyDocument<D>,
__ extends AnyTextContent<D, __>> - Specified by:
setIndent
in interfaceDocumentWriter
- Specified by:
setIndent
in interfaceWhitespace
-
setDepth
Deprecated.Deprecated to keep out of the way in code assist, since this not expected to be used normally.Delegates to
AnyDocument.setDepth(int)
.- Specified by:
setDepth
in interfaceContent<D extends AnyDocument<D>,
__ extends AnyTextContent<D, __>> - Specified by:
setDepth
in interfaceDocumentWriter
- Specified by:
setDepth
in interfaceWhitespace
-
incDepth
Deprecated.Deprecated to keep out of the way in code assist, since this not expected to be used normally.Delegates to
AnyDocument.incDepth()
.- Specified by:
incDepth
in interfaceContent<D extends AnyDocument<D>,
__ extends AnyTextContent<D, __>> - Specified by:
incDepth
in interfaceDocumentWriter
- Specified by:
incDepth
in interfaceWhitespace
-
decDepth
Deprecated.Deprecated to keep out of the way in code assist, since this not expected to be used normally.Delegates to
AnyDocument.decDepth()
.- Specified by:
decDepth
in interfaceContent<D extends AnyDocument<D>,
__ extends AnyTextContent<D, __>> - Specified by:
decDepth
in interfaceDocumentWriter
- Specified by:
decDepth
in interfaceWhitespace
-
sp
Description copied from interface:Content
Delegates to
AnyDocument.sp()
.- Specified by:
sp
in interfaceContent<D extends AnyDocument<D>,
__ extends AnyTextContent<D, __>> - Specified by:
sp
in interfaceDocumentWriter
- Specified by:
sp
in interfaceWhitespace
- Throws:
IOException
-
sp
Description copied from interface:Content
Delegates to
AnyDocument.sp(int)
.- Specified by:
sp
in interfaceContent<D extends AnyDocument<D>,
__ extends AnyTextContent<D, __>> - Specified by:
sp
in interfaceDocumentWriter
- Specified by:
sp
in interfaceWhitespace
- Throws:
IOException
-
encode
- Specified by:
encode
in interfaceEncode
- Specified by:
encode
in interfaceText
- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
-
encode
- Specified by:
encode
in interfaceEncode
- Specified by:
encode
in interfaceText
- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
-
encode
- Specified by:
encode
in interfaceEncode
- Specified by:
encode
in interfaceText
- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
-
encode
- Specified by:
encode
in interfaceEncode
- Specified by:
encode
in interfaceText
- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
-
encode
- Specified by:
encode
in interfaceEncode
- Specified by:
encode
in interfaceText
- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
-
encode
- Specified by:
encode
in interfaceEncode
- Specified by:
encode
in interfaceText
- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
-
encode
default <Ex extends Throwable> __ encode(MediaType contentType, IOSupplierE<?, Ex> content) throws IOException, Ex- Specified by:
encode
in interfaceEncode
- Specified by:
encode
in interfaceText
- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
Ex
-
encode
default <Ex extends Throwable> __ encode(MediaType contentType, MediaWritable<Ex> content) throws IOException, Ex - Specified by:
encode
in interfaceEncode
- Specified by:
encode
in interfaceText
- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
Ex
-
encode
- Specified by:
encode
in interfaceEncode
- Throws:
IOException
-
nbsp
- Specified by:
nbsp
in interfaceText
- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
-
nbsp
- Specified by:
nbsp
in interfaceText
- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
-
text
- Specified by:
text
in interfaceText
- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
-
text
- Specified by:
text
in interfaceText
- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
-
text
- Specified by:
text
in interfaceText
- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
-
text
- Specified by:
text
in interfaceText
- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
-
text
- Specified by:
text
in interfaceText
- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
-
text
When no knowledge of what will be written, calls
Content.clearAtnl()
to be safe.Supports translation markup type
MarkupType.XHTML
.- Specified by:
text
in interfaceText
- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
-
text
When no knowledge of what will be written, calls
Content.clearAtnl()
to be safe.Supports translation markup type
MarkupType.XHTML
.- Specified by:
text
in interfaceText
- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
Ex
-
text
With no knowledge of what will be written, calls
Content.clearAtnl()
to be safe.- Specified by:
text
in interfaceText
- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
Ex
-
text
With no knowledge of what will be written, calls
Content.clearAtnl()
to be safe.- Specified by:
text
in interfaceText
- Throws:
IOException
-