Package org.omegat.filters2.html2
Class HTMLUtils
- java.lang.Object
-
- org.omegat.filters2.html2.HTMLUtils
-
@Deprecated public final class HTMLUtils extends java.lang.ObjectDeprecated.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static java.lang.StringcharsToEntities(java.lang.String str, java.lang.String encoding, java.util.Collection<java.lang.String> shortcuts)Deprecated.static java.lang.StringentitiesToChars(java.lang.String str)Deprecated.static booleanisDecimalDigit(int ch)Deprecated.static booleanisHexDigit(int ch)Deprecated.static booleanisLatinLetter(int ch)Deprecated.
-
-
-
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.
-
-