Class XHtmlIframe


  • public class XHtmlIframe
    extends com.hp.gagawa.java.elements.Iframe
    Creates an HTML compliant iframe, which requires a closing tag. According to the HTML spec, iframe does not allow for tag omission and must not have a closing end tag: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe
    Author:
    XIMA MEDIA GmbH
    • Field Summary

      • Fields inherited from class com.hp.gagawa.java.Node

        attributes_, parent_, tag_
    • Constructor Summary

      Constructors 
      Constructor Description
      XHtmlIframe()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String write()  
      • Methods inherited from class com.hp.gagawa.java.elements.Iframe

        getAlign, getCSSClass, getFrameborder, getHeight, getId, getLongdesc, getMarginheight, getMarginwidth, getName, getScrolling, getSrc, getStyle, getTitle, getWidth, removeAlign, removeCSSClass, removeFrameborder, removeHeight, removeId, removeLongdesc, removeMarginheight, removeMarginwidth, removeName, removeScrolling, removeSrc, removeStyle, removeTitle, removeWidth, setAlign, setCSSClass, setFrameborder, setHeight, setId, setLongdesc, setMarginheight, setMarginwidth, setName, setScrolling, setSrc, setStyle, setTitle, setWidth
      • Methods inherited from class com.hp.gagawa.java.Node

        getAttribute, getParent, removeAttribute, setAttribute, setParent, writeClose, writeOpen
    • Constructor Detail

      • XHtmlIframe

        public XHtmlIframe()
    • Method Detail

      • write

        public String write()
        Overrides:
        write in class com.hp.gagawa.java.elements.Iframe