com.esri.gpt.control.livedata.sos
Class CompoundResponseHandler
java.lang.Object
com.esri.gpt.control.livedata.sos.ResponseHandler
com.esri.gpt.control.livedata.sos.CompoundResponseHandler
- All Implemented Interfaces:
- ContentHandler
public class CompoundResponseHandler
- extends ResponseHandler
SOS compound response handler.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompoundResponseHandler
public CompoundResponseHandler(SOSContext sosContext,
ValueComponentsArray vcArr)
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.