Uses of Class
com.itextpdf.styledxmlparser.css.util.EscapeGroup
-
Packages that use EscapeGroup Package Description com.itextpdf.styledxmlparser.css.util -
-
Uses of EscapeGroup in com.itextpdf.styledxmlparser.css.util
Methods in com.itextpdf.styledxmlparser.css.util with parameters of type EscapeGroup Modifier and Type Method Description static java.util.List<java.lang.String>
CssUtils. splitString(java.lang.String value, char splitChar, EscapeGroup... escapeCharacters)
Splits the providedString
by split character with respect of escape characters.
-