Package | Description |
---|---|
org.dromara.hutool.core.text.escape |
提供各种转义和反转义实现
|
Class and Description |
---|
XmlEscape
XML特殊字符转义
见:https://stackoverflow.com/questions/1091945/what-characters-do-i-need-to-escape-in-xml-documents & (ampersand) 替换为 & < (less than) 替换为 < > (greater than) 替换为 > " (double quote) 替换为 " |
XmlUnescape
XML的UNESCAPE
|
Copyright © 2025. All rights reserved.