FileDocCategorySizeDatePackage
WMLGoElementImpl.javaAPI DocApache Xerces 3.0.12488Fri Sep 14 20:33:56 BST 2007org.apache.wml.dom

WMLGoElementImpl

public class WMLGoElementImpl extends WMLElementImpl implements WMLGoElement
xerces.internal
version
$Id: WMLGoElementImpl.java 447257 2006-09-18 05:40:07Z mrglavas $
author
David Li

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public WMLGoElementImpl(WMLDocumentImpl owner, String tagName)


          
        super( owner, tagName);
    
Methods Summary
public java.lang.StringgetAcceptCharset()

        return getAttribute("accept-charset");
    
public java.lang.StringgetClassName()

        return getAttribute("class");
    
public java.lang.StringgetHref()

        return getAttribute("href");
    
public java.lang.StringgetId()

        return getAttribute("id");
    
public java.lang.StringgetMethod()

        return getAttribute("method");
    
public java.lang.StringgetSendreferer()

        return getAttribute("sendreferer");
    
public voidsetAcceptCharset(java.lang.String newValue)

        setAttribute("accept-charset", newValue);
    
public voidsetClassName(java.lang.String newValue)

        setAttribute("class", newValue);
    
public voidsetHref(java.lang.String newValue)

        setAttribute("href", newValue);
    
public voidsetId(java.lang.String newValue)

        setAttribute("id", newValue);
    
public voidsetMethod(java.lang.String newValue)

        setAttribute("method", newValue);
    
public voidsetSendreferer(java.lang.String newValue)

        setAttribute("sendreferer", newValue);