From dev-return-80024-apmail-cocoon-dev-archive=cocoon.apache.org@cocoon.apache.org Fri Oct 14 18:47:47 2005 Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 45138 invoked from network); 14 Oct 2005 18:47:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Oct 2005 18:47:46 -0000 Received: (qmail 49170 invoked by uid 500); 14 Oct 2005 18:46:09 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 49070 invoked by uid 500); 14 Oct 2005 18:46:09 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 49004 invoked by uid 99); 14 Oct 2005 18:46:08 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Oct 2005 11:46:08 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [68.230.240.38] (HELO eastrmmtao01.cox.net) (68.230.240.38) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Oct 2005 11:46:05 -0700 Received: from [192.168.0.100] (really [70.179.64.83]) by eastrmmtao01.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20051014184524.YVWP13165.eastrmmtao01.cox.net@[192.168.0.100]> for ; Fri, 14 Oct 2005 14:45:24 -0400 Message-ID: <434FFCD0.9070906@reverycodes.com> Date: Fri, 14 Oct 2005 14:45:36 -0400 From: Vadim Gritsenko User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: Public/Private classification (was Re: javadocs navigation) References: <433EF6D4.6040209@apache.org> <20051002014142.9A7A926D13B@avs2.arnes.si> <434C7C97.2080107@reverycodes.com> <434C8020.40403@apache.org> <722ae8b85e8d0b226fdc45c9c3fab38c@apache.org> <434CCAA3.7050303@apache.org> <434D336E.9000001@apache.org> <434D37D3.1000903@odoko.co.uk> <434D3C27.1040705@reverycodes.com> <434D5C94.8000909@odoko.co.uk> <434E2BEC.1000607@nada.kth.se> <434ECABF.1070305@nada.kth.se> <434EDEE6.2010806@apache.org> <434F48C5.2080701@apache.org> <434FFA43.1020606@apache.org> In-Reply-To: <434FFA43.1020606@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Stefano Mazzocchi wrote: > Reinhard Poetz wrote: > > Reinhard, how many cocoon users have ever implemented > org.apache.cocoon.xml.XMLPipe? All users who implemented at least one Transformer. public interface Transformer extends XMLPipe, SitemapModelComponent { } If you are implementing transformer for a first time, you have to have javadocs (or source code (or IDE with reflection)) to implement it. Vadim