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
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 parsernodeStyle - the current stylechildList - 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.