Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 31957 invoked from network); 17 May 2005 23:47:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 May 2005 23:47:32 -0000 Received: (qmail 98545 invoked by uid 500); 17 May 2005 10:57:23 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 98519 invoked by uid 500); 17 May 2005 10:57:23 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 98478 invoked by uid 99); 17 May 2005 10:57:22 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of jayachandra@gmail.com designates 64.233.184.192 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.192) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 17 May 2005 03:57:20 -0700 Received: by wproxy.gmail.com with SMTP id 57so1774448wri for ; Tue, 17 May 2005 03:57:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=RBXNLcptS3o/7mrkhlaWSJm8vgRc8t1hQRpgMB7XFq5lvKGN9s4Kf601u0Z4vbXCOvDBpgMY3Kc8BntLnRxxUnDLOXhkvz7OgRCAqjQOBYdnEUyLhT3EP49EQKozhS3/amVjChOJ5HOCNNs+xqEmOK0U7bxu4OvTXMiMaRl3rxg= Received: by 10.54.24.31 with SMTP id 31mr4323490wrx; Tue, 17 May 2005 03:57:01 -0700 (PDT) Received: by 10.54.69.6 with HTTP; Tue, 17 May 2005 03:57:01 -0700 (PDT) Message-ID: <57023d130505170357fea6df5@mail.gmail.com> Date: Tue, 17 May 2005 16:27:01 +0530 From: jayachandra Reply-To: jayachandra To: axis-dev@ws.apache.org Subject: OMElement API notes Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi! I see the following method signature in OMElement.java public Iterator getAttributes(QName qname); Should it not be something like public OMAttribute getAttribute(QName qname); Can there be a list of (more than one) attributes with the same qname in an element? Am I mistaken somewhere? Thank you Jaya --=20 -- Jaya