Uses of Interface
com.vladsch.flexmark.parser.block.ParserState
-
-
Uses of ParserState in com.vladsch.flexmark.ext.abbreviation.internal
Methods in com.vladsch.flexmark.ext.abbreviation.internal with parameters of type ParserState Modifier and Type Method Description voidAbbreviationBlockParser. addLine(ParserState state, BasedSequence line)voidAbbreviationBlockParser. closeBlock(ParserState state)BlockContinueAbbreviationBlockParser. tryContinue(ParserState state)BlockStartAbbreviationBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of ParserState in com.vladsch.flexmark.ext.admonition.internal
Methods in com.vladsch.flexmark.ext.admonition.internal with parameters of type ParserState Modifier and Type Method Description booleanAdmonitionBlockParser. canContain(ParserState state, BlockParser blockParser, Block block)voidAdmonitionBlockParser. closeBlock(ParserState state)(package private) static booleanAdmonitionBlockParser. isMarker(ParserState state, int index, boolean inParagraph, boolean inParagraphListItem, AdmonitionOptions options)BlockContinueAdmonitionBlockParser. tryContinue(ParserState state)BlockStartAdmonitionBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of ParserState in com.vladsch.flexmark.ext.aside.internal
Methods in com.vladsch.flexmark.ext.aside.internal with parameters of type ParserState Modifier and Type Method Description booleanAsideBlockParser. canContain(ParserState state, BlockParser blockParser, Block block)voidAsideBlockParser. closeBlock(ParserState state)(package private) static booleanAsideBlockParser. isMarker(ParserState state, int index, boolean inParagraph, boolean inParagraphListItem, boolean allowLeadingSpace, boolean interruptsParagraph, boolean interruptsItemParagraph, boolean withLeadSpacesInterruptsItemParagraph)BlockContinueAsideBlockParser. tryContinue(ParserState state)BlockStartAsideBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of ParserState in com.vladsch.flexmark.ext.definition.internal
Methods in com.vladsch.flexmark.ext.definition.internal with parameters of type ParserState Modifier and Type Method Description voidDefinitionItemBlockParser. addLine(ParserState state, BasedSequence line)@NotNull BlockPreProcessorDefinitionListBlockPreProcessor.Factory. apply(@NotNull ParserState state)@NotNull BlockPreProcessorDefinitionListItemBlockPreProcessor.Factory. apply(@NotNull ParserState state)booleanDefinitionItemBlockParser. canContain(ParserState state, BlockParser blockParser, Block block)voidDefinitionItemBlockParser. closeBlock(ParserState state)(package private) static DefinitionItemBlockParser.ItemDataDefinitionItemBlockParser. parseItemMarker(DefinitionOptions options, ParserState state, boolean isTight)voidDefinitionListBlockPreProcessor. preProcess(ParserState state, Block block)voidDefinitionListItemBlockPreProcessor. preProcess(ParserState state, Block block)BlockContinueDefinitionItemBlockParser. tryContinue(ParserState state)BlockStartDefinitionItemBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of ParserState in com.vladsch.flexmark.ext.enumerated.reference.internal
Methods in com.vladsch.flexmark.ext.enumerated.reference.internal with parameters of type ParserState Modifier and Type Method Description voidEnumeratedReferenceBlockParser. addLine(ParserState state, BasedSequence line)booleanEnumeratedReferenceBlockParser. canContain(ParserState state, BlockParser blockParser, Block block)voidEnumeratedReferenceBlockParser. closeBlock(ParserState state)intEnumeratedReferenceParagraphPreProcessor. preProcessBlock(Paragraph block, ParserState state)BlockContinueEnumeratedReferenceBlockParser. tryContinue(ParserState state)BlockStartEnumeratedReferenceBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of ParserState in com.vladsch.flexmark.ext.footnotes.internal
Methods in com.vladsch.flexmark.ext.footnotes.internal with parameters of type ParserState Modifier and Type Method Description voidFootnoteBlockParser. addLine(ParserState state, BasedSequence line)booleanFootnoteBlockParser. canContain(ParserState state, BlockParser blockParser, Block block)voidFootnoteBlockParser. closeBlock(ParserState state)BlockContinueFootnoteBlockParser. tryContinue(ParserState state)BlockStartFootnoteBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of ParserState in com.vladsch.flexmark.ext.gfm.tasklist.internal
Methods in com.vladsch.flexmark.ext.gfm.tasklist.internal with parameters of type ParserState Modifier and Type Method Description @NotNull BlockPreProcessorTaskListItemBlockPreProcessor.Factory. apply(@NotNull ParserState state)voidTaskListItemBlockPreProcessor. preProcess(ParserState state, Block block) -
Uses of ParserState in com.vladsch.flexmark.ext.gitlab.internal
Methods in com.vladsch.flexmark.ext.gitlab.internal with parameters of type ParserState Modifier and Type Method Description voidGitLabBlockQuoteParser. addLine(ParserState state, BasedSequence line)booleanGitLabBlockQuoteParser. canContain(ParserState state, BlockParser blockParser, Block block)voidGitLabBlockQuoteParser. closeBlock(ParserState state)(package private) booleanGitLabBlockQuoteParser.BlockFactory. haveBlockQuoteParser(ParserState state)BlockContinueGitLabBlockQuoteParser. tryContinue(ParserState state)BlockStartGitLabBlockQuoteParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of ParserState in com.vladsch.flexmark.ext.jekyll.front.matter.internal
Methods in com.vladsch.flexmark.ext.jekyll.front.matter.internal with parameters of type ParserState Modifier and Type Method Description voidJekyllFrontMatterBlockParser. addLine(ParserState state, BasedSequence line)voidJekyllFrontMatterBlockParser. closeBlock(ParserState state)BlockContinueJekyllFrontMatterBlockParser. tryContinue(ParserState state)BlockStartJekyllFrontMatterBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of ParserState in com.vladsch.flexmark.ext.jekyll.tag.internal
Methods in com.vladsch.flexmark.ext.jekyll.tag.internal with parameters of type ParserState Modifier and Type Method Description voidJekyllTagBlockParser. addLine(ParserState state, BasedSequence line)voidJekyllTagBlockParser. closeBlock(ParserState state)BlockContinueJekyllTagBlockParser. tryContinue(ParserState state)BlockStartJekyllTagBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of ParserState in com.vladsch.flexmark.ext.macros.internal
Methods in com.vladsch.flexmark.ext.macros.internal with parameters of type ParserState Modifier and Type Method Description voidMacroDefinitionBlockParser. addLine(ParserState state, BasedSequence line)booleanMacroDefinitionBlockParser. canContain(ParserState state, BlockParser blockParser, Block block)voidMacroDefinitionBlockParser. closeBlock(ParserState state)(package private) booleanMacroDefinitionBlockParser.BlockFactory. haveBlockQuoteParser(ParserState state)BlockContinueMacroDefinitionBlockParser. tryContinue(ParserState state)BlockStartMacroDefinitionBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of ParserState in com.vladsch.flexmark.ext.spec.example.internal
Methods in com.vladsch.flexmark.ext.spec.example.internal with parameters of type ParserState Modifier and Type Method Description voidSpecExampleBlockParser. addLine(ParserState state, BasedSequence line)voidSpecExampleBlockParser. closeBlock(ParserState state)BlockContinueSpecExampleBlockParser. tryContinue(ParserState state)BlockStartSpecExampleBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of ParserState in com.vladsch.flexmark.ext.tables.internal
Methods in com.vladsch.flexmark.ext.tables.internal with parameters of type ParserState Modifier and Type Method Description intTableParagraphPreProcessor. preProcessBlock(Paragraph block, ParserState state) -
Uses of ParserState in com.vladsch.flexmark.ext.toc.internal
Methods in com.vladsch.flexmark.ext.toc.internal with parameters of type ParserState Modifier and Type Method Description voidSimTocBlockParser. addLine(ParserState state, BasedSequence line)voidTocBlockParser. addLine(ParserState state, BasedSequence line)booleanSimTocBlockParser. canContain(ParserState state, BlockParser blockParser, Block block)voidSimTocBlockParser. closeBlock(ParserState state)voidTocBlockParser. closeBlock(ParserState state)BlockContinueSimTocBlockParser. tryContinue(ParserState state)BlockContinueTocBlockParser. tryContinue(ParserState state)BlockStartSimTocBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)BlockStartTocBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of ParserState in com.vladsch.flexmark.ext.xwiki.macros.internal
Methods in com.vladsch.flexmark.ext.xwiki.macros.internal with parameters of type ParserState Modifier and Type Method Description voidMacroBlockParser. addLine(ParserState state, BasedSequence line)booleanMacroBlockParser. canContain(ParserState state, BlockParser blockParser, Block block)voidMacroBlockParser. closeBlock(ParserState state)BlockContinueMacroBlockParser. tryContinue(ParserState state)BlockStartMacroBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of ParserState in com.vladsch.flexmark.ext.yaml.front.matter.internal
Methods in com.vladsch.flexmark.ext.yaml.front.matter.internal with parameters of type ParserState Modifier and Type Method Description voidYamlFrontMatterBlockParser. addLine(ParserState state, BasedSequence line)voidYamlFrontMatterBlockParser. closeBlock(ParserState state)BlockContinueYamlFrontMatterBlockParser. tryContinue(ParserState state)BlockStartYamlFrontMatterBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of ParserState in com.vladsch.flexmark.ext.zzzzzz.internal
Methods in com.vladsch.flexmark.ext.zzzzzz.internal with parameters of type ParserState Modifier and Type Method Description voidZzzzzzBlockParser. addLine(ParserState state, BasedSequence line)@NotNull BlockPreProcessorZzzzzzBlockPreProcessor.Factory. apply(@NotNull ParserState state)voidZzzzzzBlockParser. closeBlock(ParserState state)voidZzzzzzBlockPreProcessor. preProcess(ParserState state, Block block)intZzzzzzParagraphPreProcessor. preProcessBlock(Paragraph block, ParserState state)BlockContinueZzzzzzBlockParser. tryContinue(ParserState state)BlockStartZzzzzzBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of ParserState in com.vladsch.flexmark.parser.block
Methods in com.vladsch.flexmark.parser.block with parameters of type ParserState Modifier and Type Method Description voidAbstractBlockParser. addLine(ParserState state, BasedSequence line)voidBlockParser. addLine(ParserState state, BasedSequence line)Add another line to the block@NotNull BlockPreProcessorBlockPreProcessorFactory. apply(@NotNull ParserState state)Create a paragraph pre processor for the documentParagraphPreProcessorParagraphPreProcessorFactory. apply(ParserState state)Create a paragraph pre processor for the documentbooleanAbstractBlockParser. canContain(ParserState state, BlockParser blockParser, Block block)booleanBlockParser. canContain(ParserState state, BlockParser blockParser, Block block)voidBlockParser. closeBlock(ParserState state)voidBlockPreProcessor. preProcess(ParserState state, Block block)Called on block nodes of interest as given by the NodePreProcessorFactory after all blocks are closed but before inline processing is performedintParagraphPreProcessor. preProcessBlock(Paragraph block, ParserState state)Process Paragraph Content on closing of the paragraph block to removeIndex non-text lines.BlockContinueBlockParser. tryContinue(ParserState state)See if the block parser can continue parsing the current blockBlockStartBlockParserFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of ParserState in com.vladsch.flexmark.parser.core
Methods in com.vladsch.flexmark.parser.core with parameters of type ParserState Modifier and Type Method Description voidDocumentBlockParser. addLine(ParserState state, BasedSequence line)voidFencedCodeBlockParser. addLine(ParserState state, BasedSequence line)voidHtmlBlockParser. addLine(ParserState state, BasedSequence line)voidIndentedCodeBlockParser. addLine(ParserState state, BasedSequence line)voidParagraphParser. addLine(ParserState state, BasedSequence line)ParagraphPreProcessorReferencePreProcessorFactory. apply(ParserState state)booleanBlockQuoteParser. canContain(ParserState state, BlockParser blockParser, Block block)booleanDocumentBlockParser. canContain(ParserState state, BlockParser blockParser, Block block)booleanHtmlBlockParser. canContain(ParserState state, BlockParser blockParser, Block block)booleanListBlockParser. canContain(ParserState state, BlockParser blockParser, Block block)booleanListItemParser. canContain(ParserState state, BlockParser blockParser, Block block)voidBlockQuoteParser. closeBlock(ParserState state)voidDocumentBlockParser. closeBlock(ParserState state)voidFencedCodeBlockParser. closeBlock(ParserState state)voidHeadingParser. closeBlock(ParserState state)voidHtmlBlockParser. closeBlock(ParserState state)voidIndentedCodeBlockParser. closeBlock(ParserState state)voidListBlockParser. closeBlock(ParserState state)voidListItemParser. closeBlock(ParserState state)voidParagraphParser. closeBlock(ParserState state)voidThematicBreakParser. closeBlock(ParserState state)private voidListBlockParser. finalizeListTight(ParserState parserState)(package private) static booleanBlockQuoteParser. isMarker(ParserState state, int index, boolean inParagraph, boolean inParagraphListItem, boolean allowLeadingSpace, boolean interruptsParagraph, boolean interruptsItemParagraph, boolean withLeadSpacesInterruptsItemParagraph)(package private) static ListBlockParser.ListDataListBlockParser. parseListMarker(ListOptions options, int newItemCodeIndent, ParserState state)Parse a list marker and return data on the marker or null.BlockContinueBlockQuoteParser. tryContinue(ParserState state)BlockContinueDocumentBlockParser. tryContinue(ParserState state)BlockContinueFencedCodeBlockParser. tryContinue(ParserState state)BlockContinueHeadingParser. tryContinue(ParserState state)BlockContinueHtmlBlockParser. tryContinue(ParserState state)BlockContinueIndentedCodeBlockParser. tryContinue(ParserState state)BlockContinueListBlockParser. tryContinue(ParserState state)BlockContinueListItemParser. tryContinue(ParserState state)BlockContinueParagraphParser. tryContinue(ParserState state)BlockContinueThematicBreakParser. tryContinue(ParserState state)BlockStartBlockQuoteParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)BlockStartFencedCodeBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)BlockStartHeadingParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)BlockStartHtmlBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)BlockStartIndentedCodeBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)BlockStartListBlockParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)BlockStartParagraphParser.Factory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser)BlockStartThematicBreakParser.BlockFactory. tryStart(ParserState state, MatchedBlockParser matchedBlockParser) -
Uses of ParserState in com.vladsch.flexmark.parser.internal
Classes in com.vladsch.flexmark.parser.internal that implement ParserState Modifier and Type Class Description classDocumentParserMethods in com.vladsch.flexmark.parser.internal with parameters of type ParserState Modifier and Type Method Description intInlineParserImpl. preProcessBlock(Paragraph block, ParserState state)Constructors in com.vladsch.flexmark.parser.internal with parameters of type ParserState Constructor Description ParagraphPreProcessorCache(ParserState param)
-