Class SVGOMStyleElement

    • Field Detail

      • attributeInitializer

        protected static final AttributeInitializer attributeInitializer
        The attribute initializer.
      • sheet

        protected transient org.w3c.dom.stylesheets.StyleSheet sheet
        The style sheet.
      • styleSheet

        protected transient StyleSheet styleSheet
        The DOM CSS style-sheet.
      • domCharacterDataModifiedListener

        protected transient EventListener domCharacterDataModifiedListener
        The listener used to track the content changes.
    • Constructor Detail

      • SVGOMStyleElement

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

        public SVGOMStyleElement​(java.lang.String prefix,
                                 AbstractDocument owner)
        Creates a new SVGOMStyleElement 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
      • getSheet

        public org.w3c.dom.stylesheets.StyleSheet getSheet()
        DOM: Implements LinkStyle.getSheet().
        Specified by:
        getSheet in interface org.w3c.dom.stylesheets.LinkStyle
      • getXMLspace

        public java.lang.String getXMLspace()
        DOM: Implements SVGStyleElement.getXMLspace().
        Specified by:
        getXMLspace in interface org.w3c.dom.svg.SVGStyleElement
      • setXMLspace

        public void setXMLspace​(java.lang.String space)
                         throws org.w3c.dom.DOMException
        DOM: Implements SVGStyleElement.setXMLspace(String).
        Specified by:
        setXMLspace in interface org.w3c.dom.svg.SVGStyleElement
        Throws:
        org.w3c.dom.DOMException
      • getType

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

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

        public java.lang.String getMedia()
        DOM: Implements SVGStyleElement.getMedia().
        Specified by:
        getMedia in interface org.w3c.dom.svg.SVGStyleElement
      • setMedia

        public void setMedia​(java.lang.String media)
                      throws org.w3c.dom.DOMException
        DOM: Implements SVGStyleElement.setMedia(String).
        Specified by:
        setMedia in interface org.w3c.dom.svg.SVGStyleElement
        Throws:
        org.w3c.dom.DOMException
      • getTitle

        public java.lang.String getTitle()
        DOM: Implements SVGStyleElement.getTitle().
        Specified by:
        getTitle in interface org.w3c.dom.svg.SVGStyleElement
      • setTitle

        public void setTitle​(java.lang.String title)
                      throws org.w3c.dom.DOMException
        DOM: Implements SVGStyleElement.setTitle(String).
        Specified by:
        setTitle in interface org.w3c.dom.svg.SVGStyleElement
        Throws:
        org.w3c.dom.DOMException
      • newNode

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