org.apache.wml.dom

Class WMLSelectElementImpl

Implemented Interfaces:
Element, TypeInfo, WMLElement, WMLSelectElement

public class WMLSelectElementImpl
extends WMLElementImpl
implements WMLSelectElement

Version:
$Id: WMLSelectElementImpl.java,v 1.4 2005/04/17 23:47:35 mrglavas Exp $
Author:
David Li

Field Summary

Fields inherited from class org.apache.xerces.dom.ElementImpl

attributes, name

Fields inherited from class org.apache.xerces.dom.ParentNode

fNodeListCache, firstChild, ownerDocument

Constructor Summary

WMLSelectElementImpl(WMLDocumentImpl owner, String tagName)

Method Summary

String
getClassName()
String
getIName()
String
getIValue()
String
getId()
boolean
getMultiple()
String
getName()
int
getTabIndex()
String
getTitle()
String
getValue()
String
getXmlLang()
void
setClassName(String newValue)
The 'class' attribute of a element that affiliates an elements with one or more elements.
void
setIName(String newValue)
void
setIValue(String newValue)
void
setId(String newValue)
The element's identifier which is unique in a single deck.
void
setMultiple(boolean newValue)
void
setName(String newValue)
void
setTabIndex(int newValue)
void
setTitle(String newValue)
void
setValue(String newValue)
void
setXmlLang(String newValue)

Methods inherited from class org.apache.wml.dom.WMLElementImpl

getClassName, getId, getXmlLang, setClassName, setId, setXmlLang

Methods inherited from class org.apache.xerces.dom.ElementImpl

cloneNode, getAttribute, getAttributeNS, getAttributeNode, getAttributeNodeNS, getAttributes, getBaseURI, getDefaultAttributes, getElementsByTagName, getElementsByTagNameNS, getNodeName, getNodeType, getSchemaTypeInfo, getTagName, getTypeName, getTypeNamespace, getXercesAttribute, hasAttribute, hasAttributeNS, hasAttributes, isDerivedFrom, isEqualNode, normalize, reconcileDefaultAttributes, removeAttribute, removeAttributeNS, removeAttributeNode, setAttribute, setAttributeNS, setAttributeNode, setAttributeNodeNS, setIdAttribute, setIdAttributeNS, setIdAttributeNode, setReadOnly, setXercesAttributeNode, setupDefaultAttributes, synchronizeData

Methods inherited from class org.apache.xerces.dom.ParentNode

cloneNode, getChildNodes, getChildNodesUnoptimized, getFirstChild, getLastChild, getLength, getOwnerDocument, getTextContent, hasChildNodes, insertBefore, isEqualNode, item, normalize, removeChild, replaceChild, setReadOnly, setTextContent, synchronizeChildren

Constructor Details

WMLSelectElementImpl

public WMLSelectElementImpl(WMLDocumentImpl owner,
                            String tagName)

Method Details

getClassName

public String getClassName()
Specified by:
getClassName in interface WMLElement
Overrides:
getClassName in interface WMLElementImpl

getIName

public String getIName()
Specified by:
getIName in interface WMLSelectElement

getIValue

public String getIValue()
Specified by:
getIValue in interface WMLSelectElement

getId

public String getId()
Specified by:
getId in interface WMLElement
Overrides:
getId in interface WMLElementImpl

getMultiple

public boolean getMultiple()
Specified by:
getMultiple in interface WMLSelectElement

getName

public String getName()
Specified by:
getName in interface WMLSelectElement

getTabIndex

public int getTabIndex()
Specified by:
getTabIndex in interface WMLSelectElement

getTitle

public String getTitle()
Specified by:
getTitle in interface WMLSelectElement

getValue

public String getValue()
Specified by:
getValue in interface WMLSelectElement

getXmlLang

public String getXmlLang()
Specified by:
getXmlLang in interface WMLSelectElement
Overrides:
getXmlLang in interface WMLElementImpl

setClassName

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)
Specified by:
setClassName in interface WMLElement
Overrides:
setClassName in interface WMLElementImpl

setIName

public void setIName(String newValue)
Specified by:
setIName in interface WMLSelectElement

setIValue

public void setIValue(String newValue)
Specified by:
setIValue in interface WMLSelectElement

setId

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)
Specified by:
setId in interface WMLElement
Overrides:
setId in interface WMLElementImpl

setMultiple

public void setMultiple(boolean newValue)
Specified by:
setMultiple in interface WMLSelectElement

setName

public void setName(String newValue)
Specified by:
setName in interface WMLSelectElement

setTabIndex

public void setTabIndex(int newValue)
Specified by:
setTabIndex in interface WMLSelectElement

setTitle

public void setTitle(String newValue)
Specified by:
setTitle in interface WMLSelectElement

setValue

public void setValue(String newValue)
Specified by:
setValue in interface WMLSelectElement

setXmlLang

public void setXmlLang(String newValue)
Specified by:
setXmlLang in interface WMLSelectElement
Overrides:
setXmlLang in interface WMLElementImpl

Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.