On Fri, 2003-11-21 at 00:43, John Austin wrote:

> I mean, I wonder what Cocoon does ?

In FOPSerializer:

    /**
     * Recycle serializer by removing references
     */
    public void recycle() {
        super.recycle();
        this.driver = null;
        this.renderer = null;
    }

Apparently, we don't need no stinkin reset();
 
-- 
John Austin <[EMAIL PROTECTED]>

Reply via email to