org.apache.html.dom

Class HTMLHRElementImpl

public class HTMLHRElementImpl extends HTMLElementImpl implements HTMLHRElement

Version: $Revision: 1.9 $ $Date: 2005/04/18 00:46:04 $

Author: Assaf Arkin

See Also: org.w3c.dom.html.HTMLHRElement org.apache.xerces.dom.ElementImpl

UNKNOWN:

Constructor Summary
HTMLHRElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
Method Summary
StringgetAlign()
booleangetNoShade()
StringgetSize()
StringgetWidth()
voidsetAlign(String align)
voidsetNoShade(boolean noShade)
voidsetSize(String size)
voidsetWidth(String width)

Constructor Detail

HTMLHRElementImpl

public HTMLHRElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.

Parameters: owner The owner HTML document

Method Detail

getAlign

public String getAlign()

getNoShade

public boolean getNoShade()

getSize

public String getSize()

getWidth

public String getWidth()

setAlign

public void setAlign(String align)

setNoShade

public void setNoShade(boolean noShade)

setSize

public void setSize(String size)

setWidth

public void setWidth(String width)
Copyright © 1999-2005 Apache XML Project. All Rights Reserved.