Uses of Class
com.vladsch.flexmark.parser.internal.InlineParserImpl.DelimiterData
-
Packages that use InlineParserImpl.DelimiterData Package Description com.vladsch.flexmark.parser.internal -
-
Uses of InlineParserImpl.DelimiterData in com.vladsch.flexmark.parser.internal
Methods in com.vladsch.flexmark.parser.internal that return InlineParserImpl.DelimiterData Modifier and Type Method Description protected InlineParserImpl.DelimiterData
InlineParserImpl. scanDelimiters(DelimiterProcessor delimiterProcessor, char delimiterChar)
Scan a sequence of characters with code delimiterChar, and return information about the number of delimiters and whether they are positioned such that they can open and/or close emphasis or strong emphasis.
-