org.apache.wml.dom
public class WMLGoElementImpl extends WMLElementImpl implements WMLGoElement
Version: $Id: WMLGoElementImpl.java,v 1.4 2005/04/17 23:37:49 mrglavas Exp $
Constructor Summary | |
---|---|
WMLGoElementImpl(WMLDocumentImpl owner, String tagName) |
Method Summary | |
---|---|
String | getAcceptCharset() |
String | getClassName() |
String | getHref() |
String | getId() |
String | getMethod() |
String | getSendreferer() |
void | setAcceptCharset(String newValue) |
void | setClassName(String newValue) |
void | setHref(String newValue) |
void | setId(String newValue) |
void | setMethod(String newValue) |
void | setSendreferer(String newValue) |