| Modifier and Type | Method and 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. 
 | 
| Modifier and Type | Method and 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. 
 | 
Copyright © 2015 Marek Romanowski. All rights reserved.