Interface SVGURIReference

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 Type
    Method
    Description
    Gets the value of the href attribute and, on elements that are defined to support it, the deprecated xlink:href attribute.
  • Method Details

    • getHref

      Gets the value of the href attribute and, on elements that are defined to support it, the deprecated xlink:href attribute.
      Returns:
      the href attribute if exists, or the deprecated xlink:href attribute if exists and the element is defined to support it, null otherwise.