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.
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