org.apache.wml.dom

Class WMLPElementImpl

public class WMLPElementImpl extends WMLElementImpl implements WMLPElement

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.

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

Author: David Li

Constructor Summary
WMLPElementImpl(WMLDocumentImpl owner, String tagName)
Method Summary
StringgetAlign()
StringgetClassName()
StringgetId()
StringgetMode()
StringgetXmlLang()
voidsetAlign(String newValue)
voidsetClassName(String newValue)
voidsetId(String newValue)
voidsetMode(String newValue)
voidsetXmlLang(String newValue)

Constructor Detail

WMLPElementImpl

public WMLPElementImpl(WMLDocumentImpl owner, String tagName)

Method Detail

getAlign

public String getAlign()

getClassName

public String getClassName()

getId

public String getId()

getMode

public String getMode()

getXmlLang

public String getXmlLang()

setAlign

public void setAlign(String newValue)

setClassName

public void setClassName(String newValue)

setId

public void setId(String newValue)

setMode

public void setMode(String newValue)

setXmlLang

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