public class RegexComparator extends AbstractComparator
| Constructor and Description |
|---|
RegexComparator(Collection<String> regexs) |
RegexComparator(String... regexs) |
| Modifier and Type | Method and Description |
|---|---|
String |
normalize(String dom)
Override this method to apply normalization to the comparison.
|
getDifferences, isEquivalentpublic RegexComparator(Collection<String> regexs)
public RegexComparator(String... regexs)
public String normalize(String dom)
AbstractComparatornormalize in interface Comparatornormalize in class AbstractComparatordom - The original DOMCopyright © 2007-2013. All Rights Reserved.