org.apache.wml
public interface WMLElement extends Element
The interface is modeled after DOM1 Spec for HTML from W3C. The DTD used in this DOM model is from http://www.wapforum.org/DTD/wml_1.1.xml
All WML Elements are derived from this class that contains two core attributes defined in the DTD.
Version: $Id: WMLElement.java,v 1.2 2004/02/24 23:34:05 mrglavas Exp $
Method Summary | |
---|---|
String | getClassName() |
String | getId() |
void | setClassName(String newValue)
The 'class' attribute of a element that affiliates an elements
with one or more elements.
|
void | setId(String newValue)
The element's identifier which is unique in a single deck.
|