String url;
TinyString xlink_href = ((SVGGroupElem)linkNode).xlink_href;
if(xlink_href == null) return;
// System.out.println("linkEvent: " + xlink_href);
// If its a local link
int hashIndex = xlink_href.indexOf('#',0);
if(hashIndex != -1)
{
//local link
// Go thru all animations. For each anim with id equals
// the local_link and which begin equals 'indefinite':