NASA World Wind

gov.nasa.worldwind.applications.gio.esg
Class GetRecordsDocumentParser

java.lang.Object
  extended by gov.nasa.worldwind.applications.gio.csw.SAXResponseParser
      extended by gov.nasa.worldwind.applications.gio.esg.GetRecordsDocumentParser
All Implemented Interfaces:
ResponseParser

public class GetRecordsDocumentParser
extends SAXResponseParser


Nested Class Summary
 
Nested classes/interfaces inherited from class gov.nasa.worldwind.applications.gio.csw.SAXResponseParser
SAXResponseParser.Handler
 
Constructor Summary
GetRecordsDocumentParser(String schema)
           
 
Method Summary
protected  void doStartDocument(String name, Attributes attributes)
           
 GetRecordsResponse getResponse()
           
 String getSchema()
           
 
Methods inherited from class gov.nasa.worldwind.applications.gio.csw.SAXResponseParser
doEndDocument, doParseResponse, endDocument, getDocumentElement, getExceptionReport, hasExceptions, newSAXParser, parseResponse, setDocumentElement, startDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetRecordsDocumentParser

public GetRecordsDocumentParser(String schema)
Method Detail

doStartDocument

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

getResponse

public GetRecordsResponse getResponse()

getSchema

public String getSchema()

NASA World Wind