FileDocCategorySizeDatePackage
WMLTimerElement.javaAPI DocJava SE 5 API3699Fri Aug 26 14:55:30 BST 2005com.sun.org.apache.wml.internal

WMLTimerElement

public interface WMLTimerElement implements 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.1 2000/04/23 18:07:44 david Exp $
author
David Li

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetName()

public java.lang.StringgetValue()

public voidsetName(java.lang.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)

public voidsetValue(java.lang.String newValue)
'value' indicates teh default of the variable 'name' (Section 11.6.7, WAP WML Version 16-Jun-1999)