String.isEmpty does not exists on Android SDK
Brought to you by:
derrickoswald
Hi,
org.htmlparser.lexer.Page contains two references to String.isEmpty (lines 629 and 630).
This is a new Java feature that is not supported by Android SDK for 1.5.
Other than that, the library works beautifully on Android.
Is is possible to change this to good old equals("")?
Added suggested fix.