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.HtmlMatchHtmlDeepParser. myHtmlMatchprivate static HtmlDeepParser.HtmlMatch[]HtmlDeepParser. PATTERN_MAPMethods in com.vladsch.flexmark.parser.internal that return HtmlDeepParser.HtmlMatch Modifier and Type Method Description HtmlDeepParser.HtmlMatchHtmlDeepParser. getHtmlMatch()static HtmlDeepParser.HtmlMatchHtmlDeepParser.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.
-