org.apache.wml
Interface WMLTimerElement
- Element, WMLElement
- WMLTimerElementImpl
public interface WMLTimerElement
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)
$Id: WMLTimerElement.java 447258 2006-09-18 05:41:23Z mrglavas $ 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)
|
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 B) 1999-2007 The Apache Software Foundation. All Rights Reserved.