public class

HTMLBodyElementImpl

extends HTMLElementImpl
implements HTMLBodyElement
java.lang.Object
   ↳ org.apache.xerces.dom.NodeImpl
     ↳ org.apache.xerces.dom.ChildNode
       ↳ org.apache.xerces.dom.ParentNode
         ↳ org.apache.xerces.dom.ElementImpl
           ↳ org.apache.html.dom.HTMLElementImpl
             ↳ org.apache.html.dom.HTMLBodyElementImpl

Class Overview

@xerces.internal

See Also

Summary

[Expand]
Inherited Constants
From class org.apache.xerces.dom.NodeImpl
From interface org.w3c.dom.Node
From interface org.w3c.dom.TypeInfo
[Expand]
Inherited Fields
From class org.apache.xerces.dom.ElementImpl
From class org.apache.xerces.dom.ParentNode
From class org.apache.xerces.dom.ChildNode
From class org.apache.xerces.dom.NodeImpl
Public Constructors
HTMLBodyElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
Public Methods
String getALink()
String getBackground()
String getBgColor()
String getLink()
String getText()
String getVLink()
void setALink(String aLink)
void setBackground(String background)
void setBgColor(String bgColor)
void setLink(String link)
void setText(String text)
void setVLink(String vLink)
[Expand]
Inherited Methods
From class org.apache.html.dom.HTMLElementImpl
From class org.apache.xerces.dom.ElementImpl
From class org.apache.xerces.dom.ParentNode
From class org.apache.xerces.dom.ChildNode
From class org.apache.xerces.dom.NodeImpl
From class java.lang.Object
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.NodeList
From interface org.w3c.dom.TypeInfo
From interface org.w3c.dom.events.EventTarget
From interface org.w3c.dom.html.HTMLBodyElement
From interface org.w3c.dom.html.HTMLElement

Public Constructors

public HTMLBodyElementImpl (HTMLDocumentImpl owner, String name)

Constructor requires owner document.

Parameters
owner The owner HTML document

Public Methods

public String getALink ()

public String getBackground ()

public String getBgColor ()

public String getLink ()

public String getText ()

public String getVLink ()

public void setALink (String aLink)

public void setBackground (String background)

public void setBgColor (String bgColor)

public void setLink (String link)

public void setText (String text)

public void setVLink (String vLink)