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,v 1.2 2004/02/24 23:34:05 mrglavas Exp $ 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-2005 Apache XML Project. All Rights Reserved.