Package com.luna.common.escape
Class Html4Unescape
java.lang.Object
com.luna.common.replacer.StrReplacer
com.luna.common.replacer.ReplacerChain
com.luna.common.escape.XmlUnescape
com.luna.common.escape.Html4Unescape
- All Implemented Interfaces:
Chain<StrReplacer,
,ReplacerChain> Replacer<CharSequence>
,Serializable
,Iterable<StrReplacer>
HTML4çš„UNESCAPE
- Author:
- looly
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final String[][]
protected static final String[][]
Fields inherited from class com.luna.common.escape.XmlUnescape
BASIC_UNESCAPE, OTHER_UNESCAPE
-
Constructor Summary
-
Method Summary
Methods inherited from class com.luna.common.replacer.ReplacerChain
addChain, iterator, replace
Methods inherited from class com.luna.common.replacer.StrReplacer
replace
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
ISO8859_1_UNESCAPE
-
HTML40_EXTENDED_UNESCAPE
-
-
Constructor Details
-
Html4Unescape
public Html4Unescape()
-