public class XmlEscape extends ReplacerChain
& (ampersand) 替换为 & < (less than) 替换为 < > (greater than) 替换为 > " (double quote) 替换为 "
Modifier and Type | Field and Description |
---|---|
protected static String[][] |
BASIC_ESCAPE
XML转义字符
|
Constructor and Description |
---|
XmlEscape()
构造
|
addChain, iterator, replace
apply
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
identity
protected static final String[][] BASIC_ESCAPE
Copyright © 2025. All rights reserved.