public interface

WMLDoElement

implements WMLElement
org.apache.wml.WMLDoElement
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 getLabel()
abstract String getName()
abstract String getOptional()
abstract String getType()
abstract String getXmlLang()
abstract void setLabel(String newValue)
abstract void setName(String newValue)
abstract void setOptional(String newValue)
abstract void setType(String newValue)
abstract void setXmlLang(String newValue)
The xml:lang that specifics the natural or formal language in which the document is written.
[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 getLabel ()

public abstract String getName ()

public abstract String getOptional ()

public abstract String getType ()

public abstract String getXmlLang ()

public abstract void setLabel (String newValue)

public abstract void setName (String newValue)

public abstract void setOptional (String newValue)

public abstract void setType (String newValue)

public abstract void setXmlLang (String newValue)

The xml:lang that specifics the natural or formal language in which the document is written. (Section 8.8, WAP WML Version 16-Jun-1999)