Uses of Class
com.apicatalog.jsonld.lang.LanguageTag
-
Packages that use LanguageTag Package Description com.apicatalog.jsonld.lang -
-
Uses of LanguageTag in com.apicatalog.jsonld.lang
Methods in com.apicatalog.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 com.apicatalog.jsonld.lang with parameters of type LanguageTag Modifier and Type Method Description (package private) booleanLanguageTagParser. acceptPrivateUse(LanguageTag tag)
-