FileDocCategorySizeDatePackage
WMLTimerElement.javaAPI DocApache Xerces 3.0.11834Fri Sep 14 20:33:52 BST 2007org.apache.wml

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 447258 2006-09-18 05:41:23Z mrglavas $
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)