Uses of Class
com.itextpdf.styledxmlparser.jsoup.nodes.Entities.CoreCharset
-
Packages that use Entities.CoreCharset Package Description com.itextpdf.styledxmlparser.jsoup.nodes -
-
Uses of Entities.CoreCharset in com.itextpdf.styledxmlparser.jsoup.nodes
Fields in com.itextpdf.styledxmlparser.jsoup.nodes declared as Entities.CoreCharset Modifier and Type Field Description (package private) Entities.CoreCharsetDocument.OutputSettings. coreCharsetMethods in com.itextpdf.styledxmlparser.jsoup.nodes that return Entities.CoreCharset Modifier and Type Method Description (package private) static Entities.CoreCharsetEntities. getCoreCharsetByName(java.lang.String name)static Entities.CoreCharsetEntities.CoreCharset. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Entities.CoreCharset[]Entities.CoreCharset. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.itextpdf.styledxmlparser.jsoup.nodes with parameters of type Entities.CoreCharset Modifier and Type Method Description private static booleanEntities. canEncode(Entities.CoreCharset charset, char c, java.nio.charset.CharsetEncoder fallback)
-