android.text
Class Html

java.lang.Object
  extended by android.text.Html

public class Html
extends Object


Nested Class Summary
static interface Html.ImageGetter
           
static interface Html.TagHandler
           
 
Method Summary
static Spanned fromHtml(String source)
           
static Spanned fromHtml(String source, Html.ImageGetter imageGetter, Html.TagHandler tagHandler)
           
static String toHtml(Spanned text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

fromHtml

public static Spanned fromHtml(String source)

fromHtml

public static Spanned fromHtml(String source,
                               Html.ImageGetter imageGetter,
                               Html.TagHandler tagHandler)

toHtml

public static String toHtml(Spanned text)


Copyright © 2008-2012. All Rights Reserved.