org.apache.wml.dom

Class WMLOptgroupElementImpl

public class WMLOptgroupElementImpl extends WMLElementImpl implements WMLOptgroupElement

Version: $Id: WMLOptgroupElementImpl.java,v 1.4 2005/04/17 23:43:46 mrglavas Exp $

Author: David Li

UNKNOWN:

Constructor Summary
WMLOptgroupElementImpl(WMLDocumentImpl owner, String tagName)
Method Summary
StringgetClassName()
StringgetId()
StringgetTitle()
StringgetXmlLang()
voidsetClassName(String newValue)
voidsetId(String newValue)
voidsetTitle(String newValue)
voidsetXmlLang(String newValue)

Constructor Detail

WMLOptgroupElementImpl

public WMLOptgroupElementImpl(WMLDocumentImpl owner, String tagName)

Method Detail

getClassName

public String getClassName()

getId

public String getId()

getTitle

public String getTitle()

getXmlLang

public String getXmlLang()

setClassName

public void setClassName(String newValue)

setId

public void setId(String newValue)

setTitle

public void setTitle(String newValue)

setXmlLang

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