org.apache.html.dom

Class HTMLParamElementImpl

public class HTMLParamElementImpl extends HTMLElementImpl implements HTMLParamElement

Version: $Revision: 1.9 $ $Date: 2005/04/18 01:12:37 $

Author: Assaf Arkin

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

UNKNOWN:

Constructor Summary
HTMLParamElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
Method Summary
StringgetName()
StringgetType()
StringgetValue()
StringgetValueType()
voidsetName(String name)
voidsetType(String type)
voidsetValue(String value)
voidsetValueType(String valueType)

Constructor Detail

HTMLParamElementImpl

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

Parameters: owner The owner HTML document

Method Detail

getName

public String getName()

getType

public String getType()

getValue

public String getValue()

getValueType

public String getValueType()

setName

public void setName(String name)

setType

public void setType(String type)

setValue

public void setValue(String value)

setValueType

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