Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 31505 invoked from network); 14 Dec 2006 09:12:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Dec 2006 09:12:06 -0000 Received: (qmail 98301 invoked by uid 500); 14 Dec 2006 09:12:10 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 98208 invoked by uid 500); 14 Dec 2006 09:12:09 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 98178 invoked by uid 99); 14 Dec 2006 09:12:09 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Dec 2006 01:12:09 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of stefan.guggisberg@gmail.com designates 66.249.92.170 as permitted sender) Received: from [66.249.92.170] (HELO ug-out-1314.google.com) (66.249.92.170) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Dec 2006 01:11:59 -0800 Received: by ug-out-1314.google.com with SMTP id m3so2204857uge for ; Thu, 14 Dec 2006 01:11:37 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QuSnKdlLZHcN3O3yRKboO9KwOp6jj/QyAou0Gm3D4K/3riqlsWyofp09wRwcELj/hIHqFW53IfbJX1Ze0Fi4ttT1IDJTFCL36l2+h5q/P7LdZpK5oO9+mbwrjqCZF9AC/GbY86uaVUL48O2FZTqzD76+V9zJTs4+2FyDgumzxz8= Received: by 10.78.185.15 with SMTP id i15mr591611huf.1166087497408; Thu, 14 Dec 2006 01:11:37 -0800 (PST) Received: by 10.78.160.11 with HTTP; Thu, 14 Dec 2006 01:11:37 -0800 (PST) Message-ID: <90a8d1c00612140111k7bc63bb7o8933c6b33e2266f9@mail.gmail.com> Date: Thu, 14 Dec 2006 10:11:37 +0100 From: "Stefan Guggisberg" To: users@jackrabbit.apache.org Subject: Re: Non-orderable child nodes In-Reply-To: <7864219.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7864219.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org On 12/14/06, James Hang wrote: > > How does Jackrabbit handle non-orderable child nodes? e.g. when you call > Node.getNodes() on a non-orderable node, does it return the nodes in a > random order? Can the order change at any time? it's implementation dependant according to "4.4.2 Non-orderable Child Nodes" of the jsr 170 spec. in jackrabbit the order of non-orderable child nodes is preserved, internally there's no difference between orderable and non-orderable child nodes. cheers stefan > -- > View this message in context: http://www.nabble.com/Non-orderable-child-nodes-tf2817547.html#a7864219 > Sent from the Jackrabbit - Users mailing list archive at Nabble.com. > >