org.apache.wml.dom
public class WMLInputElementImpl extends WMLElementImpl implements WMLInputElement
Version: $Id: WMLInputElementImpl.java,v 1.4 2005/04/17 23:41:12 mrglavas Exp $
UNKNOWN:
Constructor Summary | |
---|---|
WMLInputElementImpl(WMLDocumentImpl owner, String tagName) |
Method Summary | |
---|---|
String | getClassName() |
boolean | getEmptyOk() |
String | getFormat() |
String | getId() |
int | getMaxLength() |
String | getName() |
int | getSize() |
int | getTabIndex() |
String | getTitle() |
String | getType() |
String | getValue() |
String | getXmlLang() |
void | setClassName(String newValue) |
void | setEmptyOk(boolean newValue) |
void | setFormat(String newValue) |
void | setId(String newValue) |
void | setMaxLength(int newValue) |
void | setName(String newValue) |
void | setSize(int newValue) |
void | setTabIndex(int newValue) |
void | setTitle(String newValue) |
void | setType(String newValue) |
void | setValue(String newValue) |
void | setXmlLang(String newValue) |