Uses of Class
com.vladsch.flexmark.parser.internal.InlineParserImpl.DelimiterData
Packages that use InlineParserImpl.DelimiterData
-
Uses of InlineParserImpl.DelimiterData in com.vladsch.flexmark.parser.internal
Methods in com.vladsch.flexmark.parser.internal that return InlineParserImpl.DelimiterDataModifier and TypeMethodDescriptionprotected 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.