org.apache.wml.dom

Class WMLDoElementImpl

public class WMLDoElementImpl extends WMLElementImpl implements WMLDoElement

Version: $Id: WMLDoElementImpl.java,v 1.4 2005/04/17 23:34:55 mrglavas Exp $

Author: David Li

UNKNOWN:

Constructor Summary
WMLDoElementImpl(WMLDocumentImpl owner, String tagName)
Method Summary
StringgetClassName()
StringgetId()
StringgetLabel()
StringgetName()
StringgetOptional()
StringgetType()
StringgetXmlLang()
voidsetClassName(String newValue)
voidsetId(String newValue)
voidsetLabel(String newValue)
voidsetName(String newValue)
voidsetOptional(String newValue)
voidsetType(String newValue)
voidsetXmlLang(String newValue)

Constructor Detail

WMLDoElementImpl

public WMLDoElementImpl(WMLDocumentImpl owner, String tagName)

Method Detail

getClassName

public String getClassName()

getId

public String getId()

getLabel

public String getLabel()

getName

public String getName()

getOptional

public String getOptional()

getType

public String getType()

getXmlLang

public String getXmlLang()

setClassName

public void setClassName(String newValue)

setId

public void setId(String newValue)

setLabel

public void setLabel(String newValue)

setName

public void setName(String newValue)

setOptional

public void setOptional(String newValue)

setType

public void setType(String newValue)

setXmlLang

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