Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 84378 invoked from network); 5 Feb 2005 08:15:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 5 Feb 2005 08:15:48 -0000 Received: (qmail 1440 invoked by uid 500); 5 Feb 2005 08:15:36 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 1424 invoked by uid 500); 5 Feb 2005 08:15:36 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 1410 invoked by uid 99); 5 Feb 2005 08:15:35 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from sns01-21-51.dion.ne.jp (HELO nm01omta023.dion.ne.jp) (61.117.3.71) by apache.org (qpsmtpd/0.28) with SMTP; Sat, 05 Feb 2005 00:15:34 -0800 Received: from localhost (unknown[222.1.173.39]) by nm01mta022.dion.ne.jp; Sat, 5 Feb 2005 17:15:29 +0900 Date: Sat, 05 Feb 2005 17:15:29 +0900 (JST) Message-Id: <20050205.171529.74752468.hirsh@s9.dion.ne.jp> To: commons-user@jakarta.apache.org Subject: [xmlio] On method signature of startElement From: shirasu hiroyuki X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Dear XMLIO users and developers, I have just started working with XMLIO, and have a few questions relating to SimpleImportHandler. The following is the method signagure of startElement in the interface SimpleImportHandler. public void startElement(SimplePath path, java.lang.String name, org.xml.sax.helpers.AttributesImpl attributes, java.lang.String leadingCDdata) The type of attributes is org.xml.sax.helpers.AttributesImpl. Why is it org.xml.sax.Attributes? Thanks, -- shirasu hiroyuki(hirsh@s9.dion.ne.jp) --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org