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