Class SVGOMURIReferenceElement

All Implemented Interfaces:
AnimationTarget, XMLConstants, CSSNavigableNode, NodeEventTarget, ExtendedNode, ExtendedTraitAccess, TraitAccess, NodeXBL, XBLManagerData, CSSConstants, SVGConstants, ElementTraversal, Serializable, Element, EventTarget, Node, SVGElement, SVGURIReference
Direct Known Subclasses:
SVGOMCursorElement, SVGOMMPathElement, SVGOMScriptElement

public abstract class SVGOMURIReferenceElement extends SVGOMElement implements SVGURIReference
This class implements SVGURIReference.
See Also:
  • Field Details

    • xmlTraitInformation

      protected static DoublyIndexedTable<String,String> xmlTraitInformation
      Table mapping XML attribute names to TraitInformation objects.
  • Constructor Details

    • SVGOMURIReferenceElement

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

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