public class MapDataDiffParser extends XmlParser implements ApiResponseReader<java.lang.Void>
| Constructor and Description |
|---|
MapDataDiffParser(Handler<DiffElement> 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 MapDataDiffParser(Handler<DiffElement> 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()
onStartElement in class XmlParserprotected void onEndElement()
onEndElement in class XmlParser