NASA World Wind

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

java.lang.Object
  extended by gov.nasa.worldwind.applications.gio.xml.ElementParser
      extended by gov.nasa.worldwind.applications.gio.csw.SearchResultsParser
          extended by gov.nasa.worldwind.applications.gio.csw.SearchResultsParserEBRIM
All Implemented Interfaces:
SearchResults, Iterable<Object>

public class SearchResultsParserEBRIM
extends SearchResultsParser


Field Summary
 
Fields inherited from class gov.nasa.worldwind.applications.gio.csw.SearchResultsParser
ELEMENT_NAME
 
Constructor Summary
SearchResultsParserEBRIM(String elementName, Attributes attributes)
           
 
Method Summary
protected  void doStartElement(String name, Attributes attributes)
           
 
Methods inherited from class gov.nasa.worldwind.applications.gio.csw.SearchResultsParser
addRecord, addRecord, addRecords, clearRecords, getElementSet, getExpires, getIndex, getNextRecord, getNumberOfRecordsMatched, getNumberOfRecordsReturned, getRecord, getRecordCount, getRecordSchema, getResultSetId, iterator, parseElementSetType, parseInt, removeRecord, setElementSet, setExpires, setNextRecord, setNumberOfRecordsMatched, setNumberOfRecordsReturned, setRecord, setRecordSchema, setResultSetId
 
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

SearchResultsParserEBRIM

public SearchResultsParserEBRIM(String elementName,
                                Attributes attributes)
Method Detail

doStartElement

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

NASA World Wind