Uses of Class
lt.velykis.maven.skins.reflow.HtmlTool.JoinSeparator
-
-
Uses of HtmlTool.JoinSeparator in lt.velykis.maven.skins.reflow
Methods in lt.velykis.maven.skins.reflow that return HtmlTool.JoinSeparator Modifier and Type Method Description static HtmlTool.JoinSeparator
HtmlTool.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 lt.velykis.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.
-