public class GpsTracesParser extends XmlParser implements ApiResponseReader<java.lang.Void>
| Constructor and Description |
|---|
GpsTracesParser(Handler<GpsTraceDetails> handler) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onEndElement() |
protected void |
onStartElement() |
java.lang.Void |
parse(java.io.InputStream in)
Called when the input stream is available.
|
doParse, getAttribute, getBooleanAttribute, getByteAttribute, getDoubleAttribute, getFloatAttribute, getIntAttribute, getLongAttribute, getName, getParentName, getText, onTextNodepublic GpsTracesParser(Handler<GpsTraceDetails> handler)
public java.lang.Void parse(java.io.InputStream in)
throws java.io.IOException
ApiResponseReaderparse in interface ApiResponseReader<java.lang.Void>in - the input stream from the server responsejava.io.IOExceptionprotected void onStartElement()
throws java.text.ParseException
onStartElement in class XmlParserjava.text.ParseExceptionprotected void onEndElement()
onEndElement in class XmlParser