NASA World Wind

gov.nasa.worldwind.applications.gio.gidb
Class GetServices.ServerListParser

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

protected static class GetServices.ServerListParser
extends ElementParser


Field Summary
static String ELEMENT_NAME
           
 
Constructor Summary
GetServices.ServerListParser(String name, Attributes attributes, GetServices getServices)
           
 
Method Summary
 void addServer(Server server)
           
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
 

Field Detail

ELEMENT_NAME

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

GetServices.ServerListParser

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

addServer

public void addServer(Server server)

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