FileDocCategorySizeDatePackage
WMLElement.javaAPI DocJava SE 5 API3747Fri Aug 26 14:55:28 BST 2005com.sun.org.apache.wml.internal

WMLElement

public interface WMLElement implements 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.1 2000/04/23 18:07:44 david Exp $
author
David Li

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetClassName()

public java.lang.StringgetId()

public voidsetClassName(java.lang.String newValue)
The 'class' attribute of a element that affiliates an elements with one or more elements. (Section 8.9, WAP WML Version 16-Jun-1999)

public voidsetId(java.lang.String newValue)
The element's identifier which is unique in a single deck. (Section 8.9, WAP WML Version 16-Jun-1999)