org.apache.html.dom

Class HTMLFrameSetElementImpl

public class HTMLFrameSetElementImpl extends HTMLElementImpl implements HTMLFrameSetElement

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.

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

Author: Assaf Arkin

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
StringgetCols()
StringgetRows()
voidsetCols(String cols)
voidsetRows(String rows)

Constructor Detail

HTMLFrameSetElementImpl

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

Parameters: owner The owner HTML document

Method Detail

getCols

public String getCols()

getRows

public String getRows()

setCols

public void setCols(String cols)

setRows

public void setRows(String rows)
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.