org.apache.wml.dom
public class WMLImgElementImpl extends WMLElementImpl implements WMLImgElement
Version: $Id: WMLImgElementImpl.java,v 1.4 2005/04/17 23:41:12 mrglavas Exp $
UNKNOWN:
| Constructor Summary | |
|---|---|
| WMLImgElementImpl(WMLDocumentImpl owner, String tagName) | |
| Method Summary | |
|---|---|
| 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) |
| void | setAlt(String newValue) |
| void | setClassName(String newValue) |
| void | setHeight(String newValue) |
| void | setHspace(String newValue) |
| void | setId(String newValue) |
| void | setLocalSrc(String newValue) |
| void | setSrc(String newValue) |
| void | setVspace(String newValue) |
| void | setWidth(String newValue) |
| void | setXmlLang(String newValue) |