org.apache.wml

Interface WMLTimerElement

public interface WMLTimerElement extends WMLElement

The interface is modeled after DOM1 Spec for HTML from W3C. The DTD used in this DOM model is from http://www.wapforum.org/DTD/wml_1.1.xml

'timer' elements declares a card timer. (Section 11.6.7, WAP WML Version 16-Jun-1999)

Version: $Id: WMLTimerElement.java,v 1.2 2004/02/24 23:34:05 mrglavas Exp $

Author: David Li

Method Summary
StringgetName()
StringgetValue()
voidsetName(String newValue)
'name' specifies the name of variable ot be set with the value of the timer.
voidsetValue(String newValue)
'value' indicates teh default of the variable 'name' (Section 11.6.7, WAP WML Version 16-Jun-1999)

Method Detail

getName

public String getName()

getValue

public String getValue()

setName

public void setName(String newValue)
'name' specifies the name of variable ot be set with the value of the timer. (Section 11.6.7, WAP WML Version 16-Jun-1999)

setValue

public void setValue(String newValue)
'value' indicates teh default of the variable 'name' (Section 11.6.7, WAP WML Version 16-Jun-1999)
Copyright © 1999-2005 Apache XML Project. All Rights Reserved.