P
P
pavelkolodin2013-12-26 20:21:24
Java
pavelkolodin, 2013-12-26 20:21:24

What is the memory and CPU optimal HTML parsing in Android?

What to choose:
1. Take the jsoup library .
2. Take the HtmlCleaner library .
3. Some library (what?) convert HTML to valid XML (xhtml) and use XML SOX parser.
4. What else?
I see a preferable opportunity to feed the downloaded bytes to the library, and not force it to follow the URL, because who knows where and how I want to download this page, in what order and what HTTP headers to send.
Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
pomeo, 2013-12-26
@pomeo

xpath

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question