[jdom-interest] Where is getAttributeValue?

dlucio dlucio at linuxstart.com
Thu Jul 20 06:58:34 PDT 2000


Hi!

I am using a version of JDOM downloaded from CVS last week, and I found that there is no method getAttributeValue for the "Element" class, contrary to what is said in http://www.javaworld.com/javaworld/jw-05-2000/jw-0518-jdom-2.html.
The only similar methods of the Element Class I found are:
public Attribute getAttribute(java.lang.String name)
&
public Attribute getAttribute(java.lang.String prefix,
                              java.lang.String name)
                       throws NoSuchAttributeException

So, where is the getAttributeValue method?

Bests Regards!
----------------------
Do you do Linux? :) 
Get your FREE @linuxstart.com email address at: http://www.linuxstart.com



More information about the jdom-interest mailing list