[jdom-interest] add getFactory() method to SAXBuilder

Nicholas Sushkin nsushkin at users.sourceforge.net
Thu Dec 4 07:37:57 PST 2003


I noticed that JDOMResult has both
setFactory(JDOMFactory) and JDOMFactory getFactory().

However, SAXBuilder only has setFactory(JDOMFactory), lacking
JDOMFactory getFactory(). Would it be possible to add the missing method?

I really wanted to do jdomResult.setFactory(saxBuilder.getFactory()) ;)

Thanks!
-- 
Nick



More information about the jdom-interest mailing list