141142143144145146147148
try { String content = response.getResponseAsString(); return parse(content, query); } catch (XmlException e) { throw new SpecParserException(e); } }