HtmlDocument
It does this by using JTidy package. It can take input input from {@link java.io.File} or {@link java.io.InputStream}. @author Erik Hatcher
30313233343536
HtmlDocument doc; @Override public void setUp() throws IOException { doc = new HtmlDocument(getFile("test.html")); }
28293031323334
} HtmlDocument doc; public void setUp() throws IOException { doc = new HtmlDocument(getFile("test.html")); }
29303132333435
26272829303132
{ HtmlDocument doc; @Override public void setUp() throws IOException { doc = new HtmlDocument(getFile("test.html")); }