public interface

HTMLFrameElement

implements HTMLElement
org.w3c.dom.html.HTMLFrameElement

Class Overview

Create a frame. See the FRAME element definition in HTML 4.0.

See also the Document Object Model (DOM) Level 2 Specification.

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Methods
abstract Document getContentDocument()
The document this frame contains, if there is any and it is available, or null otherwise.
abstract String getFrameBorder()
Request frame borders.
abstract String getLongDesc()
URI designating a long description of this image or frame.
abstract String getMarginHeight()
Frame margin height, in pixels.
abstract String getMarginWidth()
Frame margin width, in pixels.
abstract String getName()
The frame name (object of the target attribute).
abstract boolean getNoResize()
When true, forbid user from resizing frame.
abstract String getScrolling()
Specify whether or not the frame should have scrollbars.
abstract String getSrc()
A URI designating the initial frame contents.
abstract void setFrameBorder(String frameBorder)
abstract void setLongDesc(String longDesc)
abstract void setMarginHeight(String marginHeight)
abstract void setMarginWidth(String marginWidth)
abstract void setName(String name)
abstract void setNoResize(boolean noResize)
abstract void setScrolling(String scrolling)
abstract void setSrc(String src)
[Expand]
Inherited Methods
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.html.HTMLElement

Public Methods

public abstract Document getContentDocument ()

The document this frame contains, if there is any and it is available, or null otherwise.

public abstract String getFrameBorder ()

Request frame borders. See the frameborder attribute definition in HTML 4.0.

public abstract String getLongDesc ()

URI designating a long description of this image or frame. See the longdesc attribute definition in HTML 4.0.

public abstract String getMarginHeight ()

Frame margin height, in pixels. See the marginheight attribute definition in HTML 4.0.

public abstract String getMarginWidth ()

Frame margin width, in pixels. See the marginwidth attribute definition in HTML 4.0.

public abstract String getName ()

The frame name (object of the target attribute). See the name attribute definition in HTML 4.0.

public abstract boolean getNoResize ()

When true, forbid user from resizing frame. See the noresize attribute definition in HTML 4.0.

public abstract String getScrolling ()

Specify whether or not the frame should have scrollbars. See the scrolling attribute definition in HTML 4.0.

public abstract String getSrc ()

A URI designating the initial frame contents. See the src attribute definition in HTML 4.0.

public abstract void setFrameBorder (String frameBorder)

public abstract void setLongDesc (String longDesc)

public abstract void setMarginHeight (String marginHeight)

public abstract void setMarginWidth (String marginWidth)

public abstract void setName (String name)

public abstract void setNoResize (boolean noResize)

public abstract void setScrolling (String scrolling)

public abstract void setSrc (String src)