Uses of Interface
com.vladsch.flexmark.util.ast.TextContainer
-
-
Uses of TextContainer in com.vladsch.flexmark.ast
Classes in com.vladsch.flexmark.ast that implement TextContainer Modifier and Type Class Description class
AutoLink
class
Code
class
DelimitedLinkNode
class
DelimitedNodeImpl
class
Emphasis
class
HardLineBreak
class
HtmlEntity
Inline HTML element.class
Image
class
ImageRef
class
IndentedCodeBlock
class
InlineLinkNode
class
Link
class
LinkNode
class
LinkRef
class
MailLink
class
Paragraph
class
RefNode
class
SoftLineBreak
class
StrongEmphasis
class
Text
class
TextBase
-
Uses of TextContainer in com.vladsch.flexmark.ext.attributes
Classes in com.vladsch.flexmark.ext.attributes that implement TextContainer Modifier and Type Class Description class
AttributesDelimiter
A empty implicit AttributesNode used to mark attribute span startclass
AttributesNode
A AttributesNode node -
Uses of TextContainer in com.vladsch.flexmark.ext.emoji
Classes in com.vladsch.flexmark.ext.emoji that implement TextContainer Modifier and Type Class Description class
Emoji
An emoji node containing emoji shortcut text -
Uses of TextContainer in com.vladsch.flexmark.ext.enumerated.reference
Classes in com.vladsch.flexmark.ext.enumerated.reference that implement TextContainer Modifier and Type Class Description class
EnumeratedReferenceBase
A EnumeratedReference nodeclass
EnumeratedReferenceLink
A EnumeratedReference nodeclass
EnumeratedReferenceText
A EnumeratedReference node -
Uses of TextContainer in com.vladsch.flexmark.ext.footnotes
Classes in com.vladsch.flexmark.ext.footnotes that implement TextContainer Modifier and Type Class Description class
Footnote
A Footnote referencing node -
Uses of TextContainer in com.vladsch.flexmark.ext.gfm.strikethrough
Classes in com.vladsch.flexmark.ext.gfm.strikethrough that implement TextContainer Modifier and Type Class Description class
Strikethrough
A strikethrough node containing text and other inline nodes nodes as children.class
Subscript
A Subscript node containing text and other inline nodes nodes as children. -
Uses of TextContainer in com.vladsch.flexmark.ext.gitlab
Classes in com.vladsch.flexmark.ext.gitlab that implement TextContainer Modifier and Type Class Description class
GitLabDel
A Del nodeclass
GitLabInline
A Ins nodeclass
GitLabInlineMath
A Ins nodeclass
GitLabIns
A Ins node -
Uses of TextContainer in com.vladsch.flexmark.ext.ins
Classes in com.vladsch.flexmark.ext.ins that implement TextContainer Modifier and Type Class Description class
Ins
A Ins node -
Uses of TextContainer in com.vladsch.flexmark.ext.macros
Classes in com.vladsch.flexmark.ext.macros that implement TextContainer Modifier and Type Class Description class
MacroReference
A MacroReference node -
Uses of TextContainer in com.vladsch.flexmark.ext.media.tags
Classes in com.vladsch.flexmark.ext.media.tags that implement TextContainer Modifier and Type Class Description class
AudioLink
class
EmbedLink
class
PictureLink
class
VideoLink
-
Uses of TextContainer in com.vladsch.flexmark.ext.media.tags.internal
Classes in com.vladsch.flexmark.ext.media.tags.internal that implement TextContainer Modifier and Type Class Description class
AbstractMediaLink
-
Uses of TextContainer in com.vladsch.flexmark.ext.superscript
Classes in com.vladsch.flexmark.ext.superscript that implement TextContainer Modifier and Type Class Description class
Superscript
A Superscript node -
Uses of TextContainer in com.vladsch.flexmark.ext.tables
Classes in com.vladsch.flexmark.ext.tables that implement TextContainer Modifier and Type Class Description class
TableCaption
Table caption of aTableBlock
containing inline nodes.class
TableCell
Table cell of aTableRow
containing inline nodes. -
Uses of TextContainer in com.vladsch.flexmark.ext.typographic
Classes in com.vladsch.flexmark.ext.typographic that implement TextContainer Modifier and Type Class Description class
TypographicQuotes
A TypographicQuotes nodeclass
TypographicSmarts
A TypographicSmarts node -
Uses of TextContainer in com.vladsch.flexmark.ext.wikilink
Classes in com.vladsch.flexmark.ext.wikilink that implement TextContainer Modifier and Type Class Description class
WikiImage
class
WikiLink
class
WikiNode
-
Uses of TextContainer in com.vladsch.flexmark.ext.youtube.embedded
Classes in com.vladsch.flexmark.ext.youtube.embedded that implement TextContainer Modifier and Type Class Description class
YouTubeLink
-
Uses of TextContainer in com.vladsch.flexmark.ext.zzzzzz
Classes in com.vladsch.flexmark.ext.zzzzzz that implement TextContainer Modifier and Type Class Description class
Zzzzzz
A Zzzzzz node -
Uses of TextContainer in com.vladsch.flexmark.util.ast
Subinterfaces of TextContainer in com.vladsch.flexmark.util.ast Modifier and Type Interface Description interface
DelimitedNode
interface
TypographicText
-