public class Html extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Html.ImageGetter |
static interface |
Html.TagHandler |
| Modifier and Type | Method and Description |
|---|---|
static String |
escapeHtml(CharSequence text) |
static Spanned |
fromHtml(String source) |
static Spanned |
fromHtml(String source,
Html.ImageGetter imageGetter,
Html.TagHandler tagHandler) |
static String |
toHtml(Spanned text) |
public static Spanned fromHtml(String source, Html.ImageGetter imageGetter, Html.TagHandler tagHandler)
public static String escapeHtml(CharSequence text)
Copyright © 2008-2013. All Rights Reserved.