Package org.omegat.filters2.html2
Class HTMLUtils
java.lang.Object
org.omegat.filters2.html2.HTMLUtils
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringcharsToEntities(String str, String encoding, Collection<String> shortcuts) Deprecated.static StringentitiesToChars(String str) Deprecated.static booleanisDecimalDigit(int ch) Deprecated.static booleanisHexDigit(int ch) Deprecated.static booleanisLatinLetter(int ch) Deprecated.
-
Method Details
-
entitiesToChars
Deprecated. -
isLatinLetter
Deprecated. -
isDecimalDigit
Deprecated. -
isHexDigit
Deprecated. -
charsToEntities
@Deprecated public static String charsToEntities(String str, String encoding, Collection<String> shortcuts) Deprecated.
-