Uses of Class
com.vladsch.flexmark.util.ast.BlockContent
-
-
Uses of BlockContent in com.vladsch.flexmark.ast
Methods in com.vladsch.flexmark.ast with parameters of type BlockContent Modifier and Type Method Description void
Paragraph. setContent(@NotNull BlockContent blockContent)
void
Paragraph. setContent(BlockContent blockContent, int startLine, int endLine)
Constructors in com.vladsch.flexmark.ast with parameters of type BlockContent Constructor Description BlockQuote(BlockContent blockContent)
BulletList(BlockContent blockContent)
BulletListItem(BlockContent blockContent)
CodeBlock(BlockContent blockContent)
Heading(BlockContent blockContent)
HtmlBlock(BlockContent blockContent)
HtmlBlockBase(BlockContent blockContent)
HtmlCommentBlock(BlockContent blockContent)
IndentedCodeBlock(BlockContent blockContent)
ListBlock(BlockContent blockContent)
ListItem(BlockContent blockContent)
OrderedList(BlockContent blockContent)
OrderedListItem(BlockContent blockContent)
Paragraph(BlockContent blockContent)
ThematicBreak(BlockContent blockContent)
-
Uses of BlockContent in com.vladsch.flexmark.ext.aside
Constructors in com.vladsch.flexmark.ext.aside with parameters of type BlockContent Constructor Description AsideBlock(BlockContent blockContent)
-
Uses of BlockContent in com.vladsch.flexmark.ext.definition
Constructors in com.vladsch.flexmark.ext.definition with parameters of type BlockContent Constructor Description DefinitionList(BlockContent blockContent)
-
Uses of BlockContent in com.vladsch.flexmark.ext.enumerated.reference.internal
Fields in com.vladsch.flexmark.ext.enumerated.reference.internal declared as BlockContent Modifier and Type Field Description private BlockContent
EnumeratedReferenceBlockParser. content
Methods in com.vladsch.flexmark.ext.enumerated.reference.internal that return BlockContent Modifier and Type Method Description BlockContent
EnumeratedReferenceBlockParser. getBlockContent()
-
Uses of BlockContent in com.vladsch.flexmark.ext.footnotes.internal
Fields in com.vladsch.flexmark.ext.footnotes.internal declared as BlockContent Modifier and Type Field Description private BlockContent
FootnoteBlockParser. content
Methods in com.vladsch.flexmark.ext.footnotes.internal that return BlockContent Modifier and Type Method Description BlockContent
FootnoteBlockParser. getBlockContent()
-
Uses of BlockContent in com.vladsch.flexmark.ext.gfm.tasklist
Constructors in com.vladsch.flexmark.ext.gfm.tasklist with parameters of type BlockContent Constructor Description TaskListItem(BlockContent blockContent)
-
Uses of BlockContent in com.vladsch.flexmark.ext.gitlab
Constructors in com.vladsch.flexmark.ext.gitlab with parameters of type BlockContent Constructor Description GitLabBlockQuote(BlockContent blockContent)
-
Uses of BlockContent in com.vladsch.flexmark.ext.gitlab.internal
Fields in com.vladsch.flexmark.ext.gitlab.internal declared as BlockContent Modifier and Type Field Description private BlockContent
GitLabBlockQuoteParser. content
-
Uses of BlockContent in com.vladsch.flexmark.ext.jekyll.front.matter.internal
Fields in com.vladsch.flexmark.ext.jekyll.front.matter.internal declared as BlockContent Modifier and Type Field Description private BlockContent
JekyllFrontMatterBlockParser. content
-
Uses of BlockContent in com.vladsch.flexmark.ext.jekyll.tag
Constructors in com.vladsch.flexmark.ext.jekyll.tag with parameters of type BlockContent Constructor Description JekyllTagBlock(BlockContent blockContent)
-
Uses of BlockContent in com.vladsch.flexmark.ext.jekyll.tag.internal
Fields in com.vladsch.flexmark.ext.jekyll.tag.internal declared as BlockContent Modifier and Type Field Description private BlockContent
JekyllTagBlockParser. content
-
Uses of BlockContent in com.vladsch.flexmark.ext.macros
Constructors in com.vladsch.flexmark.ext.macros with parameters of type BlockContent Constructor Description MacroDefinitionBlock(BlockContent blockContent)
-
Uses of BlockContent in com.vladsch.flexmark.ext.macros.internal
Fields in com.vladsch.flexmark.ext.macros.internal declared as BlockContent Modifier and Type Field Description private BlockContent
MacroDefinitionBlockParser. content
-
Uses of BlockContent in com.vladsch.flexmark.ext.spec.example.internal
Fields in com.vladsch.flexmark.ext.spec.example.internal declared as BlockContent Modifier and Type Field Description private BlockContent
SpecExampleBlockParser. content
-
Uses of BlockContent in com.vladsch.flexmark.ext.tables
Constructors in com.vladsch.flexmark.ext.tables with parameters of type BlockContent Constructor Description TableBlock(BlockContent blockContent)
-
Uses of BlockContent in com.vladsch.flexmark.ext.toc
Constructors in com.vladsch.flexmark.ext.toc with parameters of type BlockContent Constructor Description SimTocContent(BlockContent blockContent)
-
Uses of BlockContent in com.vladsch.flexmark.ext.xwiki.macros.internal
Fields in com.vladsch.flexmark.ext.xwiki.macros.internal declared as BlockContent Modifier and Type Field Description private BlockContent
MacroBlockParser. content
-
Uses of BlockContent in com.vladsch.flexmark.ext.yaml.front.matter.internal
Fields in com.vladsch.flexmark.ext.yaml.front.matter.internal declared as BlockContent Modifier and Type Field Description private BlockContent
YamlFrontMatterBlockParser. content
-
Uses of BlockContent in com.vladsch.flexmark.ext.zzzzzz.internal
Fields in com.vladsch.flexmark.ext.zzzzzz.internal declared as BlockContent Modifier and Type Field Description private BlockContent
ZzzzzzBlockParser. content
-
Uses of BlockContent in com.vladsch.flexmark.parser.block
Methods in com.vladsch.flexmark.parser.block that return BlockContent Modifier and Type Method Description BlockContent
AbstractBlockParser. getBlockContent()
BlockContent
BlockParser. getBlockContent()
-
Uses of BlockContent in com.vladsch.flexmark.parser.core
Fields in com.vladsch.flexmark.parser.core declared as BlockContent Modifier and Type Field Description private BlockContent
FencedCodeBlockParser. content
private BlockContent
HtmlBlockParser. content
private BlockContent
IndentedCodeBlockParser. content
private BlockContent
ParagraphParser. content
Methods in com.vladsch.flexmark.parser.core that return BlockContent Modifier and Type Method Description BlockContent
ParagraphParser. getBlockContent()
-
Uses of BlockContent in com.vladsch.flexmark.util.ast
Methods in com.vladsch.flexmark.util.ast that return BlockContent Modifier and Type Method Description @NotNull BlockContent
BlockContent. subContents(int startLine, int endLine)
Methods in com.vladsch.flexmark.util.ast with parameters of type BlockContent Modifier and Type Method Description void
ContentNode. setContent(@NotNull BlockContent blockContent)
Constructors in com.vladsch.flexmark.util.ast with parameters of type BlockContent Constructor Description Block(BlockContent blockContent)
BlockContent(@NotNull BlockContent other, int startLine, int lineIndent)
ContentNode(@NotNull BlockContent blockContent)
-