public class

WMLCardElementImpl

extends WMLElementImpl
implements WMLCardElement
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.WMLCardElementImpl

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
WMLCardElementImpl(WMLDocumentImpl owner, String tagName)
Public Methods
String getClassName()
String getId()
boolean getNewContext()
String getOnEnterBackward()
String getOnEnterForward()
String getOnTimer()
boolean getOrdered()
String getTitle()
String getXmlLang()
void setClassName(String newValue)
The 'class' attribute of a element that affiliates an elements with one or more elements.
void setId(String newValue)
The element's identifier which is unique in a single deck.
void setNewContext(boolean newValue)
'newcontext' specifies whether a browser context should be re-initialized upon entering the card.
void setOnEnterBackward(String newValue)
'onenterbackward' specifies the event to occur when a user agent into a card using a 'go' task (Section 11.5.1, WAP WML Version 16-Jun-1999)
void setOnEnterForward(String newValue)
'onenterforward' specifies the event to occur when a user agent into a card using a 'prev' task (Section 11.5.1, WAP WML Version 16-Jun-1999)
void setOnTimer(String newValue)
'onenterbackward' specifies the event to occur when a timer expires (Section 11.5.1, WAP WML Version 16-Jun-1999)
void setOrdered(boolean newValue)
'ordered' attribute specifies a hit to user agent about the organization of the card's content (Section 11.5.2, WAP WML Version 16-Jun-1999)
void setTitle(String newValue)
'title' specifies a advisory info about the card (Section 11.5.2, WAP WML Version 16-Jun-1999)
void setXmlLang(String newValue)
[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.WMLCardElement
From interface org.apache.wml.WMLElement
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 WMLCardElementImpl (WMLDocumentImpl owner, String tagName)

Public Methods

public String getClassName ()

public String getId ()

public boolean getNewContext ()

public String getOnEnterBackward ()

public String getOnEnterForward ()

public String getOnTimer ()

public boolean getOrdered ()

public String getTitle ()

public String getXmlLang ()

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 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 setNewContext (boolean newValue)

'newcontext' specifies whether a browser context should be re-initialized upon entering the card. Default to be false. (Section 11.5.2, WAP WML Version 16-Jun-1999)

public void setOnEnterBackward (String newValue)

'onenterbackward' specifies the event to occur when a user agent into a card using a 'go' task (Section 11.5.1, WAP WML Version 16-Jun-1999)

public void setOnEnterForward (String newValue)

'onenterforward' specifies the event to occur when a user agent into a card using a 'prev' task (Section 11.5.1, WAP WML Version 16-Jun-1999)

public void setOnTimer (String newValue)

'onenterbackward' specifies the event to occur when a timer expires (Section 11.5.1, WAP WML Version 16-Jun-1999)

public void setOrdered (boolean newValue)

'ordered' attribute specifies a hit to user agent about the organization of the card's content (Section 11.5.2, WAP WML Version 16-Jun-1999)

public void setTitle (String newValue)

'title' specifies a advisory info about the card (Section 11.5.2, WAP WML Version 16-Jun-1999)

public void setXmlLang (String newValue)