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 LanguageTag
LanguageTag. create(java.lang.String languageTag)
Creates a language tag by parsing the given string as defined by RFC 5646.(package private) LanguageTag
LanguageTagParser. parse()
Parses the language tag.Methods in no.hasmac.jsonld.lang with parameters of type LanguageTag Modifier and Type Method Description (package private) boolean
LanguageTagParser. acceptPrivateUse(LanguageTag tag)
-