org.apache.wml.dom
public class WMLSetvarElementImpl extends WMLElementImpl implements WMLSetvarElement
Version: $Id: WMLSetvarElementImpl.java,v 1.4 2005/04/17 23:47:35 mrglavas Exp $
| Constructor Summary | |
|---|---|
| WMLSetvarElementImpl(WMLDocumentImpl owner, String tagName) | |
| Method Summary | |
|---|---|
| String | getClassName() |
| String | getId() |
| String | getName() |
| String | getValue() |
| void | setClassName(String newValue) |
| void | setId(String newValue) |
| void | setName(String newValue) |
| void | setValue(String newValue) |