org.apache.wml.dom
public class WMLPElementImpl extends WMLElementImpl implements WMLPElement
Version: $Id: WMLPElementImpl.java,v 1.4 2005/04/17 23:43:46 mrglavas Exp $
Constructor Summary | |
---|---|
WMLPElementImpl(WMLDocumentImpl owner, String tagName) |
Method Summary | |
---|---|
String | getAlign() |
String | getClassName() |
String | getId() |
String | getMode() |
String | getXmlLang() |
void | setAlign(String newValue) |
void | setClassName(String newValue) |
void | setId(String newValue) |
void | setMode(String newValue) |
void | setXmlLang(String newValue) |