Class SVGURIReferenceGraphicsElement

All Implemented Interfaces:
Serializable, AnimationTarget, XMLConstants, CSSNavigableNode, CSSStylableElement, NodeEventTarget, ExtendedNode, ExtendedTraitAccess, SVGMotionAnimatableElement, TraitAccess, NodeXBL, XBLManagerData, CSSConstants, SVGConstants, ElementTraversal, Element, EventTarget, Node, org.w3c.dom.svg.SVGElement
Direct Known Subclasses:
SVGOMAElement, SVGOMImageElement, SVGOMUseElement

public abstract class SVGURIReferenceGraphicsElement extends SVGGraphicsElement
This class provides support for Xlink to a graphics element.
Version:
$Id: SVGURIReferenceGraphicsElement.java 1733416 2016-03-03 07:07:13Z gadams $
See Also:
  • Field Details

    • xmlTraitInformation

      protected static DoublyIndexedTable xmlTraitInformation
      Table mapping XML attribute names to TraitInformation objects.
    • href

      protected SVGOMAnimatedString href
      The 'xlink:href' attribute value.
  • Constructor Details

    • SVGURIReferenceGraphicsElement

      protected SVGURIReferenceGraphicsElement()
      Creates a new SVGURIReferenceGraphicsElement object.
    • SVGURIReferenceGraphicsElement

      protected SVGURIReferenceGraphicsElement(String prefix, AbstractDocument owner)
      Creates a new SVGURIReferenceGraphicsElement object.
      Parameters:
      prefix - The namespace prefix.
      owner - The owner document.
  • Method Details

    • initializeAllLiveAttributes

      protected void initializeAllLiveAttributes()
      Initializes all live attributes for this element.
      Overrides:
      initializeAllLiveAttributes in class SVGGraphicsElement
    • initializeLiveAttributes

      private void initializeLiveAttributes()
      Initializes the live attribute values of this element.
    • getHref

      public org.w3c.dom.svg.SVGAnimatedString getHref()
      DOM: Implements SVGURIReference.getHref().
    • getTraitInformationTable

      protected DoublyIndexedTable getTraitInformationTable()
      Returns the table of TraitInformation objects for this element.
      Overrides:
      getTraitInformationTable in class SVGGraphicsElement