Class HtmlDecoder

java.lang.Object
jodd.lagarto.HtmlDecoder

class HtmlDecoder extends Object
Internal HTML Decoder from Jodd, that accepts CharSequence.
  • Field Details

    • ENTITY_MAP

      private static final Map<String,char[]> ENTITY_MAP
    • ENTITY_NAMES

      private static final char[][] ENTITY_NAMES
  • Constructor Details

    • HtmlDecoder

      HtmlDecoder()
  • Method Details

    • detectName

      public static String detectName(CharSequence input, int ndx)
      Detects the longest character reference name on given position in char array. Returns null if name not found.