Uses of Class
no.hasmac.jsonld.lang.LanguageTag
-
Packages that use LanguageTag Package Description no.hasmac.jsonld.lang -
-
Uses of LanguageTag in no.hasmac.jsonld.lang
Methods in no.hasmac.jsonld.lang that return LanguageTag Modifier and Type Method Description static LanguageTagLanguageTag. create(java.lang.String languageTag)Creates a language tag by parsing the given string as defined by RFC 5646.(package private) LanguageTagLanguageTagParser. parse()Parses the language tag.Methods in no.hasmac.jsonld.lang with parameters of type LanguageTag Modifier and Type Method Description (package private) booleanLanguageTagParser. acceptPrivateUse(LanguageTag tag)
-