1 2 package org.w3c.dom.svg;3 4 public interface SVGURIReference {5 public SVGAnimatedString getHref( );6 }7