public class

WMLMetaElementImpl

extends WMLElementImpl
implements WMLMetaElement
java.lang.Object
   ↳ org.apache.xerces.dom.NodeImpl
     ↳ org.apache.xerces.dom.ChildNode
       ↳ org.apache.xerces.dom.ParentNode
         ↳ org.apache.xerces.dom.ElementImpl
           ↳ org.apache.wml.dom.WMLElementImpl
             ↳ org.apache.wml.dom.WMLMetaElementImpl

Class Overview

@xerces.internal

Summary

[Expand]
Inherited Constants
From class org.apache.xerces.dom.NodeImpl
From interface org.w3c.dom.Node
From interface org.w3c.dom.TypeInfo
[Expand]
Inherited Fields
From class org.apache.xerces.dom.ElementImpl
From class org.apache.xerces.dom.ParentNode
From class org.apache.xerces.dom.ChildNode
From class org.apache.xerces.dom.NodeImpl
Public Constructors
WMLMetaElementImpl(WMLDocumentImpl owner, String tagName)
Public Methods
String getClassName()
String getContent()
boolean getForua()
String getHttpEquiv()
String getId()
String getName()
String getScheme()
void setClassName(String newValue)
The 'class' attribute of a element that affiliates an elements with one or more elements.
void setContent(String newValue)
'content' attribute specifies the property value
void setForua(boolean newValue)
'forua' attribute specifies whether a intermediate agent should remove this meta element.
void setHttpEquiv(String newValue)
'http-equiv' attribute indicates the property should be interpret as HTTP header.
void setId(String newValue)
The element's identifier which is unique in a single deck.
void setName(String newValue)
'name' attribute specific the property name
void setScheme(String newValue)
'scheme' attribute specifies a form that may be used to interpret the property value
[Expand]
Inherited Methods
From class org.apache.wml.dom.WMLElementImpl
From class org.apache.xerces.dom.ElementImpl
From class org.apache.xerces.dom.ParentNode
From class org.apache.xerces.dom.ChildNode
From class org.apache.xerces.dom.NodeImpl
From class java.lang.Object
From interface org.apache.wml.WMLElement
From interface org.apache.wml.WMLMetaElement
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.NodeList
From interface org.w3c.dom.TypeInfo
From interface org.w3c.dom.events.EventTarget

Public Constructors

public WMLMetaElementImpl (WMLDocumentImpl owner, String tagName)

Public Methods

public String getClassName ()

public String getContent ()

public boolean getForua ()

public String getHttpEquiv ()

public String getId ()

public String getName ()

public String getScheme ()

public void setClassName (String newValue)

The 'class' attribute of a element that affiliates an elements with one or more elements. (Section 8.9, WAP WML Version 16-Jun-1999)

public void setContent (String newValue)

'content' attribute specifies the property value

public 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 void setHttpEquiv (String newValue)

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

public void setId (String newValue)

The element's identifier which is unique in a single deck. (Section 8.9, WAP WML Version 16-Jun-1999)

public void setName (String newValue)

'name' attribute specific the property name

public void setScheme (String newValue)

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