NASA World Wind

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

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

public class DOMResponseParser
extends Object
implements ResponseParser


Constructor Summary
DOMResponseParser()
           
 
Method Summary
 Document getDocument()
           
 Node getDocumentElement()
           
 void parseResponse(InputStream is)
           
 String toString()
           
 String toXml()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DOMResponseParser

public DOMResponseParser()
Method Detail

getDocument

public Document getDocument()

getDocumentElement

public Node getDocumentElement()

parseResponse

public void parseResponse(InputStream is)
                   throws Exception
Specified by:
parseResponse in interface ResponseParser
Throws:
Exception

toString

public String toString()
Overrides:
toString in class Object

toXml

public String toXml()

NASA World Wind