Class HtmlInlineFrame

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, org.w3c.dom.Element, org.w3c.dom.Node

    public class HtmlInlineFrame
    extends BaseFrameElement
    Wrapper for the HTML element "iframe".
    See Also:
    Serialized Form
    • Field Detail

      • TAG_NAME

        public static final java.lang.String TAG_NAME
        The HTML tag represented by this element.
        See Also:
        Constant Field Values
    • Constructor Detail

      • HtmlInlineFrame

        HtmlInlineFrame​(java.lang.String qualifiedName,
                        SgmlPage page,
                        java.util.Map<java.lang.String,​DomAttr> attributes)
        Creates an instance of HtmlInlineFrame.
        Parameters:
        qualifiedName - the qualified name of the element type to instantiate
        page - the HtmlPage that contains this element
        attributes - the initial attributes
    • Method Detail

      • isEmptyXmlTagExpanded

        protected boolean isEmptyXmlTagExpanded()
        Indicates if a node without children should be written in expanded form as XML (ie with closing tag rather than with "/>).
        Overrides:
        isEmptyXmlTagExpanded in class DomElement
        Returns:
        true to make generated XML readable as HTML