Class SVGOMScriptElement

    • Field Detail

      • xmlTraitInformation

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

        protected static final AttributeInitializer attributeInitializer
        The attribute initializer.
      • externalResourcesRequired

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

      • SVGOMScriptElement

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

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

      • getLocalName

        public java.lang.String getLocalName()
        DOM: Implements Node.getLocalName().
        Specified by:
        getLocalName in interface org.w3c.dom.Node
        Overrides:
        getLocalName in class AbstractNode
      • getType

        public java.lang.String getType()
        DOM: Implements SVGScriptElement.getType().
        Specified by:
        getType in interface org.w3c.dom.svg.SVGScriptElement
      • setType

        public void setType​(java.lang.String type)
                     throws org.w3c.dom.DOMException
        DOM: Implements SVGScriptElement.setType(String).
        Specified by:
        setType in interface org.w3c.dom.svg.SVGScriptElement
        Throws:
        org.w3c.dom.DOMException
      • getExternalResourcesRequired

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

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