> If i want to recursively find and Element or check existence of an > element, like getElementByName() or findElement(). Two options with the current code: 1) Write a recursive function 2) Use XPath in org.jdom.xpath -jh-