public class Html4Escape extends ReplacerChain
Modifier and Type | Field and Description |
---|---|
protected static String[][] |
BASIC_ESCAPE
HTML转义字符
HTML转义相比XML,并不转义单引号 见:https://stackoverflow.com/questions/1091945/what-characters-do-i-need-to-escape-in-xml-documents |
protected static String[][] |
HTML40_EXTENDED_ESCAPE |
protected static String[][] |
ISO8859_1_ESCAPE |
Constructor and Description |
---|
Html4Escape() |
addChain, iterator, replace
replace
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
protected static final String[][] BASIC_ESCAPE
protected static final String[][] ISO8859_1_ESCAPE
protected static final String[][] HTML40_EXTENDED_ESCAPE
Copyright © 2025. All rights reserved.