Package com.luna.common.escape
Class Html4Escape
java.lang.Object
com.luna.common.replacer.StrReplacer
com.luna.common.replacer.ReplacerChain
com.luna.common.escape.XmlEscape
com.luna.common.escape.Html4Escape
- All Implemented Interfaces:
Chain<StrReplacer,
,ReplacerChain> Replacer<CharSequence>
,Serializable
,Iterable<StrReplacer>
HTML4的ESCAPE
参考:Commons Lang3
- Author:
- looly
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final String[][]
protected static final String[][]
Fields inherited from class com.luna.common.escape.XmlEscape
BASIC_ESCAPE
-
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_ESCAPE
-
HTML40_EXTENDED_ESCAPE
-
-
Constructor Details
-
Html4Escape
public Html4Escape()
-