API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.w3c.dom.html. HTMLFrameElement View Source
Author(s)
Since
Version
Serial
Hierarchy
 Node
      Element
          HTMLElement
              HTMLFrameElement
Subinterfaces
Description
public interface HTMLFrameElement
  Create a frame.
See also:   
Methods
Hide/Show inherited methods
public Document getContentDocument ()
  The document this frame contains, if there is any and it is available, or null otherwise.
public String getFrameBorder ()
  Request frame borders.
public String getLongDesc ()
  URI designating a long description of this image or frame.
public String getMarginHeight ()
  Frame margin height, in pixels.
public String getMarginWidth ()
  Frame margin width, in pixels.
public String getName ()
  The frame name (object of the target attribute).
public boolean getNoResize ()
  When true, forbid user from resizing frame.
public String getScrolling ()
  Specify whether or not the frame should have scrollbars.
public String getSrc ()
  A URI designating the initial frame contents.
public void setFrameBorder (String frameBorder)
public void setLongDesc (String longDesc)
public void setMarginHeight (String marginHeight)
public void setMarginWidth (String marginWidth)
public void setName (String name)
public void setNoResize (boolean noResize)
public void setScrolling (String scrolling)
public void setSrc (String src)
Fields
Hide/Show inherited fields
publicfinalstatic short ATTRIBUTE_NODE = "2" [Inherited From HTMLElement]
The node is an Attr.
publicfinalstatic short CDATA_SECTION_NODE = "4" [Inherited From HTMLElement]
The node is a CDATASection.
publicfinalstatic short COMMENT_NODE = "8" [Inherited From HTMLElement]
The node is a Comment.
publicfinalstatic short DOCUMENT_FRAGMENT_NODE = "11" [Inherited From HTMLElement]
The node is a DocumentFragment.
publicfinalstatic short DOCUMENT_NODE = "9" [Inherited From HTMLElement]
The node is a Document.
publicfinalstatic short DOCUMENT_POSITION_CONTAINED_BY = "16" [Inherited From HTMLElement]
  The node is contained by the reference node.
publicfinalstatic short DOCUMENT_POSITION_CONTAINS = "8" [Inherited From HTMLElement]
  The node contains the reference node.
publicfinalstatic short DOCUMENT_POSITION_DISCONNECTED = "1" [Inherited From HTMLElement]
  The two nodes are disconnected.
publicfinalstatic short DOCUMENT_POSITION_FOLLOWING = "4" [Inherited From HTMLElement]
The node follows the reference node.
publicfinalstatic short DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC = "32" [Inherited From HTMLElement]
The determination of preceding versus following is implementation-specific.
publicfinalstatic short DOCUMENT_POSITION_PRECEDING = "2" [Inherited From HTMLElement]
The second node precedes the reference node.
publicfinalstatic short DOCUMENT_TYPE_NODE = "10" [Inherited From HTMLElement]
The node is a DocumentType.
publicfinalstatic short ELEMENT_NODE = "1" [Inherited From HTMLElement]
The node is an Element.
publicfinalstatic short ENTITY_NODE = "6" [Inherited From HTMLElement]
The node is an Entity.
publicfinalstatic short ENTITY_REFERENCE_NODE = "5" [Inherited From HTMLElement]
The node is an EntityReference.
publicfinalstatic short NOTATION_NODE = "12" [Inherited From HTMLElement]
The node is a Notation.
publicfinalstatic short PROCESSING_INSTRUCTION_NODE = "7" [Inherited From HTMLElement]
The node is a ProcessingInstruction.
publicfinalstatic short TEXT_NODE = "3" [Inherited From HTMLElement]
The node is a Text node.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar