public class

WMLImgElementImpl

extends WMLElementImpl
implements WMLImgElement
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.WMLImgElementImpl

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
WMLImgElementImpl(WMLDocumentImpl owner, String tagName)
Public Methods
String getAlign()
String getAlt()
String getClassName()
String getHeight()
String getHspace()
String getId()
String getLocalSrc()
String getSrc()
String getVspace()
String getWidth()
String getXmlLang()
void setAlign(String newValue)
'align' specifies the alignment of the image within the text flow.
void setAlt(String newValue)
'alt' specifies an alternative text for the image (Section 11.9, WAP WML Version 16-Jun-1999)
void setClassName(String newValue)
The 'class' attribute of a element that affiliates an elements with one or more elements.
void setHeight(String newValue)
'height' specifies the height of an image.
void setHspace(String newValue)
'hspace' specifies the abount of white space to be inserted left and right (Section 11.9, WAP WML Version 16-Jun-1999)
void setId(String newValue)
The element's identifier which is unique in a single deck.
void setLocalSrc(String newValue)
'localsrc' specifies an alternative internal representation of the image.
void setSrc(String newValue)
'src' specifies URI for the source images (Section 11.9, WAP WML Version 16-Jun-1999)
void setVspace(String newValue)
'vspace' specifies the abount of white space to be inserted above and below (Section 11.9, WAP WML Version 16-Jun-1999)
void setWidth(String newValue)
'width' specifies the width of an image.
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.WMLImgElement
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 WMLImgElementImpl (WMLDocumentImpl owner, String tagName)

Public Methods

public String getAlign ()

public String getAlt ()

public String getClassName ()

public String getHeight ()

public String getHspace ()

public String getId ()

public String getLocalSrc ()

public String getSrc ()

public String getVspace ()

public String getWidth ()

public String getXmlLang ()

public void setAlign (String newValue)

'align' specifies the alignment of the image within the text flow. (Section 11.8, WAP WML Version 16-Jun-1999)

public void setAlt (String newValue)

'alt' specifies an alternative text for the image (Section 11.9, WAP WML Version 16-Jun-1999)

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 setHeight (String newValue)

'height' specifies the height of an image. (Section 11.9, WAP WML Version 16-Jun-1999)

public void setHspace (String newValue)

'hspace' specifies the abount of white space to be inserted left and right (Section 11.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 setLocalSrc (String newValue)

'localsrc' specifies an alternative internal representation of the image. (Section 11.9, WAP WML Version 16-Jun-1999)

public void setSrc (String newValue)

'src' specifies URI for the source images (Section 11.9, WAP WML Version 16-Jun-1999)

public void setVspace (String newValue)

'vspace' specifies the abount of white space to be inserted above and below (Section 11.9, WAP WML Version 16-Jun-1999)

public void setWidth (String newValue)

'width' specifies the width of an image. (Section 11.9, WAP WML Version 16-Jun-1999)

public void setXmlLang (String newValue)