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
FieldsModifier and TypeFieldDescriptionprotected static final String[][]protected static final String[][]Fields inherited from class com.luna.common.escape.XmlEscape
BASIC_ESCAPE -
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_ESCAPE
-
HTML40_EXTENDED_ESCAPE
-
-
Constructor Details
-
Html4Escape
public Html4Escape()
-