gov.nasa.worldwind.applications.gio.ebrim
Class LocalizedStringParser
java.lang.Object
gov.nasa.worldwind.applications.gio.xml.ElementParser
gov.nasa.worldwind.applications.gio.ebrim.LocalizedStringParser
- All Implemented Interfaces:
- LocalizedString
public class LocalizedStringParser
- extends ElementParser
- implements LocalizedString
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ELEMENT_NAME
public static final String ELEMENT_NAME
- See Also:
- Constant Field Values
LocalizedStringParser
public LocalizedStringParser(String elementName,
Attributes attributes)
getCharset
public String getCharset()
- Specified by:
getCharset
in interface LocalizedString
getLang
public String getLang()
- Specified by:
getLang
in interface LocalizedString
getValue
public String getValue()
- Specified by:
getValue
in interface LocalizedString
setCharset
public void setCharset(String charset)
- Specified by:
setCharset
in interface LocalizedString
setLang
public void setLang(String lang)
- Specified by:
setLang
in interface LocalizedString
setValue
public void setValue(String value)
- Specified by:
setValue
in interface LocalizedString