org.apache.html.dom
public class HTMLHRElementImpl extends HTMLElementImpl implements HTMLHRElement
Version: $Revision: 1.9 $ $Date: 2005/04/18 00:46:04 $
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 | |
---|---|
String | getAlign() |
boolean | getNoShade() |
String | getSize() |
String | getWidth() |
void | setAlign(String align) |
void | setNoShade(boolean noShade) |
void | setSize(String size) |
void | setWidth(String width) |
Parameters: owner The owner HTML document