|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocalizedString | |
javax.xml.registry | This package and its sub-packages describe the API classes and interfaces for the JAXR API. |
javax.xml.registry.infomodel | This package describes the information model for JAXR API. |
Uses of LocalizedString in javax.xml.registry |
Methods in javax.xml.registry that return LocalizedString | |
LocalizedString |
LifeCycleManager.createLocalizedString(java.util.Locale l,
java.lang.String s)
Creates a LocalizedString instance using the specified Locale and String parameters. |
LocalizedString |
LifeCycleManager.createLocalizedString(java.util.Locale l,
java.lang.String s,
java.lang.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(java.util.Locale locale,
java.lang.String charsetName)
Get 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 |