HtmlCleaner/README

12 lines
527 B
Plaintext
Raw Permalink Normal View History

2011-09-23 07:29:21 +00:00
HtmlCleaner is a project originally developed by Vladimir Nikic (http://htmlcleaner.sourceforge.net/).
2025-04-24 11:30:56 -04:00
This version is modified by iSharkFly.
2011-09-23 07:44:03 +00:00
Briefly speaking, the modifications are
* Added *final* keyword to variables if possible, to avoid memory leaks
* Changed some methods for better performance
* Add new class *FastHtmlSerializer* to output the HTML tree non-recursively, to avoid stack overflow (especially for Android)
* Other minor changes
2025-04-24 11:25:54 -04:00
Author: iSharkFly (https://www.isharkfly.com/c/computer-program/java/15).