Class HTMLStyleElementImpl

    • Constructor Detail

      • HTMLStyleElementImpl

        public HTMLStyleElementImpl()
      • HTMLStyleElementImpl

        public HTMLStyleElementImpl​(java.lang.String name)
    • Method Detail

      • getMedia

        public java.lang.String getMedia()
        Description copied from interface: HTMLStyleElement
        Designed for use with one or more target media. See the media attribute definition in HTML 4.01.
        Specified by:
        getMedia in interface HTMLStyleElement
      • setMedia

        public void setMedia​(java.lang.String media)
        Description copied from interface: HTMLStyleElement
        Designed for use with one or more target media. See the media attribute definition in HTML 4.01.
        Specified by:
        setMedia in interface HTMLStyleElement
      • getType

        public java.lang.String getType()
        Description copied from interface: HTMLStyleElement
        The content type of the style sheet language. See the type attribute definition in HTML 4.01.
        Specified by:
        getType in interface HTMLStyleElement
      • setType

        public void setType​(java.lang.String type)
        Description copied from interface: HTMLStyleElement
        The content type of the style sheet language. See the type attribute definition in HTML 4.01.
        Specified by:
        setType in interface HTMLStyleElement
      • setUserData

        public java.lang.Object setUserData​(java.lang.String key,
                                            java.lang.Object data,
                                            org.w3c.dom.UserDataHandler handler)
        Specified by:
        setUserData in interface org.w3c.dom.Node
        Overrides:
        setUserData in class NodeImpl
      • processStyle

        protected void processStyle()
      • appendInnerTextImpl

        protected void appendInnerTextImpl​(java.lang.StringBuffer buffer)
        Overrides:
        appendInnerTextImpl in class NodeImpl