FileDocCategorySizeDatePackage
HTMLBRElementImpl.javaAPI DocJava SE 5 API3544Fri Aug 26 14:55:26 BST 2005com.sun.org.apache.html.internal.dom

HTMLBRElementImpl

public class HTMLBRElementImpl extends HTMLElementImpl implements HTMLBRElement
version
$Revision: 1.6 $ $Date: 2003/05/08 20:13:09 $
author
Assaf Arkin
see
org.w3c.dom.html.HTMLBRElement
see
com.sun.org.apache.xerces.internal.dom.ElementImpl

(Omit source code)

Fields Summary
Constructors Summary
public HTMLBRElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.

param
owner The owner HTML document

        super( owner, name );
    
Methods Summary
public java.lang.StringgetClear()

        return capitalize( getAttribute( "clear" ) );
    
public voidsetClear(java.lang.String clear)

        setAttribute( "clear", clear );