org.apache.wml.dom

Class WMLAccessElementImpl

public class WMLAccessElementImpl extends WMLElementImpl implements WMLAccessElement

Version: $Id: WMLAccessElementImpl.java,v 1.4 2005/04/17 23:30:30 mrglavas Exp $

Author: David Li

UNKNOWN:

Constructor Summary
WMLAccessElementImpl(WMLDocumentImpl owner, String tagName)
Method Summary
StringgetClassName()
StringgetDomain()
StringgetId()
StringgetPath()
voidsetClassName(String newValue)
voidsetDomain(String newValue)
voidsetId(String newValue)
voidsetPath(String newValue)

Constructor Detail

WMLAccessElementImpl

public WMLAccessElementImpl(WMLDocumentImpl owner, String tagName)

Method Detail

getClassName

public String getClassName()

getDomain

public String getDomain()

getId

public String getId()

getPath

public String getPath()

setClassName

public void setClassName(String newValue)

setDomain

public void setDomain(String newValue)

setId

public void setId(String newValue)

setPath

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