public class

WMLInputElementImpl

extends WMLElementImpl
implements WMLInputElement
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.WMLInputElementImpl

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
WMLInputElementImpl(WMLDocumentImpl owner, String tagName)
Public Methods
String getClassName()
boolean getEmptyOk()
String getFormat()
String getId()
int getMaxLength()
String getName()
int getSize()
int getTabIndex()
String getTitle()
String getType()
String getValue()
String getXmlLang()
void setClassName(String newValue)
The 'class' attribute of a element that affiliates an elements with one or more elements.
void setEmptyOk(boolean newValue)
'emptyok' specifies whether a empty input is allowed when a non-empty 'format' is specified.
void setFormat(String newValue)
'format' specifies the input mask for user input.
void setId(String newValue)
The element's identifier which is unique in a single deck.
void setMaxLength(int newValue)
'maxlength' specifies the maximum number of characters to be enter.
void setName(String newValue)
'name' specifies the name of a variable after the user enters the text.
void setSize(int newValue)
'size' specifies the width of the input in characters (Section 11.6.3, WAP WML Version 16-Jun-1999)
void setTabIndex(int newValue)
'tabindex' specifies the tabbing position of the element (Section 11.6.1, WAP WML Version 16-Jun-1999)
void setTitle(String newValue)
'title' specifies a title for this element (Section 11.6.3, WAP WML Version 16-Jun-1999)
void setType(String newValue)
'type' specifies the type of text input area.
void setValue(String newValue)
'value' specifies the default value of the variable in 'name' attribute (Section 11.6.3, 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.WMLElement
From interface org.apache.wml.WMLInputElement
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 WMLInputElementImpl (WMLDocumentImpl owner, String tagName)

Public Methods

public String getClassName ()

public boolean getEmptyOk ()

public String getFormat ()

public String getId ()

public int getMaxLength ()

public String getName ()

public int getSize ()

public int getTabIndex ()

public String getTitle ()

public String getType ()

public String getValue ()

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

'emptyok' specifies whether a empty input is allowed when a non-empty 'format' is specified. Default to be 'false' (Section 11.6.3, WAP WML Version 16-Jun-1999)

public void setFormat (String newValue)

'format' specifies the input mask for user input. (Section 11.6.3, 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 setMaxLength (int newValue)

'maxlength' specifies the maximum number of characters to be enter. (Section 11.6.3, WAP WML Version 16-Jun-1999)

public void setName (String newValue)

'name' specifies the name of a variable after the user enters the text. (Section 11.6.3, WAP WML Version 16-Jun-1999)

public void setSize (int newValue)

'size' specifies the width of the input in characters (Section 11.6.3, WAP WML Version 16-Jun-1999)

public void setTabIndex (int newValue)

'tabindex' specifies the tabbing position of the element (Section 11.6.1, WAP WML Version 16-Jun-1999)

public void setTitle (String newValue)

'title' specifies a title for this element (Section 11.6.3, WAP WML Version 16-Jun-1999)

public void setType (String newValue)

'type' specifies the type of text input area. Two values are allowed: 'text' and 'password' and default is 'text' (Section 11.6.3, WAP WML Version 16-Jun-1999)

public void setValue (String newValue)

'value' specifies the default value of the variable in 'name' attribute (Section 11.6.3, WAP WML Version 16-Jun-1999)

public void setXmlLang (String newValue)