Class HTMLLinkElementImpl

    • Constructor Detail

      • HTMLLinkElementImpl

        public HTMLLinkElementImpl​(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.HTMLLinkElement
      • setDisabled

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

        public String getCharset()
        Specified by:
        getCharset in interface org.w3c.dom.html.HTMLLinkElement
      • setCharset

        public void setCharset​(String charset)
        Specified by:
        setCharset in interface org.w3c.dom.html.HTMLLinkElement
      • getHref

        public String getHref()
        Specified by:
        getHref in interface org.w3c.dom.html.HTMLLinkElement
      • setHref

        public void setHref​(String href)
        Specified by:
        setHref in interface org.w3c.dom.html.HTMLLinkElement
      • getHreflang

        public String getHreflang()
        Specified by:
        getHreflang in interface org.w3c.dom.html.HTMLLinkElement
      • setHreflang

        public void setHreflang​(String hreflang)
        Specified by:
        setHreflang in interface org.w3c.dom.html.HTMLLinkElement
      • getMedia

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

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

        public String getRel()
        Specified by:
        getRel in interface org.w3c.dom.html.HTMLLinkElement
      • setRel

        public void setRel​(String rel)
        Specified by:
        setRel in interface org.w3c.dom.html.HTMLLinkElement
      • getRev

        public String getRev()
        Specified by:
        getRev in interface org.w3c.dom.html.HTMLLinkElement
      • setRev

        public void setRev​(String rev)
        Specified by:
        setRev in interface org.w3c.dom.html.HTMLLinkElement
      • getTarget

        public String getTarget()
        Specified by:
        getTarget in interface org.w3c.dom.html.HTMLLinkElement
      • setTarget

        public void setTarget​(String target)
        Specified by:
        setTarget in interface org.w3c.dom.html.HTMLLinkElement
      • getType

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

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