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