public class MatchHTML extends Object
| Constructor and Description |
|---|
MatchHTML() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isHTMLMatched(String html)
Tests if every opening tag has a matching closing tag in HTML string.
|
static void |
main(String[] args)
Test the text given as standard input as html.
|
public static boolean isHTMLMatched(String html)
public static void main(String[] args)