public class HTMLUtils extends Object
Modifier and Type | Field and Description |
---|---|
static com.neurosys.utils.HTMLUtils.HTML4SymbolReplacer |
html4Replacer |
Constructor and Description |
---|
HTMLUtils() |
Modifier and Type | Method and Description |
---|---|
static Character |
convertHTMLSymbolToChar(String symbol)
If a valid symbol is supplied it will return the unicode
Character representation of it. |
static Map<String,String> |
splitAttributeValuesFromTag(String tag) |
static String |
stripTags(String markup) |
public static final com.neurosys.utils.HTMLUtils.HTML4SymbolReplacer html4Replacer
public static Character convertHTMLSymbolToChar(String symbol) throws Exception
Character
representation of it.public static Map<String,String> splitAttributeValuesFromTag(String tag)
Copyright © 2018. All rights reserved.