|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LocalizedString | |
|---|---|
| javax.xml.registry | |
| javax.xml.registry.infomodel | |
| Uses of LocalizedString in javax.xml.registry |
|---|
| Methods in javax.xml.registry that return LocalizedString | |
|---|---|
LocalizedString |
LifeCycleManager.createLocalizedString(Locale l,
String s)
Creates a LocalizedString instance using the specified Locale and String parameters. |
LocalizedString |
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 LocalizedString | |
|---|---|
LocalizedString |
InternationalString.getLocalizedString(Locale locale,
String charsetName)
Gets the LocalizedString for the specified Locale and charsetName. |
| Methods in javax.xml.registry.infomodel with parameters of type LocalizedString | |
|---|---|
void |
InternationalString.addLocalizedString(LocalizedString localizedString)
Adds a LocalizedString to this object. |
void |
InternationalString.removeLocalizedString(LocalizedString localizedString)
Removes a LocalizedString from this object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||