Uses of Class
org.apache.sis.internal.jaxb.lan.LanguageCode
Packages that use LanguageCode
Package
Description
Miscellaneous objects and adapters defined in the
"lan" namespace.-
Uses of LanguageCode in org.apache.sis.internal.jaxb.lan
Methods in org.apache.sis.internal.jaxb.lan that return LanguageCodeModifier and TypeMethodDescriptionstatic LanguageCodeCreates a new wrapper for the given locale.Converts the locale to the object to be marshalled in a XML file or stream.Methods in org.apache.sis.internal.jaxb.lan with parameters of type LanguageCodeModifier and TypeMethodDescriptionstatic LocaleCountry.getLocale(Context context, LanguageCode language, Country country, Class<?> caller) Returns the locale for the given language and country (which may be null), ornullif none.LocaleAdapter.unmarshal(LanguageCode value) Converts the locale read from a XML stream to the object containing the value.