Class HTMLBRElementImpl

All Implemented Interfaces:
ModelNode, CSS2PropertiesContext, ScriptableDelegate, Element, HTMLBRElement, HTMLElement, Node

public class HTMLBRElementImpl extends HTMLElementImpl implements HTMLBRElement
  • Constructor Details

    • HTMLBRElementImpl

      public HTMLBRElementImpl(String name)
  • Method Details

    • getClear

      public String getClear()
      Description copied from interface: HTMLBRElement
      Control flow of text around floats. See the clear attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
      Specified by:
      getClear in interface HTMLBRElement
    • setClear

      public void setClear(String clear)
      Description copied from interface: HTMLBRElement
      Control flow of text around floats. See the clear attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.
      Specified by:
      setClear in interface HTMLBRElement
    • appendInnerTextImpl

      protected void appendInnerTextImpl(StringBuffer buffer)
      Overrides:
      appendInnerTextImpl in class NodeImpl