The problem is:
I need to get tables from different html pages not loading the hole page. When I try to get org.w3c.dom.Document by DocumentBuilder I get an Exception. Is there any way to get only the tables from pages or show only the part of the page (e.g. by WebView)?
It sounds like you'll want to build your own HTTP requests and then parse the returned results for the specific HTML you want, then potentially concatenate it and add it to a WebView.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.