File
Doc
Category
Size
Date
Package
Html.java
API Doc
Android 5.1 API
922
Sat Mar 14 14:09:42 GMT 2015
android.text
Html
java.lang.Object
public class Html extends Object
Fields Summary
Constructors Summary
Html
()
throw new RuntimeException("Stub!");
Methods Summary
public static
java.lang.String
escapeHtml
(
java.lang.CharSequence
text)
throw new RuntimeException("Stub!");
public static
android.text.Spanned
fromHtml
(
java.lang.String
source)
throw new RuntimeException("Stub!");
public static
android.text.Spanned
fromHtml
(
java.lang.String
source,
android.text.Html$ImageGetter
imageGetter,
android.text.Html$TagHandler
tagHandler)
throw new RuntimeException("Stub!");
public static
java.lang.String
toHtml
(
android.text.Spanned
text)
throw new RuntimeException("Stub!");
Java Code Source