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
Fields -
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
-
BASIC_UNESCAPE
-
OTHER_UNESCAPE
-
-
Constructor Details
-
XmlUnescape
public XmlUnescape()构造
-