Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
gnu.xml.dom.DomNode
gnu.xml.dom.DomNsNode
gnu.xml.dom.DomElement
gnu.xml.dom.html2.DomHTMLElement
gnu.xml.dom.html2.DomHTMLFrameElement
Constructor Summary | |
|
Method Summary | |
Document |
|
String |
|
String |
|
String |
|
String |
|
String |
|
boolean |
|
String |
|
String |
|
void |
|
void |
|
void |
|
void |
|
void | |
void |
|
void |
|
void |
|
Methods inherited from class gnu.xml.dom.html2.DomHTMLElement | |
dispatchUIEvent , getBooleanHTMLAttribute , getChildElement , getClassName , getDir , getHTMLAttribute , getId , getIndex , getIntHTMLAttribute , getLang , getParentElement , getTitle , setBooleanHTMLAttribute , setClassName , setDir , setHTMLAttribute , setId , setIntHTMLAttribute , setLang , setTitle |
Methods inherited from class gnu.xml.dom.DomNsNode | |
getLocalName , getNamespaceURI , getNodeName , getPrefix , setPrefix |
Methods inherited from class java.lang.Object | |
clone , equals , extends Object> getClass , finalize , hashCode , notify , notifyAll , toString , wait , wait , wait |
protected DomHTMLFrameElement(DomHTMLDocument owner, String namespaceURI, String name)
public Document getContentDocument()
The document this frame contains, if there is any and it is available, ornull
otherwise.
- Specified by:
- getContentDocument in interface HTMLFrameElement
- Since:
- DOM Level 2
public String getFrameBorder()
Request frame borders. See the frameborder attribute definition in HTML 4.01.
- Specified by:
- getFrameBorder in interface HTMLFrameElement
public String getLongDesc()
URI [IETF RFC 2396] designating a long description of this image or frame. See the longdesc attribute definition in HTML 4.01.
- Specified by:
- getLongDesc in interface HTMLFrameElement
public String getMarginHeight()
Frame margin height, in pixels. See the marginheight attribute definition in HTML 4.01.
- Specified by:
- getMarginHeight in interface HTMLFrameElement
public String getMarginWidth()
Frame margin width, in pixels. See the marginwidth attribute definition in HTML 4.01.
- Specified by:
- getMarginWidth in interface HTMLFrameElement
public String getName()
The frame name (object of thetarget
attribute). See the name attribute definition in HTML 4.01.
- Specified by:
- getName in interface HTMLFrameElement
public boolean getNoResize()
When true, forbid user from resizing frame. See the noresize attribute definition in HTML 4.01.
- Specified by:
- getNoResize in interface HTMLFrameElement
public String getScrolling()
Specify whether or not the frame should have scrollbars. See the scrolling attribute definition in HTML 4.01.
- Specified by:
- getScrolling in interface HTMLFrameElement
public String getSrc()
A URI [IETF RFC 2396] designating the initial frame contents. See the src attribute definition in HTML 4.01.
- Specified by:
- getSrc in interface HTMLFrameElement
public void setFrameBorder(String frameBorder)
Request frame borders. See the frameborder attribute definition in HTML 4.01.
- Specified by:
- setFrameBorder in interface HTMLFrameElement
public void setLongDesc(String longDesc)
URI [IETF RFC 2396] designating a long description of this image or frame. See the longdesc attribute definition in HTML 4.01.
- Specified by:
- setLongDesc in interface HTMLFrameElement
public void setMarginHeight(String marginHeight)
Frame margin height, in pixels. See the marginheight attribute definition in HTML 4.01.
- Specified by:
- setMarginHeight in interface HTMLFrameElement
public void setMarginWidth(String marginWidth)
Frame margin width, in pixels. See the marginwidth attribute definition in HTML 4.01.
- Specified by:
- setMarginWidth in interface HTMLFrameElement
public void setName(String name)
The frame name (object of thetarget
attribute). See the name attribute definition in HTML 4.01.
- Specified by:
- setName in interface HTMLFrameElement
public void setNoResize(boolean noResize)
When true, forbid user from resizing frame. See the noresize attribute definition in HTML 4.01.
- Specified by:
- setNoResize in interface HTMLFrameElement
public void setScrolling(String scrolling)
Specify whether or not the frame should have scrollbars. See the scrolling attribute definition in HTML 4.01.
- Specified by:
- setScrolling in interface HTMLFrameElement
public void setSrc(String src)
A URI [IETF RFC 2396] designating the initial frame contents. See the src attribute definition in HTML 4.01.
- Specified by:
- setSrc in interface HTMLFrameElement