NASA World Wind

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

java.lang.Object
  extended by gov.nasa.worldwind.applications.gio.xml.ElementParser
      extended by gov.nasa.worldwind.applications.gio.csw.GetRecordsResponseParser
          extended by gov.nasa.worldwind.applications.gio.csw.GetRecordsResponseParserEBRIM
All Implemented Interfaces:
GetRecordsResponse

public class GetRecordsResponseParserEBRIM
extends GetRecordsResponseParser


Field Summary
 
Fields inherited from class gov.nasa.worldwind.applications.gio.csw.GetRecordsResponseParser
ELEMENT_NAME
 
Constructor Summary
GetRecordsResponseParserEBRIM(String elementName, Attributes attributes)
           
 
Method Summary
protected  SearchResults doParseSearchResults(String name, Attributes attributes)
           
 
Methods inherited from class gov.nasa.worldwind.applications.gio.csw.GetRecordsResponseParser
doParseRequestId, doParseSearchStatus, doStartElement, getRequestId, getSearchResults, getSearchStatus, getVersion, setRequestId, setSearchResults, setSearchStatus, setVersion
 
Methods inherited from class gov.nasa.worldwind.applications.gio.xml.ElementParser
characters, doCharacters, doEndElement, 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

GetRecordsResponseParserEBRIM

public GetRecordsResponseParserEBRIM(String elementName,
                                     Attributes attributes)
Method Detail

doParseSearchResults

protected SearchResults doParseSearchResults(String name,
                                             Attributes attributes)
                                      throws Exception
Overrides:
doParseSearchResults in class GetRecordsResponseParser
Throws:
Exception

NASA World Wind