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..
Version:
$Id: SVGURIReferenceTextPositioningElement.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

    • 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

    • initializeAllLiveAttributes

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

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

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

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