Re: [Newbies] method naming advice

2008-09-26 Thread John McKeon
One newbie to another - YES LOL Just kidding If it were me.I would look for something already in Squeak - like XMLElement in the XML-Parser category - and either use it straight out of the box or subclass it. (Notice it already has attributeAt: attributeName put: attributeValue) Just

Re: [Newbies] method naming advice

2008-09-26 Thread Mark Volkmann
On Sep 26, 2008, at 2:36 PM, Bert Freudenberg wrote: Am 26.09.2008 um 12:24 schrieb Mark Volkmann: I hope I'm not exceeding the limit for questions in one day. Not yet ;) I'm porting some Java code that deals with XML to Smalltalk. A Java class has these methods. public StartTagWAX

Re: [Newbies] method naming advice

2008-09-26 Thread Mark Volkmann
On Sep 26, 2008, at 2:42 PM, John McKeon wrote: One newbie to another - YES LOL Just kidding If it were me.I would look for something already in Squeak - like XMLElement in the XML-Parser category - and either use it straight out of the box or subclass it. (Notice it already has

Re: [Newbies] method naming advice

2008-09-26 Thread Bert Freudenberg
Am 26.09.2008 um 12:46 schrieb Mark Volkmann: On Sep 26, 2008, at 2:36 PM, Bert Freudenberg wrote: Am 26.09.2008 um 12:24 schrieb Mark Volkmann: I hope I'm not exceeding the limit for questions in one day. Not yet ;) I'm porting some Java code that deals with XML to Smalltalk. A Java