Well, I didn't need to do this after all. But I do think I have my answer,
and it makes me feel embarrassed at even having asked the question since
this goes back to basic Java mechanics. I can't refer to that class because,
within Javadoc.java, it's specified as:
public class TagArgument
And not
I have a *scriptdef *to do some customization of the *javadoc *Ant task.
What I want to do is pass to the *scriptdef *a tag element precisely like
the tag element that can be a child of the javadoc task element. The class
that corresponds to the tag element is *Javadoc.TagArgument*.
Below is the r