org.apache.wml.dom
public class WMLDoElementImpl extends WMLElementImpl implements WMLDoElement
Version: $Id: WMLDoElementImpl.java,v 1.4 2005/04/17 23:34:55 mrglavas Exp $
| Constructor Summary | |
|---|---|
| WMLDoElementImpl(WMLDocumentImpl owner, String tagName) | |
| Method Summary | |
|---|---|
| String | getClassName() |
| String | getId() |
| String | getLabel() |
| String | getName() |
| String | getOptional() |
| String | getType() |
| String | getXmlLang() |
| void | setClassName(String newValue) |
| void | setId(String newValue) |
| void | setLabel(String newValue) |
| void | setName(String newValue) |
| void | setOptional(String newValue) |
| void | setType(String newValue) |
| void | setXmlLang(String newValue) |