Class HTMLBRElementImpl

    • Constructor Detail

      • HTMLBRElementImpl

        public HTMLBRElementImpl​(java.lang.String name)
    • Method Detail

      • getClear

        public java.lang.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​(java.lang.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​(java.lang.StringBuffer buffer)
        Overrides:
        appendInnerTextImpl in class NodeImpl