public static interface XmlUtils.ReadMapCallback
| Modifier and Type | Method and Description |
|---|---|
Object |
readThisUnknownObjectXml(XmlPullParser in,
String tag)
Called from readThisMapXml when a START_TAG is not recognized.
|
Object readThisUnknownObjectXml(XmlPullParser in, String tag) throws XmlPullParserException, IOException
in - the XML input streamtag - the START_TAG that was not recognized.XmlPullParserException - if the START_TAG is not recognized.IOException - on XmlPullParser serialization errors.