Uses of Interface
javax.xml.registry.infomodel.LocalizedString
Packages that use LocalizedString
Package
Description
This package and its sub-packages describe the API classes and interfaces
for the Jakarta XML Registries API.
This package describes the information model for the Jakarta XML Registries
API.
-
Uses of LocalizedString in javax.xml.registry
Methods in javax.xml.registry that return LocalizedStringModifier and TypeMethodDescriptionLifeCycleManager.createLocalizedString(Locale l, String s) Creates a LocalizedString instance using the specified Locale and String parameters.LifeCycleManager.createLocalizedString(Locale l, String s, String charSetName) Creates a LocalizedString instance using the specified Locale, String, and character set parameters. -
Uses of LocalizedString in javax.xml.registry.infomodel
Methods in javax.xml.registry.infomodel that return LocalizedStringModifier and TypeMethodDescriptionInternationalString.getLocalizedString(Locale locale, String charsetName) Gets the LocalizedString for the specified Locale and charsetName.Methods in javax.xml.registry.infomodel with parameters of type LocalizedStringModifier and TypeMethodDescriptionvoidInternationalString.addLocalizedString(LocalizedString localizedString) Adds a LocalizedString to this object.voidInternationalString.removeLocalizedString(LocalizedString localizedString) Removes a LocalizedString from this object.