org.apache.wml

Interface WMLElement

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 $

Author: David Li

Method Summary
StringgetClassName()
StringgetId()
voidsetClassName(String newValue)
The 'class' attribute of a element that affiliates an elements with one or more elements.
voidsetId(String newValue)
The element's identifier which is unique in a single deck.

Method Detail

getClassName

public String getClassName()

getId

public String getId()

setClassName

public void setClassName(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)

setId

public void setId(String newValue)
The element's identifier which is unique in a single deck. (Section 8.9, WAP WML Version 16-Jun-1999)
Copyright © 1999-2005 Apache XML Project. All Rights Reserved.