public interface

WMLTimerElement

implements WMLElement
org.apache.wml.WMLTimerElement
Known Indirect Subclasses

Class Overview

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)

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Methods
abstract String getName()
abstract String getValue()
abstract void setName(String newValue)
'name' specifies the name of variable ot be set with the value of the timer.
abstract void setValue(String newValue)
'value' indicates teh default of the variable 'name' (Section 11.6.7, WAP WML Version 16-Jun-1999)
[Expand]
Inherited Methods
From interface org.apache.wml.WMLElement
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node

Public Methods

public abstract String getName ()

public abstract String getValue ()

public abstract 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)

public abstract void setValue (String newValue)

'value' indicates teh default of the variable 'name' (Section 11.6.7, WAP WML Version 16-Jun-1999)