@DOMObjectAttribute @DOMNoInterfaceObjectAttribute public interface ISVGURIReference
Interface SVGURIReference defines an interface which applies to all elements which have the collection of XLink attributes, such as ‘xlink:href’, which define a URI reference.
Modifier and Type | Method and Description |
---|---|
SVGAnimatedString |
getHref()
Corresponds to attribute ‘xlink:href’ on the given element.
|
@DOMNameAttribute(name="href") SVGAnimatedString getHref()
Corresponds to attribute ‘xlink:href’ on the given element.
Value: The ‘xlink:href’ of the given element.