Class HTMLUtils


  • @Deprecated
    public final class HTMLUtils
    extends java.lang.Object
    Deprecated.
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static java.lang.String charsToEntities​(java.lang.String str, java.lang.String encoding, java.util.Collection<java.lang.String> shortcuts)
      Deprecated.
      static java.lang.String entitiesToChars​(java.lang.String str)
      Deprecated.
      static boolean isDecimalDigit​(int ch)
      Deprecated.
      static boolean isHexDigit​(int ch)
      Deprecated.
      static boolean isLatinLetter​(int ch)
      Deprecated.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • entitiesToChars

        @Deprecated
        public static java.lang.String entitiesToChars​(java.lang.String str)
        Deprecated.
      • isLatinLetter

        @Deprecated
        public static boolean isLatinLetter​(int ch)
        Deprecated.
      • isDecimalDigit

        @Deprecated
        public static boolean isDecimalDigit​(int ch)
        Deprecated.
      • isHexDigit

        @Deprecated
        public static boolean isHexDigit​(int ch)
        Deprecated.
      • charsToEntities

        @Deprecated
        public static java.lang.String charsToEntities​(java.lang.String str,
                                                       java.lang.String encoding,
                                                       java.util.Collection<java.lang.String> shortcuts)
        Deprecated.