Uses of Class
com.vladsch.flexmark.parser.internal.HtmlDeepParser.HtmlMatch
-
Packages that use HtmlDeepParser.HtmlMatch Package Description com.vladsch.flexmark.parser.internal -
-
Uses of HtmlDeepParser.HtmlMatch in com.vladsch.flexmark.parser.internal
Fields in com.vladsch.flexmark.parser.internal declared as HtmlDeepParser.HtmlMatch Modifier and Type Field Description private HtmlDeepParser.HtmlMatch
HtmlDeepParser. myHtmlMatch
private static HtmlDeepParser.HtmlMatch[]
HtmlDeepParser. PATTERN_MAP
Methods in com.vladsch.flexmark.parser.internal that return HtmlDeepParser.HtmlMatch Modifier and Type Method Description HtmlDeepParser.HtmlMatch
HtmlDeepParser. getHtmlMatch()
static HtmlDeepParser.HtmlMatch
HtmlDeepParser.HtmlMatch. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HtmlDeepParser.HtmlMatch[]
HtmlDeepParser.HtmlMatch. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-