Class HTMLStyleElementImpl

    • Constructor Detail

      • HTMLStyleElementImpl

        public HTMLStyleElementImpl​(HTMLDocumentImpl owner,
                                    String name)
        Constructor requires owner document.
        Parameters:
        owner - The owner HTML document
    • Method Detail

      • getDisabled

        public boolean getDisabled()
        Specified by:
        getDisabled in interface org.w3c.dom.html.HTMLStyleElement
      • setDisabled

        public void setDisabled​(boolean disabled)
        Specified by:
        setDisabled in interface org.w3c.dom.html.HTMLStyleElement
      • getMedia

        public String getMedia()
        Specified by:
        getMedia in interface org.w3c.dom.html.HTMLStyleElement
      • setMedia

        public void setMedia​(String media)
        Specified by:
        setMedia in interface org.w3c.dom.html.HTMLStyleElement
      • getType

        public String getType()
        Specified by:
        getType in interface org.w3c.dom.html.HTMLStyleElement
      • setType

        public void setType​(String type)
        Specified by:
        setType in interface org.w3c.dom.html.HTMLStyleElement