Class HTMLAnchorElementImpl

    • Constructor Detail

      • HTMLAnchorElementImpl

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

      • getAccessKey

        public String getAccessKey()
        Specified by:
        getAccessKey in interface org.w3c.dom.html.HTMLAnchorElement
      • setAccessKey

        public void setAccessKey​(String accessKey)
        Specified by:
        setAccessKey in interface org.w3c.dom.html.HTMLAnchorElement
      • getCharset

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

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

        public String getCoords()
        Specified by:
        getCoords in interface org.w3c.dom.html.HTMLAnchorElement
      • setCoords

        public void setCoords​(String coords)
        Specified by:
        setCoords in interface org.w3c.dom.html.HTMLAnchorElement
      • getHref

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

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

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

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

        public String getName()
        Specified by:
        getName in interface org.w3c.dom.html.HTMLAnchorElement
      • setName

        public void setName​(String name)
        Specified by:
        setName in interface org.w3c.dom.html.HTMLAnchorElement
      • getRel

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

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

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

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

        public String getShape()
        Specified by:
        getShape in interface org.w3c.dom.html.HTMLAnchorElement
      • setShape

        public void setShape​(String shape)
        Specified by:
        setShape in interface org.w3c.dom.html.HTMLAnchorElement
      • getTabIndex

        public int getTabIndex()
        Specified by:
        getTabIndex in interface org.w3c.dom.html.HTMLAnchorElement
      • setTabIndex

        public void setTabIndex​(int tabIndex)
        Specified by:
        setTabIndex in interface org.w3c.dom.html.HTMLAnchorElement
      • getTarget

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

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

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

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

        public void blur()
        Specified by:
        blur in interface org.w3c.dom.html.HTMLAnchorElement
      • focus

        public void focus()
        Specified by:
        focus in interface org.w3c.dom.html.HTMLAnchorElement