Calling doclet from own implementation

I am writing my own doclet that could gather data that I want to use in the class that calls my own doclet. Is there a chance to do this?
[144 byte] By [tarzan68a] at [2007-10-3 7:03:09]
# 1

Let me change my problem: I now have the connection to my surrounding and calling class. Right now I simply have overwritten the start method of Doclet. With that I have to do all the logic, what means I run through all the classes the RootDoc gives me and gather the information. Is there a way to use the standard Doclet class and just overwrite methods that do the output to HTML and build up my own class instances?

tarzan68a at 2007-7-15 1:56:33 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...