Uses of Enum Class
com.vladsch.flexmark.parser.internal.HtmlDeepParser.HtmlMatch
Packages that use HtmlDeepParser.HtmlMatch
-
Uses of HtmlDeepParser.HtmlMatch in com.vladsch.flexmark.parser.internal
Fields in com.vladsch.flexmark.parser.internal declared as HtmlDeepParser.HtmlMatchModifier and TypeFieldDescriptionprivate HtmlDeepParser.HtmlMatch
HtmlDeepParser.myHtmlMatch
private static final HtmlDeepParser.HtmlMatch[]
HtmlDeepParser.PATTERN_MAP
Methods in com.vladsch.flexmark.parser.internal that return HtmlDeepParser.HtmlMatchModifier and TypeMethodDescriptionHtmlDeepParser.getHtmlMatch()
static HtmlDeepParser.HtmlMatch
Returns the enum constant of this class with the specified name.static HtmlDeepParser.HtmlMatch[]
HtmlDeepParser.HtmlMatch.values()
Returns an array containing the constants of this enum class, in the order they are declared.