org.apache.wml.dom

Class WMLOptionElementImpl

public class WMLOptionElementImpl extends WMLElementImpl implements WMLOptionElement

Version: $Id: WMLOptionElementImpl.java,v 1.4 2005/04/17 23:43:46 mrglavas Exp $

Author: David Li

UNKNOWN:

Constructor Summary
WMLOptionElementImpl(WMLDocumentImpl owner, String tagName)
Method Summary
StringgetClassName()
StringgetId()
StringgetOnPick()
StringgetTitle()
StringgetValue()
StringgetXmlLang()
voidsetClassName(String newValue)
voidsetId(String newValue)
voidsetOnPick(String newValue)
voidsetTitle(String newValue)
voidsetValue(String newValue)
voidsetXmlLang(String newValue)

Constructor Detail

WMLOptionElementImpl

public WMLOptionElementImpl(WMLDocumentImpl owner, String tagName)

Method Detail

getClassName

public String getClassName()

getId

public String getId()

getOnPick

public String getOnPick()

getTitle

public String getTitle()

getValue

public String getValue()

getXmlLang

public String getXmlLang()

setClassName

public void setClassName(String newValue)

setId

public void setId(String newValue)

setOnPick

public void setOnPick(String newValue)

setTitle

public void setTitle(String newValue)

setValue

public void setValue(String newValue)

setXmlLang

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