Class SVGURIReferenceTextPositioningElement

All Implemented Interfaces:
Serializable, AnimationTarget, XMLConstants, CSSNavigableNode, CSSStylableElement, NodeEventTarget, ExtendedNode, ExtendedTraitAccess, TraitAccess, NodeXBL, XBLManagerData, CSSConstants, SVGConstants, ElementTraversal, Element, EventTarget, Node, org.w3c.dom.svg.SVGElement, org.w3c.dom.svg.SVGExternalResourcesRequired, org.w3c.dom.svg.SVGLangSpace, org.w3c.dom.svg.SVGStylable, org.w3c.dom.svg.SVGTests, org.w3c.dom.svg.SVGTextContentElement, org.w3c.dom.svg.SVGTextPositioningElement, org.w3c.dom.svg.SVGURIReference
Direct Known Subclasses:
SVGOMAltGlyphElement, SVGOMTRefElement

public abstract class SVGURIReferenceTextPositioningElement extends SVGOMTextPositioningElement implements org.w3c.dom.svg.SVGURIReference
This class implements both SVGTextPositioningElement and SVGURIReference..
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

    • SVGURIReferenceTextPositioningElement

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

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