Class HtmlDecoder
java.lang.Object
jodd.lagarto.HtmlDecoder
Internal HTML Decoder from Jodd, that accepts
CharSequence.-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final char[][] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringdetectName(CharSequence input, int ndx) Detects the longest character reference name on given position in char array.
-
Field Details
-
ENTITY_MAP
-
ENTITY_NAMES
private static final char[][] ENTITY_NAMES
-
-
Constructor Details
-
HtmlDecoder
HtmlDecoder()
-
-
Method Details
-
detectName
Detects the longest character reference name on given position in char array. Returnsnullif name not found.
-