Interface HtmlValidator
-
- All Known Implementing Classes:
DefaultHtmlValidator
public interface HtmlValidator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringvalidate(String html)Check if the the given HTML fragment has no syntax errors.
-