Class HTMLBRElement

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, org.htmlunit.corejs.javascript.ConstProperties, org.htmlunit.corejs.javascript.debug.DebuggableObject, org.htmlunit.corejs.javascript.Scriptable, org.htmlunit.corejs.javascript.SymbolScriptable

    public class HTMLBRElement
    extends HTMLElement
    The JavaScript object HTMLBRElement.
    See Also:
    Serialized Form
    • Constructor Detail

      • HTMLBRElement

        public HTMLBRElement()
        Creates an instance.
    • Method Detail

      • getClear

        public java.lang.String getClear()
        Returns the value of the clear property.
        Returns:
        the value of the clear property
      • setClear

        public void setClear​(java.lang.String clear)
        Sets the value of the clear property.
        Parameters:
        clear - the value of the clear property
      • isEndTagForbidden

        protected boolean isEndTagForbidden()
        Returns whether the end tag is forbidden or not.
        Overrides:
        isEndTagForbidden in class HTMLElement
        Returns:
        whether the end tag is forbidden or not
        See Also:
        HTML 4 specs