org.apache.wml.dom

Class WMLImgElementImpl

public class WMLImgElementImpl extends WMLElementImpl implements WMLImgElement

Version: $Id: WMLImgElementImpl.java,v 1.4 2005/04/17 23:41:12 mrglavas Exp $

Author: David Li

UNKNOWN:

Constructor Summary
WMLImgElementImpl(WMLDocumentImpl owner, String tagName)
Method Summary
StringgetAlign()
StringgetAlt()
StringgetClassName()
StringgetHeight()
StringgetHspace()
StringgetId()
StringgetLocalSrc()
StringgetSrc()
StringgetVspace()
StringgetWidth()
StringgetXmlLang()
voidsetAlign(String newValue)
voidsetAlt(String newValue)
voidsetClassName(String newValue)
voidsetHeight(String newValue)
voidsetHspace(String newValue)
voidsetId(String newValue)
voidsetLocalSrc(String newValue)
voidsetSrc(String newValue)
voidsetVspace(String newValue)
voidsetWidth(String newValue)
voidsetXmlLang(String newValue)

Constructor Detail

WMLImgElementImpl

public WMLImgElementImpl(WMLDocumentImpl owner, String tagName)

Method Detail

getAlign

public String getAlign()

getAlt

public String getAlt()

getClassName

public String getClassName()

getHeight

public String getHeight()

getHspace

public String getHspace()

getId

public String getId()

getLocalSrc

public String getLocalSrc()

getSrc

public String getSrc()

getVspace

public String getVspace()

getWidth

public String getWidth()

getXmlLang

public String getXmlLang()

setAlign

public void setAlign(String newValue)

setAlt

public void setAlt(String newValue)

setClassName

public void setClassName(String newValue)

setHeight

public void setHeight(String newValue)

setHspace

public void setHspace(String newValue)

setId

public void setId(String newValue)

setLocalSrc

public void setLocalSrc(String newValue)

setSrc

public void setSrc(String newValue)

setVspace

public void setVspace(String newValue)

setWidth

public void setWidth(String newValue)

setXmlLang

public void setXmlLang(String newValue)
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.