[xmlio] On method signature of startElement

2005-02-05 Thread shirasu hiroyuki
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

Re: [xmlio] On method signature of startElement

2005-02-05 Thread shirasu hiroyuki
From: shirasu hiroyuki [EMAIL PROTECTED] Subject: [xmlio] On method signature of startElement Date: Sat, 05 Feb 2005 17:15:29 +0900 (JST) snip/ Why is it org.xml.sax.Attributes? Sorry. Why isn't it org.xml.sax.Attributes? Thanks. -- shirasu hiroyuki([EMAIL PROTECTED

Re: [xmlio] On method signature of startElement

2005-02-05 Thread Oliver Zeigermann
On Sat, 05 Feb 2005 17:25:13 +0900 (JST), shirasu hiroyuki [EMAIL PROTECTED] wrote: From: shirasu hiroyuki [EMAIL PROTECTED] Subject: [xmlio] On method signature of startElement Date: Sat, 05 Feb 2005 17:15:29 +0900 (JST) snip/ Why is it org.xml.sax.Attributes? Sorry. Why isn't

Re: [xmlio] On method signature of startElement

2005-02-05 Thread shirasu hiroyuki
Thank you very mush for your helpful explanation. From: Oliver Zeigermann [EMAIL PROTECTED] Date: Sat, 5 Feb 2005 10:40:18 +0100 snip/ Why isn't it org.xml.sax.Attributes? What would be the benefit of that? As xmlio makes copies of all attributes using AttributesImpl why not pass it to the