Class SVGOMCursorElement

All Implemented Interfaces:
Serializable, AnimationTarget, XMLConstants, CSSNavigableNode, NodeEventTarget, ExtendedNode, ExtendedTraitAccess, TraitAccess, NodeXBL, XBLManagerData, CSSConstants, SVGConstants, ElementTraversal, Element, EventTarget, Node, org.w3c.dom.svg.SVGCursorElement, org.w3c.dom.svg.SVGElement, org.w3c.dom.svg.SVGExternalResourcesRequired, org.w3c.dom.svg.SVGTests, org.w3c.dom.svg.SVGURIReference

public class SVGOMCursorElement extends SVGOMURIReferenceElement implements org.w3c.dom.svg.SVGCursorElement
This class implements SVGCursorElement.
Version:
$Id: SVGOMCursorElement.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.
    • x

      protected SVGOMAnimatedLength x
      The 'x' attribute value.
    • y

      protected SVGOMAnimatedLength y
      The 'y' attribute value.
    • externalResourcesRequired

      protected SVGOMAnimatedBoolean externalResourcesRequired
      The 'externalResourcesRequired' attribute value.
  • Constructor Details

    • SVGOMCursorElement

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

      public SVGOMCursorElement(String prefix, AbstractDocument owner)
      Creates a new SVGOMCursorElement 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 SVGOMURIReferenceElement
    • initializeLiveAttributes

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

      public String getLocalName()
      DOM: Implements Node.getLocalName().
      Specified by:
      getLocalName in interface Node
      Overrides:
      getLocalName in class AbstractNode
    • getX

      public org.w3c.dom.svg.SVGAnimatedLength getX()
      DOM: Implements SVGCursorElement.getX().
      Specified by:
      getX in interface org.w3c.dom.svg.SVGCursorElement
    • getY

      public org.w3c.dom.svg.SVGAnimatedLength getY()
      DOM: Implements SVGCursorElement.getY().
      Specified by:
      getY in interface org.w3c.dom.svg.SVGCursorElement
    • getExternalResourcesRequired

      public org.w3c.dom.svg.SVGAnimatedBoolean getExternalResourcesRequired()
      DOM: Implements SVGExternalResourcesRequired.getExternalResourcesRequired().
      Specified by:
      getExternalResourcesRequired in interface org.w3c.dom.svg.SVGExternalResourcesRequired
    • getRequiredFeatures

      public org.w3c.dom.svg.SVGStringList getRequiredFeatures()
      DOM: Implements SVGTests.getRequiredFeatures().
      Specified by:
      getRequiredFeatures in interface org.w3c.dom.svg.SVGTests
    • getRequiredExtensions

      public org.w3c.dom.svg.SVGStringList getRequiredExtensions()
      DOM: Implements SVGTests.getRequiredExtensions().
      Specified by:
      getRequiredExtensions in interface org.w3c.dom.svg.SVGTests
    • getSystemLanguage

      public org.w3c.dom.svg.SVGStringList getSystemLanguage()
      DOM: Implements SVGTests.getSystemLanguage().
      Specified by:
      getSystemLanguage in interface org.w3c.dom.svg.SVGTests
    • hasExtension

      public boolean hasExtension(String extension)
      DOM: Implements SVGTests.hasExtension(String).
      Specified by:
      hasExtension in interface org.w3c.dom.svg.SVGTests
    • getAttributeInitializer

      protected AttributeInitializer getAttributeInitializer()
      Returns the AttributeInitializer for this element type.
      Overrides:
      getAttributeInitializer in class AbstractElement
      Returns:
      null if this element has no attribute with a default value.
    • newNode

      protected Node newNode()
      Returns a new uninitialized instance of this object's class.
      Specified by:
      newNode in class AbstractNode
    • getTraitInformationTable

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