Class HTMLLinkElementImpl

    • Constructor Detail

      • HTMLLinkElementImpl

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

      • getDisabled

        public boolean getDisabled()
        Description copied from interface: HTMLLinkElement
        Enables/disables the link. This is currently only used for style sheet links, and may be used to activate or deactivate style sheets.
        Specified by:
        getDisabled in interface HTMLLinkElement
      • setDisabled

        public void setDisabled​(boolean disabled)
        Description copied from interface: HTMLLinkElement
        Enables/disables the link. This is currently only used for style sheet links, and may be used to activate or deactivate style sheets.
        Specified by:
        setDisabled in interface HTMLLinkElement
      • setHref

        public void setHref​(java.lang.String href)
        Description copied from interface: HTMLLinkElement
        The URI [IETF RFC 2396] of the linked resource. See the href attribute definition in HTML 4.01.
        Specified by:
        setHref in interface HTMLLinkElement
      • getHreflang

        public java.lang.String getHreflang()
        Description copied from interface: HTMLLinkElement
        Language code of the linked resource. See the hreflang attribute definition in HTML 4.01.
        Specified by:
        getHreflang in interface HTMLLinkElement
      • setHreflang

        public void setHreflang​(java.lang.String hreflang)
        Description copied from interface: HTMLLinkElement
        Language code of the linked resource. See the hreflang attribute definition in HTML 4.01.
        Specified by:
        setHreflang in interface HTMLLinkElement
      • getMedia

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

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

        public java.lang.String getRel()
        Description copied from interface: HTMLLinkElement
        Forward link type. See the rel attribute definition in HTML 4.01.
        Specified by:
        getRel in interface HTMLLinkElement
      • setRel

        public void setRel​(java.lang.String rel)
        Description copied from interface: HTMLLinkElement
        Forward link type. See the rel attribute definition in HTML 4.01.
        Specified by:
        setRel in interface HTMLLinkElement
      • getRev

        public java.lang.String getRev()
        Description copied from interface: HTMLLinkElement
        Reverse link type. See the rev attribute definition in HTML 4.01.
        Specified by:
        getRev in interface HTMLLinkElement
      • setRev

        public void setRev​(java.lang.String rev)
        Description copied from interface: HTMLLinkElement
        Reverse link type. See the rev attribute definition in HTML 4.01.
        Specified by:
        setRev in interface HTMLLinkElement
      • getTarget

        public java.lang.String getTarget()
        Description copied from interface: HTMLLinkElement
        Frame to render the resource in. See the target attribute definition in HTML 4.01.
        Specified by:
        getTarget in interface HTMLLinkElement
      • setTarget

        public void setTarget​(java.lang.String target)
        Description copied from interface: HTMLLinkElement
        Frame to render the resource in. See the target attribute definition in HTML 4.01.
        Specified by:
        setTarget in interface HTMLLinkElement
      • getType

        public java.lang.String getType()
        Description copied from interface: HTMLLinkElement
        Advisory content type. See the type attribute definition in HTML 4.01.
        Specified by:
        getType in interface HTMLLinkElement
      • setType

        public void setType​(java.lang.String type)
        Description copied from interface: HTMLLinkElement
        Advisory content type. See the type attribute definition in HTML 4.01.
        Specified by:
        setType in interface HTMLLinkElement
      • 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
      • processLink

        protected void processLink()
        If the LINK refers to a stylesheet document, this method loads and parses it.
      • getAbsoluteHref

        public java.lang.String getAbsoluteHref()
      • navigate

        public void navigate()