android.webkit.gears
Class VersionExtractor
java.lang.Object
android.webkit.gears.VersionExtractor
public final class VersionExtractor
- extends Object
A class that can extract the Gears version and upgrade URL from an
xml document.
|
Method Summary |
static boolean |
extract(String xml,
long nativeObject)
Parses the input xml string and invokes the native
setVersionAndUrl method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VersionExtractor
public VersionExtractor()
extract
public static boolean extract(String xml,
long nativeObject)
- Parses the input xml string and invokes the native
setVersionAndUrl method.
- Parameters:
xml - is the XML string to parse.
- Returns:
- true if the extraction is successful and false otherwise.
Please submit a feedback, bug or feature