org.apache.wml.dom

Class WMLInputElementImpl

public class WMLInputElementImpl extends WMLElementImpl implements WMLInputElement

Version: $Id: WMLInputElementImpl.java,v 1.4 2005/04/17 23:41:12 mrglavas Exp $

Author: David Li

UNKNOWN:

Constructor Summary
WMLInputElementImpl(WMLDocumentImpl owner, String tagName)
Method Summary
StringgetClassName()
booleangetEmptyOk()
StringgetFormat()
StringgetId()
intgetMaxLength()
StringgetName()
intgetSize()
intgetTabIndex()
StringgetTitle()
StringgetType()
StringgetValue()
StringgetXmlLang()
voidsetClassName(String newValue)
voidsetEmptyOk(boolean newValue)
voidsetFormat(String newValue)
voidsetId(String newValue)
voidsetMaxLength(int newValue)
voidsetName(String newValue)
voidsetSize(int newValue)
voidsetTabIndex(int newValue)
voidsetTitle(String newValue)
voidsetType(String newValue)
voidsetValue(String newValue)
voidsetXmlLang(String newValue)

Constructor Detail

WMLInputElementImpl

public WMLInputElementImpl(WMLDocumentImpl owner, String tagName)

Method Detail

getClassName

public String getClassName()

getEmptyOk

public boolean getEmptyOk()

getFormat

public String getFormat()

getId

public String getId()

getMaxLength

public int getMaxLength()

getName

public String getName()

getSize

public int getSize()

getTabIndex

public int getTabIndex()

getTitle

public String getTitle()

getType

public String getType()

getValue

public String getValue()

getXmlLang

public String getXmlLang()

setClassName

public void setClassName(String newValue)

setEmptyOk

public void setEmptyOk(boolean newValue)

setFormat

public void setFormat(String newValue)

setId

public void setId(String newValue)

setMaxLength

public void setMaxLength(int newValue)

setName

public void setName(String newValue)

setSize

public void setSize(int newValue)

setTabIndex

public void setTabIndex(int newValue)

setTitle

public void setTitle(String newValue)

setType

public void setType(String newValue)

setValue

public void setValue(String newValue)

setXmlLang

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