public interface

WMLMetaElement

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

The meta element contains meta-info of an WML deck (Section 11.3.2, WAP WML Version 16-Jun-1999)

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Methods
abstract String getContent()
abstract boolean getForua()
abstract String getHttpEquiv()
abstract String getName()
abstract String getScheme()
abstract void setContent(String newValue)
'content' attribute specifies the property value
abstract void setForua(boolean newValue)
'forua' attribute specifies whether a intermediate agent should remove this meta element.
abstract void setHttpEquiv(String newValue)
'http-equiv' attribute indicates the property should be interpret as HTTP header.
abstract void setName(String newValue)
'name' attribute specific the property name
abstract void setScheme(String newValue)
'scheme' attribute specifies a form that may be used to interpret the property value
[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 getContent ()

public abstract boolean getForua ()

public abstract String getHttpEquiv ()

public abstract String getName ()

public abstract String getScheme ()

public abstract void setContent (String newValue)

'content' attribute specifies the property value

public abstract void setForua (boolean newValue)

'forua' attribute specifies whether a intermediate agent should remove this meta element. A value of false means the intermediate agent must remove the element.

public abstract void setHttpEquiv (String newValue)

'http-equiv' attribute indicates the property should be interpret as HTTP header.

public abstract void setName (String newValue)

'name' attribute specific the property name

public abstract void setScheme (String newValue)

'scheme' attribute specifies a form that may be used to interpret the property value