Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
i would like to search in a jdom tree for an element named “elementname” or find an element with text “textelement”, which methods provides this capability in jdom model?Thx@nto
What i’m looking for is something like getDOMElementTextByTagName(Element element, String tagname) in the JDOM environment.ThX@nto