Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 57873 invoked from network); 14 Feb 2007 06:44:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Feb 2007 06:44:41 -0000 Received: (qmail 58841 invoked by uid 500); 14 Feb 2007 06:44:48 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 58827 invoked by uid 500); 14 Feb 2007 06:44:47 -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 58818 invoked by uid 99); 14 Feb 2007 06:44:47 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Feb 2007 22:44:47 -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 jukka.zitting@gmail.com designates 72.14.214.238 as permitted sender) Received: from [72.14.214.238] (HELO hu-out-0506.google.com) (72.14.214.238) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Feb 2007 22:44:36 -0800 Received: by hu-out-0506.google.com with SMTP id 36so269hui for ; Tue, 13 Feb 2007 22:44:15 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gKkfE1MR1uKJ9JZ/AhSbXkvZc7Xn2rsbkkynAdJou2Pmgxch6XDFxY86e+HDYwkqmtKdtWgc1L9JxbziD1ugbU0BiVGyU61bioo+kAKMummSNc4v9whFBmcTrg89VqI3pZ4SmrAWtTXyKBxMUv10NDO8dr03tHjLevZmZRiEqsE= Received: by 10.78.136.9 with SMTP id j9mr188008hud.1171435455426; Tue, 13 Feb 2007 22:44:15 -0800 (PST) Received: by 10.78.106.19 with HTTP; Tue, 13 Feb 2007 22:44:15 -0800 (PST) Message-ID: <510143ac0702132244gc45e4e2w7685e1b27dc7baaf@mail.gmail.com> Date: Wed, 14 Feb 2007 08:44:15 +0200 From: "Jukka Zitting" To: users@jackrabbit.apache.org Subject: Re: Node.getChildren(String nodeType) In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org Hi, On 2/14/07, Torgeir Veimo wrote: > Is there any equivalent easy way to retrieve the children of a node > with a given node type? Not really. You could use a search to do this or (faster) filter the results of Node.getNodes() BR, Jukka Zitting