gov.nasa.worldwind.applications.gio.ebrim
Class SlotParser
java.lang.Object
gov.nasa.worldwind.applications.gio.xml.ElementParser
gov.nasa.worldwind.applications.gio.ebrim.SlotParser
- All Implemented Interfaces:
- Slot
public class SlotParser
- extends ElementParser
- implements Slot
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
SlotParser
public SlotParser(String elementName,
Attributes attributes)
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