[Pythonmac-SIG] XML handler design

Eric Nieuwland eric.nieuwland at xs4all.nl
Thu Mar 24 15:36:53 CET 2005


<Henning.Ramm at mediapro-gmbh.de> wrote:
> As you see my get methods aren't much more than redirections to the
> object's own methods - one could access them directly via
> MyHandler.pages[12] or MyHandler.pages,getSortedArray()

Yes, I see it. What I tried to explain is that I use the factory 
pattern (well, sort of) for the XML handler.

--eric



More information about the Pythonmac-SIG mailing list