gov.nasa.worldwind.applications.gio.gidb
Class ServerParser
java.lang.Object
gov.nasa.worldwind.applications.gio.xml.ElementParser
gov.nasa.worldwind.applications.gio.gidb.ServerParser
- All Implemented Interfaces:
- Server
public class ServerParser
- extends ElementParser
- implements Server
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
ServerParser
public ServerParser(String elementName,
Attributes attributes)
doStartElement
protected void doStartElement(String name,
Attributes attributes)
throws Exception
- Overrides:
doStartElement
in class ElementParser
- Throws:
Exception
getTitle
public Text getTitle()
- Specified by:
getTitle
in interface Server
getURL
public Text getURL()
- Specified by:
getURL
in interface Server
setTitle
public void setTitle(Text title)
- Specified by:
setTitle
in interface Server
setURL
public void setURL(Text url)
- Specified by:
setURL
in interface Server