public class

HTMLFrameElementImpl

extends HTMLElementImpl
implements HTMLFrameElement
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.HTMLFrameElementImpl

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
HTMLFrameElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
Public Methods
String getFrameBorder()
String getLongDesc()
String getMarginHeight()
String getMarginWidth()
String getName()
boolean getNoResize()
String getScrolling()
String getSrc()
void setFrameBorder(String frameBorder)
void setLongDesc(String longDesc)
void setMarginHeight(String marginHeight)
void setMarginWidth(String marginWidth)
void setName(String name)
void setNoResize(boolean noResize)
void setScrolling(String scrolling)
void setSrc(String src)
[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.HTMLElement
From interface org.w3c.dom.html.HTMLFrameElement

Public Constructors

public HTMLFrameElementImpl (HTMLDocumentImpl owner, String name)

Constructor requires owner document.

Parameters
owner The owner HTML document

Public Methods

public String getFrameBorder ()

public String getLongDesc ()

public String getMarginHeight ()

public String getMarginWidth ()

public String getName ()

public boolean getNoResize ()

public String getScrolling ()

public String getSrc ()

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)