org.apache.wml.dom

Class WMLGoElementImpl

public class WMLGoElementImpl extends WMLElementImpl implements WMLGoElement

Version: $Id: WMLGoElementImpl.java,v 1.4 2005/04/17 23:37:49 mrglavas Exp $

Author: David Li

UNKNOWN:

Constructor Summary
WMLGoElementImpl(WMLDocumentImpl owner, String tagName)
Method Summary
StringgetAcceptCharset()
StringgetClassName()
StringgetHref()
StringgetId()
StringgetMethod()
StringgetSendreferer()
voidsetAcceptCharset(String newValue)
voidsetClassName(String newValue)
voidsetHref(String newValue)
voidsetId(String newValue)
voidsetMethod(String newValue)
voidsetSendreferer(String newValue)

Constructor Detail

WMLGoElementImpl

public WMLGoElementImpl(WMLDocumentImpl owner, String tagName)

Method Detail

getAcceptCharset

public String getAcceptCharset()

getClassName

public String getClassName()

getHref

public String getHref()

getId

public String getId()

getMethod

public String getMethod()

getSendreferer

public String getSendreferer()

setAcceptCharset

public void setAcceptCharset(String newValue)

setClassName

public void setClassName(String newValue)

setHref

public void setHref(String newValue)

setId

public void setId(String newValue)

setMethod

public void setMethod(String newValue)

setSendreferer

public void setSendreferer(String newValue)
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.