HTMLBRElementImplpublic class HTMLBRElementImpl extends HTMLElementImpl implements HTMLBRElement
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public HTMLBRElementImpl(HTMLDocumentImpl owner, String name)Constructor requires owner document.
super( owner, name );
|
Methods Summary |
---|
public java.lang.String | getClear()
return capitalize( getAttribute( "clear" ) );
| public void | setClear(java.lang.String clear)
setAttribute( "clear", clear );
|
|