Reading javadoc

Is there a simple way to read a javadoc html progammatically using javadoc APIs and extract documentation about methods and properties?

I have javadocs for some widget classes, and given the name of a widget class, I need to extract some information about its properties and methods from its javadoc into another document.

-Fred

[349 byte] By [adfreda] at [2007-10-2 9:39:40]
# 1
Sun Microsystems has no such code, but searching Google for "reverse javadoc" finds:codavaj - javadoc in reverse http://sourceforge.net/projects/codavaj/-Doug
dhkramera at 2007-7-16 23:45:41 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 2
Thanks, Doug-Fred
adfreda at 2007-7-16 23:45:41 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...