String Xml="<book>harrypotter</book>";
Document dom = DocumentHelper.parseText(Xml);
Node node=dom.selectSingleNode("//book"); //navigate the xml structure by Xpath,"//" means throuth...