org.kde.koala
Class HTMLIFrameElement

java.lang.Object
  extended by org.kde.koala.Node
      extended by org.kde.koala.Element
          extended by org.kde.koala.HTMLElement
              extended by org.kde.koala.HTMLIFrameElement
All Implemented Interfaces:
org.kde.qt.QtSupport

public class HTMLIFrameElement
extends HTMLElement

Inline subwindows. See the IFRAME element definition in HTML 4.0.


Constructor Summary
  HTMLIFrameElement()
           
protected HTMLIFrameElement(java.lang.Class dummy)
           
  HTMLIFrameElement(HTMLIFrameElement other)
           
  HTMLIFrameElement(Node other)
           
 
Method Summary
 java.lang.String align()
          Aligns this object (vertically or horizontally) with respect to its surrounding text.
 Document contentDocument()
          Introduced in DOM Level 2 Returns the document this iframe contains, if there is any and it is available, a Null document otherwise.
 java.lang.String frameBorder()
          Request frame borders.
 java.lang.String height()
          Frame height.
 java.lang.String longDesc()
          URI designating a long description of this image or frame.
 java.lang.String marginHeight()
          Frame margin height, in pixels.
 java.lang.String marginWidth()
          Frame margin width, in pixels.
 java.lang.String name()
          The frame name (object of the target attribute).
 java.lang.String scrolling()
          Specify whether or not the frame should have scrollbars.
 void setAlign(java.lang.String arg1)
          see align
 void setFrameBorder(java.lang.String arg1)
          see frameBorder
 void setHeight(java.lang.String arg1)
          see height
 void setLongDesc(java.lang.String arg1)
          see longDesc
 void setMarginHeight(java.lang.String arg1)
          see marginHeight
 void setMarginWidth(java.lang.String arg1)
          see marginWidth
 void setName(java.lang.String arg1)
          see name
 void setScrolling(java.lang.String arg1)
          see scrolling
 void setSrc(java.lang.String arg1)
          see src
 void setWidth(java.lang.String arg1)
          see width
 java.lang.String src()
          A URI designating the initial frame contents.
 java.lang.String width()
          Frame width.
 
Methods inherited from class org.kde.koala.HTMLElement
addCSSProperty, all, assignOther, children, className, dir, id, innerHTML, innerText, lang, removeCSSProperty, setClassName, setDir, setId, setInnerHTML, setInnerText, setLang, setTitle, title
 
Methods inherited from class org.kde.koala.Element
contentEditable, form, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, hasAttribute, hasAttributeNS, isHTMLElement, khtmlMalformedPrefix, khtmlMalformedQualifiedName, khtmlValidAttrName, khtmlValidPrefix, khtmlValidQualifiedName, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setContentEditable, style, tagName
 
Methods inherited from class org.kde.koala.Node
addEventListener, appendChild, applyChanges, attributes, childNodes, cloneNode, dispatchEvent, elementId, firstChild, getRect, hasAttributes, hasChildNodes, index, insertBefore, isNull, isSupported, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, normalize, op_equals, op_not_equals, ownerDocument, parentNode, prefix, previousSibling, removeChild, removeEventListener, replaceChild, setNodeValue, setPrefix
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLIFrameElement

protected HTMLIFrameElement(java.lang.Class dummy)

HTMLIFrameElement

public HTMLIFrameElement()

HTMLIFrameElement

public HTMLIFrameElement(HTMLIFrameElement other)

HTMLIFrameElement

public HTMLIFrameElement(Node other)
Method Detail

align

public java.lang.String align()
Aligns this object (vertically or horizontally) with respect to its surrounding text. See the align attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.


setAlign

public void setAlign(java.lang.String arg1)
see align


frameBorder

public java.lang.String frameBorder()
Request frame borders. See the frameborder attribute definition in HTML 4.0.


setFrameBorder

public void setFrameBorder(java.lang.String arg1)
see frameBorder


height

public java.lang.String height()
Frame height. See the height attribute definition in HTML 4.0.


setHeight

public void setHeight(java.lang.String arg1)
see height


longDesc

public java.lang.String longDesc()
URI designating a long description of this image or frame. See the longdesc attribute definition in HTML 4.0.


setLongDesc

public void setLongDesc(java.lang.String arg1)
see longDesc


marginHeight

public java.lang.String marginHeight()
Frame margin height, in pixels. See the marginheight attribute definition in HTML 4.0.


setMarginHeight

public void setMarginHeight(java.lang.String arg1)
see marginHeight


marginWidth

public java.lang.String marginWidth()
Frame margin width, in pixels. See the marginwidth attribute definition in HTML 4.0.


setMarginWidth

public void setMarginWidth(java.lang.String arg1)
see marginWidth


name

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


setName

public void setName(java.lang.String arg1)
see name


scrolling

public java.lang.String scrolling()
Specify whether or not the frame should have scrollbars. See the scrolling attribute definition in HTML 4.0.


setScrolling

public void setScrolling(java.lang.String arg1)
see scrolling


src

public java.lang.String src()
A URI designating the initial frame contents. See the src attribute definition in HTML 4.0.


setSrc

public void setSrc(java.lang.String arg1)
see src


width

public java.lang.String width()
Frame width. See the width attribute definition in HTML 4.0.


setWidth

public void setWidth(java.lang.String arg1)
see width


contentDocument

public Document contentDocument()
Introduced in DOM Level 2 Returns the document this iframe contains, if there is any and it is available, a Null document otherwise. The attribute is read-only.

Returns:
The content Document if available.