Class SVGOMToBeImplementedElement

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

public class SVGOMToBeImplementedElement extends SVGGraphicsElement
This is a development only class. It is used temporarily in the SVG DOM implementation for SVG elements whose DOM support has not been put in.
Version:
$Id: SVGOMToBeImplementedElement.java 1733416 2016-03-03 07:07:13Z gadams $
See Also:
  • Field Details

    • localName

      protected String localName
      This element's local name
  • Constructor Details

    • SVGOMToBeImplementedElement

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

      public SVGOMToBeImplementedElement(String prefix, AbstractDocument owner, String localName)
      Creates a new SVGOMToBeImplementedElement object.
      Parameters:
      prefix - The namespace prefix.
      owner - The owner document.
      localName - the local name for the element.
  • Method Details