--- Thomas E Deweese <[EMAIL PROTECTED]> wrote:
> >>>>> "JAF" == J Aaron Farr <[EMAIL PROTECTED]> writes:
> 
> JAF> So my question is: is this the only way to get the value of the
> JAF> HREF attribute for the xlink?  Why do I not get a return from
> JAF> link.getAttribute("xlink:href")?  
> 
>      Because the correct way to access the href attribute in the xlink
> namespace is:
> 
>      link.getAttributeNS("http://www.w3.org/1999/xlink";, "href");
> 

Thank you for the clarification.

> JAF> And why is there no getter for the SVGAElement "link" in the
> JAF> LinkActionEvent class?  Any thoughts?
> 
>      I don't know for certain, if I had to guess there were concerns
> about memory leaks...
> 

Memory leaks?  I don't quite understand why that would be an issue, however, is
there any chance that this change could end up in the final code?  Otherwise,
is there some other way to get the xlink:href value in the LinkActionListener
class?

Thanks,
jaaron

__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to