public class XmlEscape extends ReplacerChain
& (ampersand) 替换为 &
< (less than) 替换为 <
> (greater than) 替换为 >
" (double quote) 替换为 "
' (single quote / apostrophe) 替换为 '
| 限定符和类型 | 字段和说明 |
|---|---|
protected static String[][] |
BASIC_ESCAPE |
| 构造器和说明 |
|---|
XmlEscape()
构造
|
addChain, iterator, replaceapplyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratoridentityprotected static final String[][] BASIC_ESCAPE
Copyright © 2023. All rights reserved.