Uses of Interface
com.vladsch.flexmark.parser.delimiter.DelimiterRun
-
-
Uses of DelimiterRun in com.vladsch.flexmark.ext.emoji.internal
Methods in com.vladsch.flexmark.ext.emoji.internal with parameters of type DelimiterRun Modifier and Type Method Description intEmojiDelimiterProcessor. getDelimiterUse(DelimiterRun opener, DelimiterRun closer)NodeEmojiDelimiterProcessor. unmatchedDelimiterNode(InlineParser inlineParser, DelimiterRun delimiter) -
Uses of DelimiterRun in com.vladsch.flexmark.ext.gfm.strikethrough.internal
Methods in com.vladsch.flexmark.ext.gfm.strikethrough.internal with parameters of type DelimiterRun Modifier and Type Method Description intStrikethroughDelimiterProcessor. getDelimiterUse(DelimiterRun opener, DelimiterRun closer)intStrikethroughSubscriptDelimiterProcessor. getDelimiterUse(DelimiterRun opener, DelimiterRun closer)intSubscriptDelimiterProcessor. getDelimiterUse(DelimiterRun opener, DelimiterRun closer)NodeStrikethroughDelimiterProcessor. unmatchedDelimiterNode(InlineParser inlineParser, DelimiterRun delimiter)NodeStrikethroughSubscriptDelimiterProcessor. unmatchedDelimiterNode(InlineParser inlineParser, DelimiterRun delimiter)NodeSubscriptDelimiterProcessor. unmatchedDelimiterNode(InlineParser inlineParser, DelimiterRun delimiter) -
Uses of DelimiterRun in com.vladsch.flexmark.ext.ins.internal
Methods in com.vladsch.flexmark.ext.ins.internal with parameters of type DelimiterRun Modifier and Type Method Description intInsDelimiterProcessor. getDelimiterUse(DelimiterRun opener, DelimiterRun closer)NodeInsDelimiterProcessor. unmatchedDelimiterNode(InlineParser inlineParser, DelimiterRun delimiter) -
Uses of DelimiterRun in com.vladsch.flexmark.ext.superscript.internal
Methods in com.vladsch.flexmark.ext.superscript.internal with parameters of type DelimiterRun Modifier and Type Method Description intSuperscriptDelimiterProcessor. getDelimiterUse(DelimiterRun opener, DelimiterRun closer)NodeSuperscriptDelimiterProcessor. unmatchedDelimiterNode(InlineParser inlineParser, DelimiterRun delimiter) -
Uses of DelimiterRun in com.vladsch.flexmark.ext.typographic.internal
Methods in com.vladsch.flexmark.ext.typographic.internal with parameters of type DelimiterRun Modifier and Type Method Description protected booleanQuoteDelimiterProcessorBase. canClose(DelimiterRun closer, int minLength)protected booleanQuoteDelimiterProcessorBase. canOpen(DelimiterRun opener, int minLength)intQuoteDelimiterProcessorBase. getDelimiterUse(DelimiterRun opener, DelimiterRun closer)protected booleanQuoteDelimiterProcessorBase. haveNextCloser(DelimiterRun closer)protected booleanQuoteDelimiterProcessorBase. havePreviousOpener(DelimiterRun opener)NodeQuoteDelimiterProcessorBase. unmatchedDelimiterNode(InlineParser inlineParser, DelimiterRun delimiter) -
Uses of DelimiterRun in com.vladsch.flexmark.ext.zzzzzz.internal
Methods in com.vladsch.flexmark.ext.zzzzzz.internal with parameters of type DelimiterRun Modifier and Type Method Description intZzzzzzDelimiterProcessor. getDelimiterUse(DelimiterRun opener, DelimiterRun closer)NodeZzzzzzDelimiterProcessor. unmatchedDelimiterNode(InlineParser inlineParser, DelimiterRun delimiter) -
Uses of DelimiterRun in com.vladsch.flexmark.parser.core.delimiter
Classes in com.vladsch.flexmark.parser.core.delimiter that implement DelimiterRun Modifier and Type Class Description classDelimiterMethods in com.vladsch.flexmark.parser.core.delimiter with parameters of type DelimiterRun Modifier and Type Method Description intEmphasisDelimiterProcessor. getDelimiterUse(DelimiterRun opener, DelimiterRun closer)NodeEmphasisDelimiterProcessor. unmatchedDelimiterNode(InlineParser inlineParser, DelimiterRun delimiter) -
Uses of DelimiterRun in com.vladsch.flexmark.parser.delimiter
Methods in com.vladsch.flexmark.parser.delimiter that return DelimiterRun Modifier and Type Method Description DelimiterRunDelimiterRun. getNext()DelimiterRunDelimiterRun. getPrevious()Methods in com.vladsch.flexmark.parser.delimiter with parameters of type DelimiterRun Modifier and Type Method Description intDelimiterProcessor. getDelimiterUse(DelimiterRun opener, DelimiterRun closer)Determine how many (if any) of the delimiter characters should be used.NodeDelimiterProcessor. unmatchedDelimiterNode(InlineParser inlineParser, DelimiterRun delimiter)Allow delimiter processor to substitute unmatched delimiters by custom nodes
-