org.apache.wml
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 $
Method Summary | |
---|---|
String | getName() |
String | getValue() |
void | setName(String newValue)
'name' specifies the name of variable ot be set with the value
of the timer.
|
void | setValue(String newValue)
'value' indicates teh default of the variable 'name'
(Section 11.6.7, WAP WML Version 16-Jun-1999) |