Class HTMLBRElement

All Implemented Interfaces:
Serializable, 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:
  • Constructor Details

    • HTMLBRElement

      public HTMLBRElement()
      Creates an instance.
  • Method Details

    • jsConstructor

      public void jsConstructor()
      JavaScript constructor.
      Overrides:
      jsConstructor in class HTMLElement
    • getClear

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

      public void setClear(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: