XMLStreamReader streamReader = new BadgerFishXMLStreamReader(new JSONObject(jsonString));
return streamReader;
}
catch (IOException e)
{
throw new ExceptionAdapter(e);
}
catch (JSONException e)
{
throw new ExceptionAdapter(e);
}
catch (XMLStreamException e)
{
throw new ExceptionAdapter(e);
}
}