NASA World Wind

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

java.lang.Object
  extended by gov.nasa.worldwind.applications.gio.xml.ElementParser
      extended by gov.nasa.worldwind.applications.gio.xml.TextElementParser
          extended by gov.nasa.worldwind.applications.gio.ebrim.UsageParameterParser
All Implemented Interfaces:
UsageParameter

public class UsageParameterParser
extends TextElementParser
implements UsageParameter


Field Summary
static String ELEMENT_NAME
           
 
Constructor Summary
UsageParameterParser(String elementName, Attributes attributes)
           
 
Method Summary
 
Methods inherited from class gov.nasa.worldwind.applications.gio.xml.TextElementParser
doEndElement, getValue, setValue
 
Methods inherited from class gov.nasa.worldwind.applications.gio.xml.ElementParser
characters, doCharacters, 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
 
Methods inherited from interface gov.nasa.worldwind.applications.gio.ebrim.UsageParameter
getValue, setValue
 

Field Detail

ELEMENT_NAME

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

UsageParameterParser

public UsageParameterParser(String elementName,
                            Attributes attributes)

NASA World Wind