Package com.luna.common.escape
Class XmlUnescape
java.lang.Object
com.luna.common.replacer.StrReplacer
com.luna.common.replacer.ReplacerChain
com.luna.common.escape.XmlUnescape
- All Implemented Interfaces:
Chain<StrReplacer,
,ReplacerChain> Replacer<CharSequence>
,Serializable
,Iterable<StrReplacer>
- Direct Known Subclasses:
Html4Unescape
XML的UNESCAPE
- Since:
- 5.7.2
- Author:
- looly
- See Also:
-
Field Summary
-
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
-
BASIC_UNESCAPE
-
OTHER_UNESCAPE
-
-
Constructor Details
-
XmlUnescape
public XmlUnescape()构造
-