Class SVGOMCursorElement

    • Field Detail

      • attributeInitializer

        protected static final AttributeInitializer attributeInitializer
        The attribute initializer.
      • xmlTraitInformation

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

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

      • SVGOMCursorElement

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

        public SVGOMCursorElement​(java.lang.String prefix,
                                  AbstractDocument owner)
        Creates a new SVGOMCursorElement object.
        Parameters:
        prefix - The namespace prefix.
        owner - The owner document.
    • Method Detail

      • initializeLiveAttributes

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

        public java.lang.String getLocalName()
        DOM: Implements Node.getLocalName().
        Specified by:
        getLocalName in interface org.w3c.dom.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​(java.lang.String extension)
        DOM: Implements SVGTests.hasExtension(String).
        Specified by:
        hasExtension in interface org.w3c.dom.svg.SVGTests
      • newNode

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