Uses of Class
org.devacfr.maven.skins.reflow.HtmlTool.JoinSeparator
-
Packages that use HtmlTool.JoinSeparator Package Description org.devacfr.maven.skins.reflow -
-
Uses of HtmlTool.JoinSeparator in org.devacfr.maven.skins.reflow
Methods in org.devacfr.maven.skins.reflow that return HtmlTool.JoinSeparator Modifier and Type Method Description static HtmlTool.JoinSeparatorHtmlTool.JoinSeparator. valueOf(String name)Returns the enum constant of this type with the specified name.static HtmlTool.JoinSeparator[]HtmlTool.JoinSeparator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.devacfr.maven.skins.reflow with parameters of type HtmlTool.JoinSeparator Modifier and Type Method Description List<String>HtmlTool. split(String content, String separatorCssSelector, HtmlTool.JoinSeparator separatorStrategy)Splits the given HTML content into partitions based on the given separator selector.The separators are either dropped or joined with before/after depending on the indicated separator strategy.
-