Re: Extending the XML Node prototype

Boris Zbarsky <[email protected]> Sat, 26 Dec 2009 00:53:16 -0500
Newsgroups gmane.comp.mozilla.devel.xml
Message-ID <[email protected]>
On 12/23/09 7:17 PM, mawrya wrote:
> Now I would like to add a custom getter to all instances of XML node
> objects.

You can't do that in Gecko at the moment.  You can add something to all 
"unknown" elements using Element.

-Boris