org.apache.html.dom

Class HTMLBodyElementImpl

public class HTMLBodyElementImpl extends HTMLElementImpl implements HTMLBodyElement

Version: $Revision: 1.9 $ $Date: 2005/04/18 00:36:15 $

Author: Assaf Arkin

See Also: org.w3c.dom.html.HTMLBodyElement org.apache.xerces.dom.ElementImpl

UNKNOWN:

Constructor Summary
HTMLBodyElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
Method Summary
StringgetALink()
StringgetBackground()
StringgetBgColor()
StringgetLink()
StringgetText()
StringgetVLink()
voidsetALink(String aLink)
voidsetBackground(String background)
voidsetBgColor(String bgColor)
voidsetLink(String link)
voidsetText(String text)
voidsetVLink(String vLink)

Constructor Detail

HTMLBodyElementImpl

public HTMLBodyElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.

Parameters: owner The owner HTML document

Method Detail

getALink

public String getALink()

getBackground

public String getBackground()

getBgColor

public String getBgColor()

getLink

public String getLink()

getText

public String getText()

getVLink

public String getVLink()

setALink

public void setALink(String aLink)

setBackground

public void setBackground(String background)

setBgColor

public void setBgColor(String bgColor)

setLink

public void setLink(String link)

setText

public void setText(String text)

setVLink

public void setVLink(String vLink)
Copyright © 1999-2005 Apache XML Project. All Rights Reserved.