NASA World Wind

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

java.lang.Object
  extended by gov.nasa.worldwind.applications.gio.xml.ElementParser
      extended by gov.nasa.worldwind.applications.gio.ebrim.InternationalStringParser
          extended by gov.nasa.worldwind.applications.gio.ebrim.DescriptionParser
All Implemented Interfaces:
Description, InternationalString, Iterable<LocalizedString>

public class DescriptionParser
extends InternationalStringParser
implements Description


Field Summary
static String ELEMENT_NAME
           
 
Constructor Summary
DescriptionParser(String elementName, Attributes attributes)
           
 
Method Summary
 
Methods inherited from class gov.nasa.worldwind.applications.gio.ebrim.InternationalStringParser
addLocalizedString, addLocalizedString, addLocalizedStrings, clearLocalizedStrings, doStartElement, getIndex, getLocalizedString, getLocalizedStringCount, iterator, removeLocalizedString, setLocalizedString
 
Methods inherited from class gov.nasa.worldwind.applications.gio.xml.ElementParser
characters, doCharacters, doEndElement, endElement, getCharacters, getCurrentElement, getElementName, setCurrentElement, startElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface gov.nasa.worldwind.applications.gio.ebrim.InternationalString
addLocalizedString, addLocalizedString, addLocalizedStrings, clearLocalizedStrings, getIndex, getLocalizedString, getLocalizedStringCount, removeLocalizedString, setLocalizedString
 
Methods inherited from interface java.lang.Iterable
iterator
 

Field Detail

ELEMENT_NAME

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

DescriptionParser

public DescriptionParser(String elementName,
                         Attributes attributes)

NASA World Wind