- All Known Subinterfaces:
SVGAElement
,SVGAltGlyphElement
,SVGColorProfileElement
,SVGCursorElement
,SVGFEImageElement
,SVGFilterElement
,SVGGlyphRefElement
,SVGGradientElement
,SVGImageElement
,SVGLinearGradientElement
,SVGMPathElement
,SVGPatternElement
,SVGRadialGradientElement
,SVGScriptElement
,SVGTextPathElement
,SVGTRefElement
,SVGUseElement
- All Known Implementing Classes:
SVGOMAElement
,SVGOMAltGlyphElement
,SVGOMCursorElement
,SVGOMFEImageElement
,SVGOMFilterElement
,SVGOMGlyphRefElement
,SVGOMGradientElement
,SVGOMImageElement
,SVGOMLinearGradientElement
,SVGOMMPathElement
,SVGOMPatternElement
,SVGOMRadialGradientElement
,SVGOMScriptElement
,SVGOMTextPathElement
,SVGOMTRefElement
,SVGOMURIReferenceElement
,SVGOMUseElement
,SVGURIReferenceTextPositioningElement
public interface SVGURIReference
Represents the
href
attribute and the deprecated
xlink:href
attribute.-
Method Summary
Modifier and TypeMethodDescriptiongetHref()
Gets the value of thehref
attribute and, on elements that are defined to support it, the deprecatedxlink:href
attribute.
-
Method Details
-
getHref
SVGAnimatedString getHref()Gets the value of thehref
attribute and, on elements that are defined to support it, the deprecatedxlink:href
attribute.- Returns:
- the
href
attribute if exists, or the deprecatedxlink:href
attribute if exists and the element is defined to support it,null
otherwise.
-