Return-Path: Mailing-List: contact general-help@xml.apache.org; run by ezmlm Delivered-To: mailing list general@xml.apache.org Received: (qmail 48203 invoked from network); 8 Feb 2000 01:08:42 -0000 Received: from taz.hyperreal.org (HELO hyperreal.org) (209.133.83.16) by locus.apache.org with SMTP; 8 Feb 2000 01:08:42 -0000 Received: (qmail 25724 invoked from network); 8 Feb 2000 01:08:40 -0000 Received: from s1.almaden.ibm.com (HELO apache.org) (198.4.83.36) by apache.org with SMTP; 8 Feb 2000 01:08:40 -0000 Message-ID: <389F6B2C.CE5209E4@apache.org> Date: Mon, 07 Feb 2000 17:02:36 -0800 From: Andy Clark X-Mailer: Mozilla 4.5 [en] (WinNT; U) X-Accept-Language: de,ja,en MIME-Version: 1.0 To: general@xml.apache.org Subject: Re: Deferred nodes and a little bit of swing :) References: <389F2069.8F0486E2@apache.org> <389F43DD.CD67044E@mail1.stofanet.dk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit "Max R. Andersen" wrote: > Should I just post it here as attachments ? You can send it directly to andyc@apache.org. That way people on the list don't need to download the changes which they'll get from CVS later, anyway. > if (asinglenode instanceof DeferredNode) { > > } I wouldn't suggest doing this. In fact, there should be no need for instanceof DeferredNode. Your program should not even care that the construction is being deferred. > I have tried to call all the methods in the Node interface > on asinglenode, but they all return null or similar > "non-existing" values. Well, I'll have to look at the code once it's available. -- Andy Clark * IBM, JTC - Silicon Valley * andyc@apache.org