Class | Description |
---|---|
Html4Escape |
HTML4的ESCAPE
参考:Commons Lang3
|
Html4Unescape |
HTML4的UNESCAPE
|
NumericEntityUnescaper |
形如'的反转义器
|
XmlEscape |
XML特殊字符转义
见:https://stackoverflow.com/questions/1091945/what-characters-do-i-need-to-escape-in-xml-documents & (ampersand) 替换为 & < (less than) 替换为 < > (greater than) 替换为 > " (double quote) 替换为 " ' (single quote / apostrophe) 替换为 ' |
XmlUnescape |
XML的UNESCAPE
|
Copyright © 2024. All rights reserved.