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
Subclasses with type arguments of type HtmlDeepParser.HtmlMatch in com.vladsch.flexmark.parser.internalFields in com.vladsch.flexmark.parser.internal declared as HtmlDeepParser.HtmlMatchModifier and TypeFieldDescriptionprivate HtmlDeepParser.HtmlMatchHtmlDeepParser.myHtmlMatchprivate static final HtmlDeepParser.HtmlMatch[]HtmlDeepParser.PATTERN_MAPMethods in com.vladsch.flexmark.parser.internal that return HtmlDeepParser.HtmlMatchModifier and TypeMethodDescriptionHtmlDeepParser.getHtmlMatch()static HtmlDeepParser.HtmlMatchReturns 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.