63646566676869
} } private void setResponse(InputStream httpResult) throws SAXException, IOException, ParserConfigurationException { response = DocumentBuilderFactory.newInstance().newDocumentBuilder().parse(httpResult); xp = new XmlProperties(response); }