| org.apache.wml.WMLImgElement
All known Subclasses: org.apache.wml.dom.WMLImgElementImpl,
WMLImgElement | public interface WMLImgElement extends WMLElement(Code) | | The interface is modeled after DOM1 Spec for HTML from W3C.
The DTD used in this DOM model is from
http://www.wapforum.org/DTD/wml_1.1.xml
'img' specifies an image in a text flow
(Section 11.9, WAP WML Version 16-Jun-1999)
version: $Id: WMLImgElement.java 447258 2006-09-18 05:41:23Z mrglavas $ author: David Li |
setAlign | public void setAlign(String newValue)(Code) | | 'align' specifies the alignment of the image within the text
flow.
(Section 11.8, WAP WML Version 16-Jun-1999)
|
setAlt | public void setAlt(String newValue)(Code) | | 'alt' specifies an alternative text for the image
(Section 11.9, WAP WML Version 16-Jun-1999)
|
setHeight | public void setHeight(String newValue)(Code) | | 'height' specifies the height of an image.
(Section 11.9, WAP WML Version 16-Jun-1999)
|
setHspace | public void setHspace(String newValue)(Code) | | 'hspace' specifies the abount of white space to be inserted
left and right
(Section 11.9, WAP WML Version 16-Jun-1999)
|
setLocalSrc | public void setLocalSrc(String newValue)(Code) | | 'localsrc' specifies an alternative internal representation of
the image.
(Section 11.9, WAP WML Version 16-Jun-1999)
|
setSrc | public void setSrc(String newValue)(Code) | | 'src' specifies URI for the source images
(Section 11.9, WAP WML Version 16-Jun-1999)
|
setVspace | public void setVspace(String newValue)(Code) | | 'vspace' specifies the abount of white space to be inserted
above and below
(Section 11.9, WAP WML Version 16-Jun-1999)
|
setWidth | public void setWidth(String newValue)(Code) | | 'width' specifies the width of an image.
(Section 11.9, WAP WML Version 16-Jun-1999)
|
setXmlLang | public void setXmlLang(String newValue)(Code) | | The xml:lang that specifics the natural or formal language in
which the document is written.
(Section 8.8, WAP WML Version 16-Jun-1999)
|
|
|