Class HTMLStyleElementImpl

  • All Implemented Interfaces:
    java.lang.Cloneable, org.w3c.dom.Element, org.w3c.dom.events.EventTarget, org.w3c.dom.html.HTMLElement, org.w3c.dom.html.HTMLStyleElement, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo

    public class HTMLStyleElementImpl
    extends HTMLElementImpl
    implements org.w3c.dom.html.HTMLStyleElement
    See Also:
    HTMLStyleElement, ElementImpl
    • Constructor Detail

      • HTMLStyleElementImpl

        public HTMLStyleElementImpl​(HTMLDocumentImpl owner,
                                    java.lang.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 java.lang.String getMedia()
        Specified by:
        getMedia in interface org.w3c.dom.html.HTMLStyleElement
      • setMedia

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

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

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