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 voidParagraph. setContent(@NotNull BlockContent blockContent)voidParagraph. 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 BlockContentEnumeratedReferenceBlockParser. contentMethods in com.vladsch.flexmark.ext.enumerated.reference.internal that return BlockContent Modifier and Type Method Description BlockContentEnumeratedReferenceBlockParser. 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 BlockContentFootnoteBlockParser. contentMethods in com.vladsch.flexmark.ext.footnotes.internal that return BlockContent Modifier and Type Method Description BlockContentFootnoteBlockParser. 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 BlockContentGitLabBlockQuoteParser. 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 BlockContentJekyllFrontMatterBlockParser. 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 BlockContentJekyllTagBlockParser. 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 BlockContentMacroDefinitionBlockParser. 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 BlockContentSpecExampleBlockParser. 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 BlockContentMacroBlockParser. 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 BlockContentYamlFrontMatterBlockParser. 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 BlockContentZzzzzzBlockParser. 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 BlockContentAbstractBlockParser. getBlockContent()BlockContentBlockParser. 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 BlockContentFencedCodeBlockParser. contentprivate BlockContentHtmlBlockParser. contentprivate BlockContentIndentedCodeBlockParser. contentprivate BlockContentParagraphParser. contentMethods in com.vladsch.flexmark.parser.core that return BlockContent Modifier and Type Method Description BlockContentParagraphParser. 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 BlockContentBlockContent. subContents(int startLine, int endLine)Methods in com.vladsch.flexmark.util.ast with parameters of type BlockContent Modifier and Type Method Description voidContentNode. 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)
-