org.apache.html.dom
public class HTMLFrameSetElementImpl extends HTMLElementImpl implements HTMLFrameSetElement
Version: $Revision: 1.9 $ $Date: 2005/04/18 00:46:04 $
See Also: org.w3c.dom.html.HTMLFrameSetElement org.apache.xerces.dom.ElementImpl
| Constructor Summary | |
|---|---|
| HTMLFrameSetElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
| |
| Method Summary | |
|---|---|
| String | getCols() |
| String | getRows() |
| void | setCols(String cols) |
| void | setRows(String rows) |
Parameters: owner The owner HTML document