[jdom-interest] traversing the JDOM tree

Jason Hunter jhunter at servlets.com
Tue Apr 15 13:00:43 PDT 2003


> 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-



More information about the jdom-interest mailing list