org.apache.wml.dom
public class WMLOptgroupElementImpl extends WMLElementImpl implements WMLOptgroupElement
Version: $Id: WMLOptgroupElementImpl.java,v 1.4 2005/04/17 23:43:46 mrglavas Exp $
| Constructor Summary | |
|---|---|
| WMLOptgroupElementImpl(WMLDocumentImpl owner, String tagName) | |
| Method Summary | |
|---|---|
| String | getClassName() |
| String | getId() |
| String | getTitle() |
| String | getXmlLang() |
| void | setClassName(String newValue) |
| void | setId(String newValue) |
| void | setTitle(String newValue) |
| void | setXmlLang(String newValue) |