java.lang.Object
org.apache.jena.graph.langtag.LangTags
Deprecated, for removal: This API element is subject to removal in a future version.
use org.apache.jena.langtag.LangTags
Functions on language tag strings
-
Constructor Summary
ConstructorsConstructorDescriptionLangTags()Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringbasicFormat(String string) Deprecated, for removal: This API element is subject to removal in a future version.use org.apache.jena.langtag.LangTags#basicFormat(String)static StringformatLangtag(String input) Deprecated, for removal: This API element is subject to removal in a future version.use org.apache.jena.langtag.LangTags#formatLangtag(String)
-
Constructor Details
-
LangTags
public LangTags()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
formatLangtag
Deprecated, for removal: This API element is subject to removal in a future version.use org.apache.jena.langtag.LangTags#formatLangtag(String)Format language tag. This is the system-wide policy for formatting language tags. -
basicFormat
Deprecated, for removal: This API element is subject to removal in a future version.use org.apache.jena.langtag.LangTags#basicFormat(String)Format an language tag assumed to be valid. This code only deals with langtags by the string length of the subtags. RFC 5646 section 2.1.1
-