Class Html4Unescape

All Implemented Interfaces:
Serializable, Iterable<StringReplacer>, Function<CharSequence,CharSequence>, UnaryOperator<CharSequence>, Chain<StringReplacer,ReplacerChain>

public class Html4Unescape extends XmlUnescape
HTML4的UNESCAPE
Since:
Java 17+
Author:
Kimi Liu
See Also:
  • Field Details

    • ISO8859_1_UNESCAPE

      protected static final String[][] ISO8859_1_UNESCAPE
    • HTML40_EXTENDED_UNESCAPE

      protected static final String[][] HTML40_EXTENDED_UNESCAPE
  • Constructor Details

    • Html4Unescape

      public Html4Unescape()