[jdom-interest] Using TraX
Laurent Bihanic
laurent.bihanic at atosorigin.com
Wed Apr 17 04:16:10 PDT 2002
Jasmeet.Singh at eontec.com wrote:
> Thanks Jason
> But how do i do that ..
JDOMResult out = new JDOMResult();
MyFactory f = new MyFactory();
out.setFactory(f);
> is there a place where i can have guidelines for this
Javadoc !
But as it is not part of the JDOM distribution, you have to build it yourself:
Go to the directory where JDOM has been installed and run the build script
with "javadoc" as argument (e.g. build.bat javadoc).
Laurent
More information about the jdom-interest
mailing list