Re: Java API - Parameter and Return Types
"Bob Tarling" <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.user |
|---|---|
| Message-ID | <[email protected]> |
You could import the jar file that contains that into your project using the class files reverse engineering plugin. Or alternatively create the relevant packages for javax::xml::parser and place a DocumentBuilder class in that package. If I have a very small model that simply wnat s a reference to that one class then I would do the latter. If you want many classes and much detail of those classes go for the former. Regards Bob. On 24/03/2008, Duncan Clarkson <[email protected]> wrote: > How do I specify that an operation takes a > javax.xml.parsers.DocumentBuilder as an argument or returns a > java.io.InputStream? > > I know there is a drop-down box where I can select the type of the > operation or parameter but most of the Java API classes are not > available for me to select. If they were all there the list would > obviously be very big but how can I add types from the Java API to > this list? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >