com.esri.gpt.control.livedata.sos
Class SimpleResponseHandler
java.lang.Object
com.esri.gpt.control.livedata.sos.ResponseHandler
com.esri.gpt.control.livedata.sos.SimpleResponseHandler
- All Implemented Interfaces:
- ContentHandler
public class SimpleResponseHandler
- extends ResponseHandler
SOS simple response handler.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleResponseHandler
public SimpleResponseHandler(SOSContext sosContext,
ValueComponentsArray vcArr)
- Creates instance of the handler.
- Parameters:
sosContext
- SOS contextvcArr
- container, where data will be collected
startDocument
public void startDocument()
throws SAXException
- Specified by:
startDocument
in interface ContentHandler
- Overrides:
startDocument
in class ResponseHandler
- Throws:
SAXException
startElement
public void startElement(String uri,
String localName,
String qName,
Attributes atts)
throws SAXException
- Throws:
SAXException
characters
public void characters(char[] ch,
int start,
int length)
throws SAXException
- Throws:
SAXException
endElement
public void endElement(String uri,
String localName,
String qName)
throws SAXException
- Throws:
SAXException
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.