NASA World Wind

gov.nasa.worldwind.applications.gio.esg
Class GetServices.GetRecordsResponseParser

java.lang.Object
  extended by gov.nasa.worldwind.applications.gio.xml.ElementParser
      extended by gov.nasa.worldwind.applications.gio.esg.GetServices.GetRecordsResponseParser
Enclosing class:
GetServices

protected static class GetServices.GetRecordsResponseParser
extends ElementParser


Constructor Summary
GetServices.GetRecordsResponseParser(String name, Attributes attributes, GetServices getServices)
           
 
Method Summary
protected  void doEndElement(String name)
           
protected  void doStartElement(String name, Attributes attributes)
           
 
Methods inherited from class gov.nasa.worldwind.applications.gio.xml.ElementParser
characters, doCharacters, endElement, getCharacters, getCurrentElement, getElementName, setCurrentElement, startElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetServices.GetRecordsResponseParser

public GetServices.GetRecordsResponseParser(String name,
                                            Attributes attributes,
                                            GetServices getServices)
Method Detail

doEndElement

protected void doEndElement(String name)
Overrides:
doEndElement in class ElementParser

doStartElement

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

NASA World Wind