de.enough.polish.ui.texteffects
Interface HtmlTextEffect.HtmlTextParser

Enclosing class:
HtmlTextEffect

public static interface HtmlTextEffect.HtmlTextParser

Allows to add your own parsing to the HtmlTextEffect


Method Summary
 boolean parseTag(String tagName, XmlPullParser parser, Style nodeStyle, ArrayList childList)
          Parses the given tag
 

Method Detail

parseTag

boolean parseTag(String tagName,
                 XmlPullParser parser,
                 Style nodeStyle,
                 ArrayList childList)
Parses the given tag

Parameters:
tagName - the lowercase tag name, e.g. img for <img>
parser - the pull parser
nodeStyle - the current style
childList - the list of items to which the parser can add item
Returns:
true when the parser handled the tag, false when the default implementation should continue the parsing.