org.apache.wml.dom

Class WMLOneventElementImpl

public class WMLOneventElementImpl extends WMLElementImpl implements WMLOneventElement

Version: $Id: WMLOneventElementImpl.java,v 1.4 2005/04/17 23:43:46 mrglavas Exp $

Author: David Li

UNKNOWN:

Constructor Summary
WMLOneventElementImpl(WMLDocumentImpl owner, String tagName)
Method Summary
StringgetClassName()
StringgetId()
StringgetType()
voidsetClassName(String newValue)
voidsetId(String newValue)
voidsetType(String newValue)

Constructor Detail

WMLOneventElementImpl

public WMLOneventElementImpl(WMLDocumentImpl owner, String tagName)

Method Detail

getClassName

public String getClassName()

getId

public String getId()

getType

public String getType()

setClassName

public void setClassName(String newValue)

setId

public void setId(String newValue)

setType

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