NASA World Wind

gov.nasa.worldwind.applications.gio.csw
Class RequestIdParser

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.csw.RequestIdParser
All Implemented Interfaces:
RequestId

public class RequestIdParser
extends TextElementParser
implements RequestId


Field Summary
static String ELEMENT_NAME
           
 
Constructor Summary
RequestIdParser(String elementName, Attributes attributes)
           
 
Method Summary
 String getURI()
           
 void setURI(String uri)
           
 
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
 

Field Detail

ELEMENT_NAME

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

RequestIdParser

public RequestIdParser(String elementName,
                       Attributes attributes)
Method Detail

getURI

public String getURI()
Specified by:
getURI in interface RequestId

setURI

public void setURI(String uri)
Specified by:
setURI in interface RequestId

NASA World Wind