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 int
EmojiDelimiterProcessor. getDelimiterUse(DelimiterRun opener, DelimiterRun closer)
Node
EmojiDelimiterProcessor. 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 int
StrikethroughDelimiterProcessor. getDelimiterUse(DelimiterRun opener, DelimiterRun closer)
int
StrikethroughSubscriptDelimiterProcessor. getDelimiterUse(DelimiterRun opener, DelimiterRun closer)
int
SubscriptDelimiterProcessor. getDelimiterUse(DelimiterRun opener, DelimiterRun closer)
Node
StrikethroughDelimiterProcessor. unmatchedDelimiterNode(InlineParser inlineParser, DelimiterRun delimiter)
Node
StrikethroughSubscriptDelimiterProcessor. unmatchedDelimiterNode(InlineParser inlineParser, DelimiterRun delimiter)
Node
SubscriptDelimiterProcessor. 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 int
InsDelimiterProcessor. getDelimiterUse(DelimiterRun opener, DelimiterRun closer)
Node
InsDelimiterProcessor. 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 int
SuperscriptDelimiterProcessor. getDelimiterUse(DelimiterRun opener, DelimiterRun closer)
Node
SuperscriptDelimiterProcessor. 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 boolean
QuoteDelimiterProcessorBase. canClose(DelimiterRun closer, int minLength)
protected boolean
QuoteDelimiterProcessorBase. canOpen(DelimiterRun opener, int minLength)
int
QuoteDelimiterProcessorBase. getDelimiterUse(DelimiterRun opener, DelimiterRun closer)
protected boolean
QuoteDelimiterProcessorBase. haveNextCloser(DelimiterRun closer)
protected boolean
QuoteDelimiterProcessorBase. havePreviousOpener(DelimiterRun opener)
Node
QuoteDelimiterProcessorBase. 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 int
ZzzzzzDelimiterProcessor. getDelimiterUse(DelimiterRun opener, DelimiterRun closer)
Node
ZzzzzzDelimiterProcessor. 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 class
Delimiter
Methods in com.vladsch.flexmark.parser.core.delimiter with parameters of type DelimiterRun Modifier and Type Method Description int
EmphasisDelimiterProcessor. getDelimiterUse(DelimiterRun opener, DelimiterRun closer)
Node
EmphasisDelimiterProcessor. 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 DelimiterRun
DelimiterRun. getNext()
DelimiterRun
DelimiterRun. getPrevious()
Methods in com.vladsch.flexmark.parser.delimiter with parameters of type DelimiterRun Modifier and Type Method Description int
DelimiterProcessor. getDelimiterUse(DelimiterRun opener, DelimiterRun closer)
Determine how many (if any) of the delimiter characters should be used.Node
DelimiterProcessor. unmatchedDelimiterNode(InlineParser inlineParser, DelimiterRun delimiter)
Allow delimiter processor to substitute unmatched delimiters by custom nodes
-