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
FieldsModifier and TypeFieldDescriptionprotected static final String[][]protected static final String[][]Fields inherited from class com.luna.common.escape.XmlUnescape
BASIC_UNESCAPE, OTHER_UNESCAPE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.luna.common.replacer.ReplacerChain
addChain, iterator, replaceMethods inherited from class com.luna.common.replacer.StrReplacer
replaceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
ISO8859_1_UNESCAPE
-
HTML40_EXTENDED_UNESCAPE
-
-
Constructor Details
-
Html4Unescape
public Html4Unescape()
-