Class HTMLBodyElementImpl

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

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

      • HTMLBodyElementImpl

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

      • getALink

        public java.lang.String getALink()
        Specified by:
        getALink in interface org.w3c.dom.html.HTMLBodyElement
      • setALink

        public void setALink​(java.lang.String aLink)
        Specified by:
        setALink in interface org.w3c.dom.html.HTMLBodyElement
      • getBackground

        public java.lang.String getBackground()
        Specified by:
        getBackground in interface org.w3c.dom.html.HTMLBodyElement
      • setBackground

        public void setBackground​(java.lang.String background)
        Specified by:
        setBackground in interface org.w3c.dom.html.HTMLBodyElement
      • getBgColor

        public java.lang.String getBgColor()
        Specified by:
        getBgColor in interface org.w3c.dom.html.HTMLBodyElement
      • setBgColor

        public void setBgColor​(java.lang.String bgColor)
        Specified by:
        setBgColor in interface org.w3c.dom.html.HTMLBodyElement
      • getLink

        public java.lang.String getLink()
        Specified by:
        getLink in interface org.w3c.dom.html.HTMLBodyElement
      • setLink

        public void setLink​(java.lang.String link)
        Specified by:
        setLink in interface org.w3c.dom.html.HTMLBodyElement
      • getText

        public java.lang.String getText()
        Specified by:
        getText in interface org.w3c.dom.html.HTMLBodyElement
      • setText

        public void setText​(java.lang.String text)
        Specified by:
        setText in interface org.w3c.dom.html.HTMLBodyElement
      • getVLink

        public java.lang.String getVLink()
        Specified by:
        getVLink in interface org.w3c.dom.html.HTMLBodyElement
      • setVLink

        public void setVLink​(java.lang.String vLink)
        Specified by:
        setVLink in interface org.w3c.dom.html.HTMLBodyElement