NASA World Wind

gov.nasa.worldwind.applications.gio.ebrim
Class LocalizedStringParser

java.lang.Object
  extended by gov.nasa.worldwind.applications.gio.xml.ElementParser
      extended by gov.nasa.worldwind.applications.gio.ebrim.LocalizedStringParser
All Implemented Interfaces:
LocalizedString

public class LocalizedStringParser
extends ElementParser
implements LocalizedString


Field Summary
static String ELEMENT_NAME
           
 
Constructor Summary
LocalizedStringParser(String elementName, Attributes attributes)
           
 
Method Summary
 String getCharset()
           
 String getLang()
           
 String getValue()
           
 void setCharset(String charset)
           
 void setLang(String lang)
           
 void setValue(String value)
           
 
Methods inherited from class gov.nasa.worldwind.applications.gio.xml.ElementParser
characters, doCharacters, doEndElement, doStartElement, endElement, getCharacters, getCurrentElement, getElementName, setCurrentElement, startElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ELEMENT_NAME

public static final String ELEMENT_NAME
See Also:
Constant Field Values
Constructor Detail

LocalizedStringParser

public LocalizedStringParser(String elementName,
                             Attributes attributes)
Method Detail

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

NASA World Wind