Uses of Class
com.vladsch.flexmark.parser.block.BlockStart
Packages that use BlockStart
Package
Description
Types for extending block parsing
-
Uses of BlockStart in com.vladsch.flexmark.ext.abbreviation.internal
Methods in com.vladsch.flexmark.ext.abbreviation.internal that return BlockStartModifier and TypeMethodDescriptionAbbreviationBlockParser.BlockFactory.tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of BlockStart in com.vladsch.flexmark.ext.admonition.internal
Methods in com.vladsch.flexmark.ext.admonition.internal that return BlockStartModifier and TypeMethodDescriptionAdmonitionBlockParser.BlockFactory.tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of BlockStart in com.vladsch.flexmark.ext.aside.internal
Methods in com.vladsch.flexmark.ext.aside.internal that return BlockStartModifier and TypeMethodDescriptionAsideBlockParser.BlockFactory.tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of BlockStart in com.vladsch.flexmark.ext.definition.internal
Methods in com.vladsch.flexmark.ext.definition.internal that return BlockStartModifier and TypeMethodDescriptionDefinitionItemBlockParser.BlockFactory.tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of BlockStart in com.vladsch.flexmark.ext.enumerated.reference.internal
Methods in com.vladsch.flexmark.ext.enumerated.reference.internal that return BlockStartModifier and TypeMethodDescriptionEnumeratedReferenceBlockParser.BlockFactory.tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of BlockStart in com.vladsch.flexmark.ext.footnotes.internal
Methods in com.vladsch.flexmark.ext.footnotes.internal that return BlockStartModifier and TypeMethodDescriptionFootnoteBlockParser.BlockFactory.tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of BlockStart in com.vladsch.flexmark.ext.gitlab.internal
Methods in com.vladsch.flexmark.ext.gitlab.internal that return BlockStartModifier and TypeMethodDescriptionGitLabBlockQuoteParser.BlockFactory.tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of BlockStart in com.vladsch.flexmark.ext.jekyll.front.matter.internal
Methods in com.vladsch.flexmark.ext.jekyll.front.matter.internal that return BlockStartModifier and TypeMethodDescriptionJekyllFrontMatterBlockParser.BlockFactory.tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of BlockStart in com.vladsch.flexmark.ext.jekyll.tag.internal
Methods in com.vladsch.flexmark.ext.jekyll.tag.internal that return BlockStartModifier and TypeMethodDescriptionJekyllTagBlockParser.BlockFactory.tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of BlockStart in com.vladsch.flexmark.ext.macros.internal
Methods in com.vladsch.flexmark.ext.macros.internal that return BlockStartModifier and TypeMethodDescriptionMacroDefinitionBlockParser.BlockFactory.tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of BlockStart in com.vladsch.flexmark.ext.spec.example.internal
Methods in com.vladsch.flexmark.ext.spec.example.internal that return BlockStartModifier and TypeMethodDescriptionSpecExampleBlockParser.BlockFactory.tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of BlockStart in com.vladsch.flexmark.ext.toc.internal
Methods in com.vladsch.flexmark.ext.toc.internal that return BlockStartModifier and TypeMethodDescriptionSimTocBlockParser.BlockFactory.tryStart(ParserState state, MatchedBlockParser matchedBlockParser) TocBlockParser.BlockFactory.tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of BlockStart in com.vladsch.flexmark.ext.xwiki.macros.internal
Methods in com.vladsch.flexmark.ext.xwiki.macros.internal that return BlockStartModifier and TypeMethodDescriptionMacroBlockParser.BlockFactory.tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of BlockStart in com.vladsch.flexmark.ext.yaml.front.matter.internal
Methods in com.vladsch.flexmark.ext.yaml.front.matter.internal that return BlockStartModifier and TypeMethodDescriptionYamlFrontMatterBlockParser.BlockFactory.tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of BlockStart in com.vladsch.flexmark.ext.zzzzzz.internal
Methods in com.vladsch.flexmark.ext.zzzzzz.internal that return BlockStartModifier and TypeMethodDescriptionZzzzzzBlockParser.BlockFactory.tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of BlockStart in com.vladsch.flexmark.parser.block
Methods in com.vladsch.flexmark.parser.block that return BlockStartModifier and TypeMethodDescriptionabstract BlockStartBlockStart.atColumn(int newColumn) abstract BlockStartBlockStart.atIndex(int newIndex) static BlockStartBlockStart.none()static BlockStartBlockStart.of(BlockParser... blockParsers) abstract BlockStartBlockStart.replaceActiveBlockParser()BlockParserFactory.tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of BlockStart in com.vladsch.flexmark.parser.core
Methods in com.vladsch.flexmark.parser.core that return BlockStartModifier and TypeMethodDescriptionBlockQuoteParser.BlockFactory.tryStart(ParserState state, MatchedBlockParser matchedBlockParser) FencedCodeBlockParser.BlockFactory.tryStart(ParserState state, MatchedBlockParser matchedBlockParser) HeadingParser.BlockFactory.tryStart(ParserState state, MatchedBlockParser matchedBlockParser) HtmlBlockParser.BlockFactory.tryStart(ParserState state, MatchedBlockParser matchedBlockParser) IndentedCodeBlockParser.BlockFactory.tryStart(ParserState state, MatchedBlockParser matchedBlockParser) ListBlockParser.BlockFactory.tryStart(ParserState state, MatchedBlockParser matchedBlockParser) ParagraphParser.Factory.tryStart(ParserState state, MatchedBlockParser matchedBlockParser) ThematicBreakParser.BlockFactory.tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of BlockStart in com.vladsch.flexmark.parser.internal
Subclasses of BlockStart in com.vladsch.flexmark.parser.internalMethods in com.vladsch.flexmark.parser.internal that return BlockStartModifier and TypeMethodDescriptionBlockStartImpl.atColumn(int newColumn) BlockStartImpl.atIndex(int newIndex) BlockStartImpl.replaceActiveBlockParser()