public interface

WMLSetvarElement

implements WMLElement
org.apache.wml.WMLSetvarElement
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

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Methods
abstract String getName()
abstract String getValue()
abstract void setName(String newValue)
abstract void setValue(String newValue)
[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)

public abstract void setValue (String newValue)