[jdom-interest] (no subject)

Jason Hunter jhunter at acm.org
Tue May 27 12:06:12 PDT 2003


> elementMatched(String path, Element e) {
>   String parentName = e.getParent().getParent().getAttributeValue("name");
> }
> 
> This no longer works because getParent() returns a Parent instead of an
> Element. Is there a way around this?

Cast it?

-jh-





More information about the jdom-interest mailing list