Class SVGOMAElement

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.SVGAElement, org.w3c.dom.svg.SVGElement, org.w3c.dom.svg.SVGExternalResourcesRequired, org.w3c.dom.svg.SVGLangSpace, org.w3c.dom.svg.SVGLocatable, org.w3c.dom.svg.SVGStylable, org.w3c.dom.svg.SVGTests, org.w3c.dom.svg.SVGTransformable, org.w3c.dom.svg.SVGURIReference

public class SVGOMAElement extends SVGURIReferenceGraphicsElement implements org.w3c.dom.svg.SVGAElement
This class implements SVGAElement.
Version:
$Id: SVGOMAElement.java 1733416 2016-03-03 07:07:13Z gadams $
See Also:
  • Field Details

    • attributeInitializer

      protected static final AttributeInitializer attributeInitializer
      The attribute initializer.
    • xmlTraitInformation

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

      protected SVGOMAnimatedString target
      The 'target' attribute value.
  • Constructor Details

    • SVGOMAElement

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

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