DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
        DocumentBuilder factory = documentbuilderfactory.newDocumentBuilder();
        ByteArrayInputStream stream = new ByteArrayInputStream(xmlString.getBytes("UTF-8"));
        return factory.parse(stream);