NASA World Wind

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

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

public class SlotParser
extends ElementParser
implements Slot


Field Summary
static String ELEMENT_NAME
           
 
Constructor Summary
SlotParser(String elementName, Attributes attributes)
           
 
Method Summary
protected  void doStartElement(String name, Attributes attributes)
           
 String getName()
           
 String getSlotType()
           
 ValueList getValueList()
           
 void setName(String name)
           
 void setSlotType(String slotType)
           
 void setValueList(ValueList valueList)
           
 
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
 

Field Detail

ELEMENT_NAME

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

SlotParser

public SlotParser(String elementName,
                  Attributes attributes)
Method Detail

doStartElement

protected void doStartElement(String name,
                              Attributes attributes)
Overrides:
doStartElement in class ElementParser

getName

public String getName()
Specified by:
getName in interface Slot

getSlotType

public String getSlotType()
Specified by:
getSlotType in interface Slot

getValueList

public ValueList getValueList()
Specified by:
getValueList in interface Slot

setName

public void setName(String name)
Specified by:
setName in interface Slot

setSlotType

public void setSlotType(String slotType)
Specified by:
setSlotType in interface Slot

setValueList

public void setValueList(ValueList valueList)
Specified by:
setValueList in interface Slot

NASA World Wind